Commit
·
98596cd
1
Parent(s):
a7d837b
Replace YAML keys from int to str
Browse filesReplace YAML metadata integer keys with strings, as the Hub does not support integers.
See: https://github.com/huggingface/datasets/issues/5275
README.md
CHANGED
|
@@ -1286,24 +1286,24 @@ dataset_info:
|
|
| 1286 |
dtype:
|
| 1287 |
class_label:
|
| 1288 |
names:
|
| 1289 |
-
0: AFFIRM
|
| 1290 |
-
1: AFFIRM_INTENT
|
| 1291 |
-
2: CONFIRM
|
| 1292 |
-
3: GOODBYE
|
| 1293 |
-
4: INFORM
|
| 1294 |
-
5: INFORM_COUNT
|
| 1295 |
-
6: INFORM_INTENT
|
| 1296 |
-
7: NEGATE
|
| 1297 |
-
8: NEGATE_INTENT
|
| 1298 |
-
9: NOTIFY_FAILURE
|
| 1299 |
-
10: NOTIFY_SUCCESS
|
| 1300 |
-
11: OFFER
|
| 1301 |
-
12: OFFER_INTENT
|
| 1302 |
-
13: REQUEST
|
| 1303 |
-
14: REQUEST_ALTS
|
| 1304 |
-
15: REQ_MORE
|
| 1305 |
-
16: SELECT
|
| 1306 |
-
17: THANK_YOU
|
| 1307 |
- name: slot
|
| 1308 |
dtype: string
|
| 1309 |
- name: values
|
|
|
|
| 1286 |
dtype:
|
| 1287 |
class_label:
|
| 1288 |
names:
|
| 1289 |
+
'0': AFFIRM
|
| 1290 |
+
'1': AFFIRM_INTENT
|
| 1291 |
+
'2': CONFIRM
|
| 1292 |
+
'3': GOODBYE
|
| 1293 |
+
'4': INFORM
|
| 1294 |
+
'5': INFORM_COUNT
|
| 1295 |
+
'6': INFORM_INTENT
|
| 1296 |
+
'7': NEGATE
|
| 1297 |
+
'8': NEGATE_INTENT
|
| 1298 |
+
'9': NOTIFY_FAILURE
|
| 1299 |
+
'10': NOTIFY_SUCCESS
|
| 1300 |
+
'11': OFFER
|
| 1301 |
+
'12': OFFER_INTENT
|
| 1302 |
+
'13': REQUEST
|
| 1303 |
+
'14': REQUEST_ALTS
|
| 1304 |
+
'15': REQ_MORE
|
| 1305 |
+
'16': SELECT
|
| 1306 |
+
'17': THANK_YOU
|
| 1307 |
- name: slot
|
| 1308 |
dtype: string
|
| 1309 |
- name: values
|