albertvillanova HF staff commited on
Commit
a2c86a8
1 Parent(s): 84865dc

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 +3 -3
README.md CHANGED
@@ -9,7 +9,6 @@ license:
9
  - cc0-1.0
10
  multilinguality:
11
  - monolingual
12
- pretty_name: Jigsaw Unintended Bias in Toxicity Classification
13
  size_categories:
14
  - 1M<n<10M
15
  source_datasets:
@@ -18,6 +17,7 @@ task_categories:
18
  - text-classification
19
  task_ids:
20
  - text-scoring
 
21
  tags:
22
  - toxicity-prediction
23
  dataset_info:
@@ -96,8 +96,8 @@ dataset_info:
96
  dtype:
97
  class_label:
98
  names:
99
- 0: rejected
100
- 1: approved
101
  - name: funny
102
  dtype: int32
103
  - name: wow
 
9
  - cc0-1.0
10
  multilinguality:
11
  - monolingual
 
12
  size_categories:
13
  - 1M<n<10M
14
  source_datasets:
 
17
  - text-classification
18
  task_ids:
19
  - text-scoring
20
+ pretty_name: Jigsaw Unintended Bias in Toxicity Classification
21
  tags:
22
  - toxicity-prediction
23
  dataset_info:
 
96
  dtype:
97
  class_label:
98
  names:
99
+ '0': rejected
100
+ '1': approved
101
  - name: funny
102
  dtype: int32
103
  - name: wow