id
Browse files
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:
|
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:
|
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:
|
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 |
-
"
|
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 |
}
|