anonymoussubmissions commited on
Commit
8b0096a
·
1 Parent(s): d085040

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: tokens
5
+ sequence: string
6
+ - name: labels
7
+ sequence: string
8
+ - name: labels_orig
9
+ sequence: string
10
+ - name: tags
11
+ sequence:
12
+ class_label:
13
+ names:
14
+ '0': O
15
+ '1': B-CARDINAL
16
+ '2': B-DATE
17
+ '3': B-EVENT
18
+ '4': B-FAC
19
+ '5': B-GPE
20
+ '6': B-LANGUAGE
21
+ '7': B-LAW
22
+ '8': B-LOC
23
+ '9': B-MONEY
24
+ '10': B-NORP
25
+ '11': B-ORDINAL
26
+ '12': B-ORG
27
+ '13': B-PERCENT
28
+ '14': B-PERSON
29
+ '15': B-PRODUCT
30
+ '16': B-QUANTITY
31
+ '17': B-TIME
32
+ '18': B-WORK_OF_ART
33
+ '19': I-CARDINAL
34
+ '20': I-DATE
35
+ '21': I-EVENT
36
+ '22': I-FAC
37
+ '23': I-GPE
38
+ '24': I-LANGUAGE
39
+ '25': I-LAW
40
+ '26': I-LOC
41
+ '27': I-MONEY
42
+ '28': I-NORP
43
+ '29': I-ORDINAL
44
+ '30': I-ORG
45
+ '31': I-PERCENT
46
+ '32': I-PERSON
47
+ '33': I-PRODUCT
48
+ '34': I-QUANTITY
49
+ '35': I-TIME
50
+ '36': I-WORK_OF_ART
51
+ - name: swbd_id
52
+ dtype: string
53
+ - name: swne_sentence_no
54
+ dtype: string
55
+ - name: id
56
+ dtype: string
57
+ splits:
58
+ - name: train
59
+ num_bytes: 2651450
60
+ num_examples: 7721
61
+ - name: validation
62
+ num_bytes: 1778041
63
+ num_examples: 5148
64
+ - name: test
65
+ num_bytes: 2962454
66
+ num_examples: 8580
67
+ download_size: 1002621
68
+ dataset_size: 7391945
69
+ ---
70
+ # Dataset Card for "switchboard-ner-normalized"
71
+
72
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)