nlp-thedeep commited on
Commit
a1c6187
1 Parent(s): 5254d74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md CHANGED
@@ -29,6 +29,50 @@ task_categories:
29
  - token-classification
30
  task_ids:
31
  - multi-label-classification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  splits:
33
  - name: train
34
  num_examples: 117435
 
29
  - token-classification
30
  task_ids:
31
  - multi-label-classification
32
+ dataset_info:
33
+ features:
34
+ - name: entry_id
35
+ dtype: string
36
+ - name: lead_id
37
+ dtype: string
38
+ - name: project_id
39
+ dtype: string
40
+ - name: sectors
41
+ sequence:
42
+ - class_label:
43
+ names:
44
+ 0: Agriculture
45
+ 1: Cross
46
+ 2: Education
47
+ 3: Food Security
48
+ 4: Health
49
+ 5: Livelihood
50
+ 6: Logistics
51
+ 7: Nutrition
52
+ 8: Protection
53
+ 9: Shelter
54
+ 10: WASH
55
+ - name: pillars_1d
56
+ sequence:
57
+ - class_label:
58
+ names:
59
+ 0: Casualties
60
+ 1: Context
61
+ 2: Covid-19
62
+ 3: Displacement
63
+ 4: Humanitarian Access
64
+ 5: Information And Communication
65
+ 6: Shock/Event
66
+ - name: pillars_2d
67
+ sequence:
68
+ - class_label:
69
+ names:
70
+ 0: At Risk
71
+ 1: Capacities & Response
72
+ 2: Humanitarian Conditions
73
+ 3: Impact
74
+ 4: Priority Interventions
75
+ 5: Priority Needs
76
  splits:
77
  - name: train
78
  num_examples: 117435