pere commited on
Commit
4de55cb
·
1 Parent(s): ea05d2f
data/train-shard-0001-of-0001.json.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:466ea229e9ece22a3ac0482ee44571681c494cb203f59cfc03573e0ad973ca00
3
  size 327228071
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42146c63984bae4a26082ee80b6233667aaa9f7b2b414506c35522556194aa01
3
  size 327228071
data/unlabelled_10M.json.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:42c324f26340c63aca6e20580196b805a3aa125f6d3d9f795f46682458c3d021
3
  size 343056388
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a496cdd2ff999dccfef62d1740d0e9a12ea63527ea0816c021dc208f2b3d1cfc
3
  size 343056388
data/validation-shard-0001-of-0001.json.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5be844bc2aa0be1d6669f60a34eebdb031dc1491e54dc79e7458872495fa27bf
3
  size 15830436
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b31cedf0d50e64d176c78763f6737199e273ea0f5174dba98680806f30cf2e2
3
  size 15830436
italian_tweets_10M.py CHANGED
@@ -36,7 +36,7 @@ class italian_tweets_10M(datasets.GeneratorBasedBuilder):
36
  description=_DESCRIPTION,
37
  features=datasets.Features(
38
  {
39
- "id_str": datasets.Value("string"),
40
  "text": datasets.Value("string"),
41
 
42
  }
 
36
  description=_DESCRIPTION,
37
  features=datasets.Features(
38
  {
39
+ "id": datasets.Value("string"),
40
  "text": datasets.Value("string"),
41
 
42
  }