yasmmin commited on
Commit
a5e15de
·
verified ·
1 Parent(s): 396517a

Upload dataset

Browse files
README.md CHANGED
@@ -4,4 +4,120 @@ task_categories:
4
  - token-classification
5
  language:
6
  - en
7
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - token-classification
5
  language:
6
  - en
7
+ dataset_info:
8
+ features:
9
+ - name: id
10
+ dtype: string
11
+ - name: tokens
12
+ sequence: string
13
+ - name: ner_tags
14
+ sequence:
15
+ class_label:
16
+ names:
17
+ '0': O
18
+ '1': B-SpecificDisease
19
+ '2': I-SpecificDisease
20
+ '3': B-Context_Error
21
+ '4': I-Context_Error
22
+ '5': B-Undefined_semantics
23
+ '6': I-Undefined_semantics
24
+ '7': B-SequenceVariant
25
+ '8': I-SequenceVariant
26
+ '9': B-c-Requires_causality
27
+ '10': I-c-Requires_causality
28
+ '11': B-CompositeMention
29
+ '12': I-CompositeMention
30
+ '13': B-OrganismTaxon
31
+ '14': I-OrganismTaxon
32
+ '15': B-Drug
33
+ '16': I-Drug
34
+ '17': B-Not_a_criteria
35
+ '18': I-Not_a_criteria
36
+ '19': B-Post-eligibility
37
+ '20': I-Post-eligibility
38
+ '21': B-Competing_trial
39
+ '22': I-Competing_trial
40
+ '23': B-Observation
41
+ '24': I-Observation
42
+ '25': B-Disease
43
+ '26': I-Disease
44
+ '27': B-Value
45
+ '28': I-Value
46
+ '29': B-Line
47
+ '30': I-Line
48
+ '31': B-Grammar_Error
49
+ '32': I-Grammar_Error
50
+ '33': B-Measurement
51
+ '34': I-Measurement
52
+ '35': B-CellLine
53
+ '36': I-CellLine
54
+ '37': B-Person
55
+ '38': I-Person
56
+ '39': B-Device
57
+ '40': I-Device
58
+ '41': B-Pregnancy_considerations
59
+ '42': I-Pregnancy_considerations
60
+ '43': B-DiseaseOrPhenotypicFeature
61
+ '44': I-DiseaseOrPhenotypicFeature
62
+ '45': B-Condition
63
+ '46': I-Condition
64
+ '47': B-Mood
65
+ '48': I-Mood
66
+ '49': B-Non-representable
67
+ '50': I-Non-representable
68
+ '51': B-Reference_point
69
+ '52': I-Reference_point
70
+ '53': B-Non-query-able
71
+ '54': I-Non-query-able
72
+ '55': B-Qualifier
73
+ '56': I-Qualifier
74
+ '57': B-DiseaseClass
75
+ '58': I-DiseaseClass
76
+ '59': B-Parsing_Error
77
+ '60': I-Parsing_Error
78
+ '61': B-Chemical
79
+ '62': I-Chemical
80
+ '63': B-Multiplier
81
+ '64': I-Multiplier
82
+ '65': B-ChemicalEntity
83
+ '66': I-ChemicalEntity
84
+ '67': B-Procedure
85
+ '68': I-Procedure
86
+ '69': B-Temporal
87
+ '70': I-Temporal
88
+ '71': B-Subjective_judgement
89
+ '72': I-Subjective_judgement
90
+ '73': B-GeneOrGeneProduct
91
+ '74': I-GeneOrGeneProduct
92
+ '75': B-Informed_consent
93
+ '76': I-Informed_consent
94
+ '77': B-Intoxication_considerations
95
+ '78': I-Intoxication_considerations
96
+ '79': B-Modifier
97
+ '80': I-Modifier
98
+ '81': B-Visit
99
+ '82': I-Visit
100
+ '83': B-Negation
101
+ '84': I-Negation
102
+ splits:
103
+ - name: train
104
+ num_bytes: 1508489
105
+ num_examples: 775
106
+ - name: valid
107
+ num_bytes: 187407
108
+ num_examples: 90
109
+ - name: test
110
+ num_bytes: 227192
111
+ num_examples: 109
112
+ download_size: 392949
113
+ dataset_size: 1923088
114
+ configs:
115
+ - config_name: default
116
+ data_files:
117
+ - split: train
118
+ path: data/train-*
119
+ - split: valid
120
+ path: data/valid-*
121
+ - split: test
122
+ path: data/test-*
123
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d19a1542b97c9f787a6e1e0de26cbf53dd9bfbf3724491e94e9287964b1124f
3
+ size 58111
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0269f98d53cbc21e38239001b5c7c18c5d5ce8ef992a2a06239a8151efb031d
3
+ size 284670
data/valid-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:016b09197bbc21ba3e3ea72ac2b496e081d657d1803c66b1f8ef074fb23b8057
3
+ size 50168