albertvillanova HF staff commited on
Commit
c7a6ba3
1 Parent(s): be8acce

Replace YAML keys from int to str (#2)

Browse files

- Replace YAML keys from int to str (4e4a884c6fe86c6d18731a5b35c6cfedffd9a3fa)

Files changed (1) hide show
  1. README.md +24 -24
README.md CHANGED
@@ -37,36 +37,36 @@ dataset_info:
37
  dtype:
38
  class_label:
39
  names:
40
- 0: Economy
41
- 1: Roads-Urban
42
- 2: Banking-Insurance
43
- 3: Agriculture
44
- 4: International
45
- 5: Oil-Energy
46
- 6: Industry
47
- 7: Transportation
48
- 8: Science-Technology
49
- 9: Local
50
- 10: Sports
51
- 11: Politics
52
- 12: Art-Culture
53
- 13: Society
54
- 14: Health
55
- 15: Research
56
- 16: Education-University
57
- 17: Tourism
58
  - name: categories
59
  dtype: string
60
  - name: network
61
  dtype:
62
  class_label:
63
  names:
64
- 0: Tahlilbazaar
65
- 1: Imna
66
- 2: Shana
67
- 3: Mehr
68
- 4: Irna
69
- 5: Khabaronline
70
  - name: link
71
  dtype: string
72
  config_name: 1.0.0
37
  dtype:
38
  class_label:
39
  names:
40
+ '0': Economy
41
+ '1': Roads-Urban
42
+ '2': Banking-Insurance
43
+ '3': Agriculture
44
+ '4': International
45
+ '5': Oil-Energy
46
+ '6': Industry
47
+ '7': Transportation
48
+ '8': Science-Technology
49
+ '9': Local
50
+ '10': Sports
51
+ '11': Politics
52
+ '12': Art-Culture
53
+ '13': Society
54
+ '14': Health
55
+ '15': Research
56
+ '16': Education-University
57
+ '17': Tourism
58
  - name: categories
59
  dtype: string
60
  - name: network
61
  dtype:
62
  class_label:
63
  names:
64
+ '0': Tahlilbazaar
65
+ '1': Imna
66
+ '2': Shana
67
+ '3': Mehr
68
+ '4': Irna
69
+ '5': Khabaronline
70
  - name: link
71
  dtype: string
72
  config_name: 1.0.0