albertvillanova HF staff commited on
Commit
d99b0ef
1 Parent(s): 9281891

Replace YAML keys from int to str (#2)

Browse files

- Replace YAML keys from int to str (639764fd2f0be95e7e2865f61f6bad70e25fb9af)

Files changed (1) hide show
  1. README.md +20 -21
README.md CHANGED
@@ -1,8 +1,27 @@
1
  ---
2
  language:
3
  - en
4
- paperswithcode_id: null
5
  pretty_name: YelpPolarity
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  train-eval-index:
7
  - config: plain_text
8
  task: text-classification
@@ -44,26 +63,6 @@ train-eval-index:
44
  name: Recall weighted
45
  args:
46
  average: weighted
47
- dataset_info:
48
- features:
49
- - name: text
50
- dtype: string
51
- - name: label
52
- dtype:
53
- class_label:
54
- names:
55
- 0: '1'
56
- 1: '2'
57
- config_name: plain_text
58
- splits:
59
- - name: train
60
- num_bytes: 413558837
61
- num_examples: 560000
62
- - name: test
63
- num_bytes: 27962097
64
- num_examples: 38000
65
- download_size: 166373201
66
- dataset_size: 441520934
67
  ---
68
 
69
  # Dataset Card for "yelp_polarity"
 
1
  ---
2
  language:
3
  - en
 
4
  pretty_name: YelpPolarity
5
+ dataset_info:
6
+ features:
7
+ - name: text
8
+ dtype: string
9
+ - name: label
10
+ dtype:
11
+ class_label:
12
+ names:
13
+ '0': '1'
14
+ '1': '2'
15
+ config_name: plain_text
16
+ splits:
17
+ - name: train
18
+ num_bytes: 413558837
19
+ num_examples: 560000
20
+ - name: test
21
+ num_bytes: 27962097
22
+ num_examples: 38000
23
+ download_size: 166373201
24
+ dataset_size: 441520934
25
  train-eval-index:
26
  - config: plain_text
27
  task: text-classification
 
63
  name: Recall weighted
64
  args:
65
  average: weighted
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66
  ---
67
 
68
  # Dataset Card for "yelp_polarity"