Yuhthe commited on
Commit
0bc6099
1 Parent(s): a802375

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: val
8
+ path: data/val-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: id
14
+ dtype: int64
15
+ - name: words
16
+ sequence: string
17
+ - name: tags
18
+ sequence:
19
+ class_label:
20
+ names:
21
+ '0': B-AGE
22
+ '1': I-AGE
23
+ '2': B-DATE
24
+ '3': I-JOB
25
+ '4': O
26
+ '5': B-NAME
27
+ '6': I-PATIENT_ID
28
+ '7': B-LOCATION
29
+ '8': B-TRANSPORTATION
30
+ '9': B-GENDER
31
+ '10': I-ORGANIZATION
32
+ '11': B-SYMPTOM_AND_DISEASE
33
+ '12': B-JOB
34
+ '13': I-NAME
35
+ '14': B-ORGANIZATION
36
+ '15': I-TRANSPORTATION
37
+ '16': B-PATIENT_ID
38
+ '17': I-SYMPTOM_AND_DISEASE
39
+ '18': I-LOCATION
40
+ '19': I-DATE
41
+ splits:
42
+ - name: train
43
+ num_bytes: 2408512
44
+ num_examples: 5027
45
+ - name: val
46
+ num_bytes: 1020086
47
+ num_examples: 2000
48
+ - name: test
49
+ num_bytes: 1549558
50
+ num_examples: 3000
51
+ download_size: 831184
52
+ dataset_size: 4978156
53
+ ---
54
+ # Dataset Card for "phoner_conll"
55
+
56
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)