P3ps commited on
Commit
7cecbbb
1 Parent(s): 68d0cf7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +103 -0
README.md ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: tokens
7
+ sequence: string
8
+ - name: ner_tags
9
+ sequence:
10
+ class_label:
11
+ names:
12
+ '0': O
13
+ '1': B-academicjournal
14
+ '2': I-academicjournal
15
+ '3': B-album
16
+ '4': I-album
17
+ '5': B-algorithm
18
+ '6': I-algorithm
19
+ '7': B-astronomicalobject
20
+ '8': I-astronomicalobject
21
+ '9': B-award
22
+ '10': I-award
23
+ '11': B-band
24
+ '12': I-band
25
+ '13': B-book
26
+ '14': I-book
27
+ '15': B-chemicalcompound
28
+ '16': I-chemicalcompound
29
+ '17': B-chemicalelement
30
+ '18': I-chemicalelement
31
+ '19': B-conference
32
+ '20': I-conference
33
+ '21': B-country
34
+ '22': I-country
35
+ '23': B-discipline
36
+ '24': I-discipline
37
+ '25': B-election
38
+ '26': I-election
39
+ '27': B-enzyme
40
+ '28': I-enzyme
41
+ '29': B-event
42
+ '30': I-event
43
+ '31': B-field
44
+ '32': I-field
45
+ '33': B-literarygenre
46
+ '34': I-literarygenre
47
+ '35': B-location
48
+ '36': I-location
49
+ '37': B-magazine
50
+ '38': I-magazine
51
+ '39': B-metrics
52
+ '40': I-metrics
53
+ '41': B-misc
54
+ '42': I-misc
55
+ '43': B-musicalartist
56
+ '44': I-musicalartist
57
+ '45': B-musicalinstrument
58
+ '46': I-musicalinstrument
59
+ '47': B-musicgenre
60
+ '48': I-musicgenre
61
+ '49': B-organisation
62
+ '50': I-organisation
63
+ '51': B-person
64
+ '52': I-person
65
+ '53': B-poem
66
+ '54': I-poem
67
+ '55': B-politicalparty
68
+ '56': I-politicalparty
69
+ '57': B-politician
70
+ '58': I-politician
71
+ '59': B-product
72
+ '60': I-product
73
+ '61': B-programlang
74
+ '62': I-programlang
75
+ '63': B-protein
76
+ '64': I-protein
77
+ '65': B-researcher
78
+ '66': I-researcher
79
+ '67': B-scientist
80
+ '68': I-scientist
81
+ '69': B-song
82
+ '70': I-song
83
+ '71': B-task
84
+ '72': I-task
85
+ '73': B-theory
86
+ '74': I-theory
87
+ '75': B-university
88
+ '76': I-university
89
+ '77': B-writer
90
+ '78': I-writer
91
+ splits:
92
+ - name: train
93
+ num_bytes: 6995502.064669556
94
+ num_examples: 20856
95
+ - name: test
96
+ num_bytes: 1749210.9353304438
97
+ num_examples: 5215
98
+ download_size: 2609946
99
+ dataset_size: 8744713.0
100
+ ---
101
+ # Dataset Card for "Cross_ner"
102
+
103
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)