Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
expert-generated
Annotations Creators:
crowdsourced
Source Datasets:
original
Tags:
headline-grouping
License:
albertvillanova HF staff commited on
Commit
1f50884
1 Parent(s): aa0b75e

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 +14 -14
README.md CHANGED
@@ -9,13 +9,13 @@ license:
9
  - apache-2.0
10
  multilinguality:
11
  - monolingual
 
 
12
  source_datasets:
13
  - original
14
  task_categories:
15
  - text-classification
16
  task_ids: []
17
- size_categories:
18
- - 10K<n<100K
19
  pretty_name: Headline Grouping (HLGD)
20
  tags:
21
  - headline-grouping
@@ -25,16 +25,16 @@ dataset_info:
25
  dtype:
26
  class_label:
27
  names:
28
- 0: 0
29
- 1: 1
30
- 2: 2
31
- 3: 3
32
- 4: 4
33
- 5: 5
34
- 6: 6
35
- 7: 7
36
- 8: 8
37
- 9: 9
38
  - name: headline_a
39
  dtype: string
40
  - name: headline_b
@@ -51,8 +51,8 @@ dataset_info:
51
  dtype:
52
  class_label:
53
  names:
54
- 0: same_event
55
- 1: different_event
56
  splits:
57
  - name: train
58
  num_bytes: 6447212
 
9
  - apache-2.0
10
  multilinguality:
11
  - monolingual
12
+ size_categories:
13
+ - 10K<n<100K
14
  source_datasets:
15
  - original
16
  task_categories:
17
  - text-classification
18
  task_ids: []
 
 
19
  pretty_name: Headline Grouping (HLGD)
20
  tags:
21
  - headline-grouping
 
25
  dtype:
26
  class_label:
27
  names:
28
+ '0': 0
29
+ '1': 1
30
+ '2': 2
31
+ '3': 3
32
+ '4': 4
33
+ '5': 5
34
+ '6': 6
35
+ '7': 7
36
+ '8': 8
37
+ '9': 9
38
  - name: headline_a
39
  dtype: string
40
  - name: headline_b
 
51
  dtype:
52
  class_label:
53
  names:
54
+ '0': same_event
55
+ '1': different_event
56
  splits:
57
  - name: train
58
  num_bytes: 6447212