Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
e5938c2
1 Parent(s): 1c59736

Replace YAML keys from int to str (#2)

Browse files

- Replace YAML keys from int to str (781a6c7e827bc2909a71833d8b6ea6e83d03142c)

Files changed (1) hide show
  1. README.md +21 -21
README.md CHANGED
@@ -19,6 +19,27 @@ task_ids:
19
  - topic-classification
20
  paperswithcode_id: ag-news
21
  pretty_name: AG’s News Corpus
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  train-eval-index:
23
  - config: default
24
  task: text-classification
@@ -68,27 +89,6 @@ train-eval-index:
68
  name: Recall weighted
69
  args:
70
  average: weighted
71
- dataset_info:
72
- features:
73
- - name: text
74
- dtype: string
75
- - name: label
76
- dtype:
77
- class_label:
78
- names:
79
- 0: World
80
- 1: Sports
81
- 2: Business
82
- 3: Sci/Tech
83
- splits:
84
- - name: train
85
- num_bytes: 29817351
86
- num_examples: 120000
87
- - name: test
88
- num_bytes: 1879478
89
- num_examples: 7600
90
- download_size: 31327765
91
- dataset_size: 31696829
92
  ---
93
 
94
  # Dataset Card for "ag_news"
 
19
  - topic-classification
20
  paperswithcode_id: ag-news
21
  pretty_name: AG’s News Corpus
22
+ dataset_info:
23
+ features:
24
+ - name: text
25
+ dtype: string
26
+ - name: label
27
+ dtype:
28
+ class_label:
29
+ names:
30
+ '0': World
31
+ '1': Sports
32
+ '2': Business
33
+ '3': Sci/Tech
34
+ splits:
35
+ - name: train
36
+ num_bytes: 29817351
37
+ num_examples: 120000
38
+ - name: test
39
+ num_bytes: 1879478
40
+ num_examples: 7600
41
+ download_size: 31327765
42
+ dataset_size: 31696829
43
  train-eval-index:
44
  - config: default
45
  task: text-classification
 
89
  name: Recall weighted
90
  args:
91
  average: weighted
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
  ---
93
 
94
  # Dataset Card for "ag_news"