lewtun HF staff commited on
Commit
ca5ba61
1 Parent(s): 842746d
Files changed (3) hide show
  1. create_dataset.py +1 -1
  2. test.jsonl +2 -2
  3. train.jsonl +2 -2
create_dataset.py CHANGED
@@ -2,7 +2,7 @@ from datasets import load_dataset
2
 
3
 
4
  def main():
5
- raw_dset = load_dataset("amazon_polarity")
6
  labels = raw_dset["train"].features["label"]
7
 
8
  for split, dset in raw_dset.items():
 
2
 
3
 
4
  def main():
5
+ raw_dset = load_dataset("ag_news")
6
  labels = raw_dset["train"].features["label"]
7
 
8
  for split, dset in raw_dset.items():
test.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:26fc89cf0cd74afe7bceaf5900761ac8122532f26a35518146fd32eb23ffc797
3
- size 196106281
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68290dee715edcb5a28ff1f3fc933ea7649fb0f01263af94411cfec255c55284
3
+ size 2133843
train.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ed0e122ad1827b7336e393f01fac548151c280201d5e39dd8de76f8aec54eec0
3
- size 1765725289
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea432c816ef5219d8bd1e049d63f5e05ad76b35e5efd15420d48a96f15ddaa94
3
+ size 33838305