albertvillanova HF staff commited on
Commit
eff382b
1 Parent(s): e084004

Replace YAML keys from int to str (#1)

Browse files

- Replace YAML keys from int to str (3d35bf87aebc6b5c680875b3139fca066039208f)

Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -21,7 +21,6 @@ task_ids:
21
  - text-scoring
22
  - sentiment-scoring
23
  - part-of-speech
24
- paperswithcode_id: null
25
  pretty_name: SentiWS
26
  dataset_info:
27
  - config_name: pos-tagging
@@ -32,10 +31,10 @@ dataset_info:
32
  dtype:
33
  class_label:
34
  names:
35
- 0: NN
36
- 1: VVINF
37
- 2: ADJX
38
- 3: ADV
39
  splits:
40
  - name: train
41
  num_bytes: 75530
21
  - text-scoring
22
  - sentiment-scoring
23
  - part-of-speech
 
24
  pretty_name: SentiWS
25
  dataset_info:
26
  - config_name: pos-tagging
31
  dtype:
32
  class_label:
33
  names:
34
+ '0': NN
35
+ '1': VVINF
36
+ '2': ADJX
37
+ '3': ADV
38
  splits:
39
  - name: train
40
  num_bytes: 75530