voorhs commited on
Commit
715c9ab
·
verified ·
1 Parent(s): 51e2912

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -41,6 +41,10 @@ configs:
41
  data_files:
42
  - split: intents
43
  path: intents/intents-*
 
 
 
 
44
  ---
45
 
46
  # massive
@@ -93,4 +97,4 @@ def convert_massive(massive_train):
93
 
94
  massive = load_dataset("mteb/amazon_massive_intent", "en")
95
  massive_converted = convert_massive(massive["train"])
96
- ```
 
41
  data_files:
42
  - split: intents
43
  path: intents/intents-*
44
+ task_categories:
45
+ - text-classification
46
+ language:
47
+ - en
48
  ---
49
 
50
  # massive
 
97
 
98
  massive = load_dataset("mteb/amazon_massive_intent", "en")
99
  massive_converted = convert_massive(massive["train"])
100
+ ```