nlp-thedeep commited on
Commit
3ecd6fa
1 Parent(s): e51f715

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -22
README.md CHANGED
@@ -37,6 +37,18 @@ dataset_info:
37
  dtype: string
38
  - name: project_id
39
  dtype: string
 
 
 
 
 
 
 
 
 
 
 
 
40
  - name: sectors
41
  sequence:
42
  class_label:
@@ -133,18 +145,7 @@ dataset_info:
133
  15: Priority Interventions->Expressed By Population
134
  16: Priority Needs->Expressed By Humanitarian Staff
135
  17: Priority Needs->Expressed By Population
136
- - name: lang
137
- dtype: string
138
- - name: n_tokens
139
- dtype: int64
140
- - name: project_title
141
- dtype: string
142
- - name: created_at
143
- dtype: string
144
- - name: document
145
- dtype: string
146
- - name: excerpt
147
- dtype: string
148
  splits:
149
  - name: train
150
  num_examples: 117435
@@ -209,16 +210,9 @@ This dataset is in English, French and Spanish
209
 
210
  ### Data Fields
211
 
212
- <div class="alert bg-success text-dark" cellspacing="0" style="width:100%">
213
- <table id="leaderboard_head_dctr" class="table table-bordered" cellspacing="0">
214
- <thead>
215
- <tr><th>entry_id</th><th>lead_id</th><th>project_id</th><th>sectors</th><th>pillars_1d</th><th>pillars_2d</th><th>subpillars_1d</th><th>subpillars_2d</th><th>lang</th><th>n_tokens</th><th>project_title</th><th>created_at</th><th>document</th><th>excerpt</th></tr>
216
- </thead>
217
- </table>
218
- </div>
219
-
220
- - **entry_id**: tpyeunique identification number for a given entry. (int64)
221
- - **lead_id**: unique identification number for the document to which the corrisponding entry belongs. (int64)
222
  - **sectors**, **pillars_1d**, **pillars_2d**, **subpillars_1d**, **subpillars_2d**: labels assigned to the corresponding entry. Since this is a multi-label dataset (each entry may have several annotations belonging to the same category), they are reported as arrays of strings. See the paper for a detailed description of these categories. (list)
223
  - **lang**: language. (str)
224
  - **n_tokens**: number of tokens (tokenized using NLTK v3.7 library). (int64)
 
37
  dtype: string
38
  - name: project_id
39
  dtype: string
40
+ - name: lang
41
+ dtype: string
42
+ - name: n_tokens
43
+ dtype: int64
44
+ - name: project_title
45
+ dtype: string
46
+ - name: created_at
47
+ dtype: string
48
+ - name: document
49
+ dtype: string
50
+ - name: excerpt
51
+ dtype: string
52
  - name: sectors
53
  sequence:
54
  class_label:
 
145
  15: Priority Interventions->Expressed By Population
146
  16: Priority Needs->Expressed By Humanitarian Staff
147
  17: Priority Needs->Expressed By Population
148
+
 
 
 
 
 
 
 
 
 
 
 
149
  splits:
150
  - name: train
151
  num_examples: 117435
 
210
 
211
  ### Data Fields
212
 
213
+ - **entry_id**: unique identification number for a given entry. (string)
214
+ - **lead_id**: unique identification number for the document to which the corrisponding entry belongs. (string)
215
+ - **project_id** unique identification number for the project to which the corrisponding entry belongs. (string)
 
 
 
 
 
 
 
216
  - **sectors**, **pillars_1d**, **pillars_2d**, **subpillars_1d**, **subpillars_2d**: labels assigned to the corresponding entry. Since this is a multi-label dataset (each entry may have several annotations belonging to the same category), they are reported as arrays of strings. See the paper for a detailed description of these categories. (list)
217
  - **lang**: language. (str)
218
  - **n_tokens**: number of tokens (tokenized using NLTK v3.7 library). (int64)