Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -41,6 +41,10 @@ configs:
|
|
41 |
data_files:
|
42 |
- split: intents
|
43 |
path: intents/intents-*
|
|
|
|
|
|
|
|
|
44 |
---
|
45 |
|
46 |
# snips
|
@@ -94,4 +98,4 @@ def convert_snips(snips_train):
|
|
94 |
# load and format
|
95 |
snips = load_dataset("benayas/snips")
|
96 |
snips_converted = convert_snips(snips["train"])
|
97 |
-
```
|
|
|
41 |
data_files:
|
42 |
- split: intents
|
43 |
path: intents/intents-*
|
44 |
+
task_categories:
|
45 |
+
- text-classification
|
46 |
+
language:
|
47 |
+
- en
|
48 |
---
|
49 |
|
50 |
# snips
|
|
|
98 |
# load and format
|
99 |
snips = load_dataset("benayas/snips")
|
100 |
snips_converted = convert_snips(snips["train"])
|
101 |
+
```
|