albertvillanova HF staff commited on
Commit
da4e51d
1 Parent(s): 94f3e06

Replace YAML keys from int to str

Browse files

Replace YAML metadata integer keys with strings, as the Hub does not support integers.
See: https://github.com/huggingface/datasets/issues/5275

Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -37,8 +37,8 @@ dataset_info:
37
  dtype:
38
  class_label:
39
  names:
40
- 0: USER
41
- 1: ASSISTANT
42
  - name: text
43
  dtype: string
44
  - name: segments
@@ -55,18 +55,18 @@ dataset_info:
55
  dtype:
56
  class_label:
57
  names:
58
- 0: ENTITY_NAME
59
- 1: ENTITY_PREFERENCE
60
- 2: ENTITY_DESCRIPTION
61
- 3: ENTITY_OTHER
62
  - name: entityType
63
  dtype:
64
  class_label:
65
  names:
66
- 0: MOVIE_GENRE_OR_CATEGORY
67
- 1: MOVIE_OR_SERIES
68
- 2: PERSON
69
- 3: SOMETHING_ELSE
70
  config_name: coached_conv_pref
71
  splits:
72
  - name: train
37
  dtype:
38
  class_label:
39
  names:
40
+ '0': USER
41
+ '1': ASSISTANT
42
  - name: text
43
  dtype: string
44
  - name: segments
55
  dtype:
56
  class_label:
57
  names:
58
+ '0': ENTITY_NAME
59
+ '1': ENTITY_PREFERENCE
60
+ '2': ENTITY_DESCRIPTION
61
+ '3': ENTITY_OTHER
62
  - name: entityType
63
  dtype:
64
  class_label:
65
  names:
66
+ '0': MOVIE_GENRE_OR_CATEGORY
67
+ '1': MOVIE_OR_SERIES
68
+ '2': PERSON
69
+ '3': SOMETHING_ELSE
70
  config_name: coached_conv_pref
71
  splits:
72
  - name: train