uzair921 commited on
Commit
2b67f95
1 Parent(s): 1450425

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: tokens
14
+ sequence: string
15
+ - name: ner_tags
16
+ sequence:
17
+ class_label:
18
+ names:
19
+ '0': O
20
+ '1': B-Skill
21
+ '2': I-Skill
22
+ splits:
23
+ - name: train
24
+ num_bytes: 1058934
25
+ num_examples: 2076
26
+ - name: validation
27
+ num_bytes: 715196
28
+ num_examples: 1397
29
+ - name: test
30
+ num_bytes: 758463
31
+ num_examples: 1523
32
+ download_size: 460380
33
+ dataset_size: 2532593
34
+ ---
35
+ # Dataset Card for "SKILLSPAN_LLM_Context_25_no_batch_v1"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)