albertvillanova HF staff commited on
Commit
bedc9b8
1 Parent(s): cf110c4

Replace YAML keys from int to str (#1)

Browse files

- Replace YAML keys from int to str (188a48ed76797cdae02c73f3ca643070254ef3da)

Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -16,7 +16,6 @@ source_datasets:
16
  task_categories:
17
  - text-classification
18
  task_ids: []
19
- paperswithcode_id: null
20
  pretty_name: HateSpeechPortuguese
21
  tags:
22
  - hate-speech-detection
@@ -28,8 +27,8 @@ dataset_info:
28
  dtype:
29
  class_label:
30
  names:
31
- 0: no-hate
32
- 1: hate
33
  - name: hatespeech_G1
34
  dtype: string
35
  - name: annotator_G1
 
16
  task_categories:
17
  - text-classification
18
  task_ids: []
 
19
  pretty_name: HateSpeechPortuguese
20
  tags:
21
  - hate-speech-detection
 
27
  dtype:
28
  class_label:
29
  names:
30
+ '0': no-hate
31
+ '1': hate
32
  - name: hatespeech_G1
33
  dtype: string
34
  - name: annotator_G1