Davlan commited on
Commit
43254ac
·
verified ·
1 Parent(s): 5d18a3c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -33,9 +33,10 @@ tags:
33
  - injongo-intent
34
  - injongointent
35
  task_categories:
36
- - text2text-generation
37
  task_ids:
38
- - natural-language-inference
 
39
  configs:
40
  - config_name: amh
41
  data_files:
@@ -164,7 +165,7 @@ It includes test sets across all 18 languages, maintaining an English and French
164
 
165
  ### Languages
166
 
167
- There are 18 languages available :
168
 
169
  ## Dataset Structure
170
 
@@ -174,7 +175,7 @@ The examples look like this for English:
174
 
175
  ```
176
  from datasets import load_dataset
177
- data = load_dataset('masakhane/afrimgsm', 'eng')
178
  # Please, specify the language code
179
  # A data point example is below:
180
  {
 
33
  - injongo-intent
34
  - injongointent
35
  task_categories:
36
+ - text-classification
37
  task_ids:
38
+ - intent-classification
39
+ - multi-class-classification
40
  configs:
41
  - config_name: amh
42
  data_files:
 
165
 
166
  ### Languages
167
 
168
+ There are 17 languages available :
169
 
170
  ## Dataset Structure
171
 
 
175
 
176
  ```
177
  from datasets import load_dataset
178
+ data = load_dataset('masakhane/InjongoIntent', 'eng')
179
  # Please, specify the language code
180
  # A data point example is below:
181
  {