hassoudi commited on
Commit
f673fe7
1 Parent(s): 54dbcbf

update dataset card

Browse files
Files changed (1) hide show
  1. README.md +24 -36
README.md CHANGED
@@ -45,15 +45,13 @@ dataset_card_content: "\n---\ndataset_info:\n features:\n - name: sample_id\n
45
  \ of the entity in the text.\n\n### Dataset Tags Count:\n\n- AnatomicalStructure:\
46
  \ 4685\n- Disease: 4658\n- Medication/Vaccine: 4226\n- MedicalProcedure: 3170\n\
47
  - Symptom: 1763\n- LOC: 525\n- PER: 521\n- PROD: 305\n- CW: 167\n- ORG: 83\n- GRP:\
48
- \ 14\n \n### Example\n\n```json\n{'id': '723',\n 'sample_id': 'f5ce4a43-24f0-4bd2-8dce-7faa41342795',\n\
49
- \ 'tokens': ['atteint',\n 'de',\n 'poliomyélite',\n 'dans',\n 'son',\n 'enfance',\n\
50
- \ 'il',\n 'devient',\n 'fan',\n 'de',\n 'blues',\n 'en',\n 'écoutant',\n\
51
- \ 'big',\n 'joe',\n 'turner',\n '.'],\n 'ner_tags': ['O',\n 'O',\n 'B-Disease',\n\
52
- \ 'O',\n 'O',\n 'O',\n 'O',\n 'O',\n 'O',\n 'O',\n 'O',\n 'O',\n 'O',\n\
53
- \ 'B-PER',\n 'I-PER',\n 'I-PER',\n 'O'],\n 'ner_tags_index': [0, 0, 71, 0, 0,\
54
- \ 0, 0, 0, 0, 0, 0, 0, 0, 41, 42, 42, 0],\n 'text': 'atteint de poliomyélite dans\
55
- \ son enfance il devient fan de blues en écoutant big joe turner .',\n 'ner_tags_span':\
56
- \ \"[['Disease', 11, 23], ['PER', 77, 91]]\"}\n```\n\n## Dataset Creation\n\n###\
57
  \ Curation Rationale\n\n<!-- Motivation for the creation of this dataset. -->\n\
58
  This dataset was created for educational purposes only.\n\n### Source Data\n\n<!--\
59
  \ This section describes the source data (e.g. news text and headlines, social media\
@@ -130,29 +128,22 @@ The dataset is designed to train Named Entity Recognition models for the French
130
  ### Example
131
 
132
  ```json
133
- {'id': '723',
134
- 'sample_id': 'f5ce4a43-24f0-4bd2-8dce-7faa41342795',
135
- 'tokens': ['atteint',
136
- 'de',
 
 
 
 
 
 
 
 
137
  'poliomyélite',
138
- 'dans',
139
- 'son',
140
- 'enfance',
141
- 'il',
142
- 'devient',
143
- 'fan',
144
- 'de',
145
- 'blues',
146
- 'en',
147
- 'écoutant',
148
- 'big',
149
- 'joe',
150
- 'turner',
151
  '.'],
152
- 'ner_tags': ['O',
153
- 'O',
154
- 'B-Disease',
155
- 'O',
156
  'O',
157
  'O',
158
  'O',
@@ -162,13 +153,10 @@ The dataset is designed to train Named Entity Recognition models for the French
162
  'O',
163
  'O',
164
  'O',
165
- 'B-PER',
166
- 'I-PER',
167
- 'I-PER',
168
  'O'],
169
- 'ner_tags_index': [0, 0, 71, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 41, 42, 42, 0],
170
- 'text': 'atteint de poliomyélite dans son enfance il devient fan de blues en écoutant big joe turner .',
171
- 'ner_tags_span': "[['Disease', 11, 23], ['PER', 77, 91]]"}
172
  ```
173
 
174
  ## Dataset Creation
 
45
  \ of the entity in the text.\n\n### Dataset Tags Count:\n\n- AnatomicalStructure:\
46
  \ 4685\n- Disease: 4658\n- Medication/Vaccine: 4226\n- MedicalProcedure: 3170\n\
47
  - Symptom: 1763\n- LOC: 525\n- PER: 521\n- PROD: 305\n- CW: 167\n- ORG: 83\n- GRP:\
48
+ \ 14\n \n### Example\n\n```json\n{'sample_id': '60a82e36-4d34-4e16-aadc-2078699476f7',\n\
49
+ \ 'tokens': ['jonas',\n 'salk',\n 'médecin',\n 'm.d.',\n '1938',\n 'et',\n\
50
+ \ 'inventeur',\n 'du',\n 'vaccin',\n 'contre',\n 'la',\n 'poliomyélite',\n\
51
+ \ '.'],\n 'ner_tags': ['B-PER',\n 'I-PER',\n 'O',\n 'O',\n 'O',\n 'O',\n \
52
+ \ 'O',\n 'O',\n 'O',\n 'O',\n 'O',\n 'B-Disease',\n 'O'],\n 'text': 'jonas\
53
+ \ salk médecin m.d. 1938 et inventeur du vaccin contre la poliomyélite .',\n 'ner_tags_span':\
54
+ \ \"[['PER', 0, 10], ['Disease', 62, 74]]\"}\n```\n\n## Dataset Creation\n\n###\
 
 
55
  \ Curation Rationale\n\n<!-- Motivation for the creation of this dataset. -->\n\
56
  This dataset was created for educational purposes only.\n\n### Source Data\n\n<!--\
57
  \ This section describes the source data (e.g. news text and headlines, social media\
 
128
  ### Example
129
 
130
  ```json
131
+ {'sample_id': '60a82e36-4d34-4e16-aadc-2078699476f7',
132
+ 'tokens': ['jonas',
133
+ 'salk',
134
+ 'médecin',
135
+ 'm.d.',
136
+ '1938',
137
+ 'et',
138
+ 'inventeur',
139
+ 'du',
140
+ 'vaccin',
141
+ 'contre',
142
+ 'la',
143
  'poliomyélite',
 
 
 
 
 
 
 
 
 
 
 
 
 
144
  '.'],
145
+ 'ner_tags': ['B-PER',
146
+ 'I-PER',
 
 
147
  'O',
148
  'O',
149
  'O',
 
153
  'O',
154
  'O',
155
  'O',
156
+ 'B-Disease',
 
 
157
  'O'],
158
+ 'text': 'jonas salk médecin m.d. 1938 et inventeur du vaccin contre la poliomyélite .',
159
+ 'ner_tags_span': "[['PER', 0, 10], ['Disease', 62, 74]]"}
 
160
  ```
161
 
162
  ## Dataset Creation