Datasets:

Multilinguality:
monolingual
Size Categories:
n<1K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
Tags:
License:

Replace YAML keys from int to str

#1
by albertvillanova HF staff - opened
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -60,10 +60,10 @@ dataset_info:
60
  dtype:
61
  class_label:
62
  names:
63
- 0: StrongNegative
64
- 1: Negative
65
- 2: Positive
66
- 3: StrongPositive
67
  - name: opinion_expression_target
68
  sequence: string
69
  splits:
@@ -108,10 +108,10 @@ dataset_info:
108
  dtype:
109
  class_label:
110
  names:
111
- 0: StrongNegative
112
- 1: Negative
113
- 2: Positive
114
- 3: StrongPositive
115
  - name: opinion_expression_target
116
  sequence: string
117
  splits:
60
  dtype:
61
  class_label:
62
  names:
63
+ '0': StrongNegative
64
+ '1': Negative
65
+ '2': Positive
66
+ '3': StrongPositive
67
  - name: opinion_expression_target
68
  sequence: string
69
  splits:
108
  dtype:
109
  class_label:
110
  names:
111
+ '0': StrongNegative
112
+ '1': Negative
113
+ '2': Positive
114
+ '3': StrongPositive
115
  - name: opinion_expression_target
116
  sequence: string
117
  splits: