Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
intent-classification
Languages:
English
Size:
10K - 100K
License:
Update loading script
Browse files- clinc_oos.py +7 -3
clinc_oos.py
CHANGED
@@ -55,10 +55,14 @@ _DESCRIPTIONS = {
|
|
55 |
|
56 |
_URL = "https://github.com/clinc/oos-eval/"
|
57 |
|
|
|
|
|
|
|
|
|
58 |
_DATA_URLS = {
|
59 |
-
"small": "
|
60 |
-
"imbalanced": "
|
61 |
-
"plus": "
|
62 |
}
|
63 |
|
64 |
|
|
|
55 |
|
56 |
_URL = "https://github.com/clinc/oos-eval/"
|
57 |
|
58 |
+
# Source:
|
59 |
+
# - https://raw.githubusercontent.com/clinc/oos-eval/master/data/data_small.json
|
60 |
+
# - https://raw.githubusercontent.com/clinc/oos-eval/master/data/data_imbalanced.json
|
61 |
+
# - https://raw.githubusercontent.com/clinc/oos-eval/master/data/data_oos_plus.json
|
62 |
_DATA_URLS = {
|
63 |
+
"small": "data/data_small.json.gz",
|
64 |
+
"imbalanced": "data/data_imbalanced.json.gz",
|
65 |
+
"plus": "data/data_oos_plus.json.gz",
|
66 |
}
|
67 |
|
68 |
|