TheoDB commited on
Commit
9dae820
·
verified ·
1 Parent(s): b97b152

Upload amazon_massive_intent dataset

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. ar/dataset_dict.json +1 -0
  2. ar/test/data-00000-of-00001.arrow +3 -0
  3. ar/test/dataset_info.json +74 -0
  4. ar/test/state.json +13 -0
  5. ar/train/data-00000-of-00001.arrow +3 -0
  6. ar/train/dataset_info.json +74 -0
  7. ar/train/state.json +13 -0
  8. ar/validation/data-00000-of-00001.arrow +3 -0
  9. ar/validation/dataset_info.json +74 -0
  10. ar/validation/state.json +13 -0
  11. de/dataset_dict.json +1 -0
  12. de/test/data-00000-of-00001.arrow +3 -0
  13. de/test/dataset_info.json +74 -0
  14. de/test/state.json +13 -0
  15. de/train/data-00000-of-00001.arrow +3 -0
  16. de/train/dataset_info.json +74 -0
  17. de/train/state.json +13 -0
  18. de/validation/data-00000-of-00001.arrow +3 -0
  19. de/validation/dataset_info.json +74 -0
  20. de/validation/state.json +13 -0
  21. en/dataset_dict.json +1 -0
  22. en/test/cache-07606f13e42bd74a.arrow +3 -0
  23. en/test/cache-0c43369df0ec1243.arrow +3 -0
  24. en/test/cache-25edcbe8d121be75.arrow +3 -0
  25. en/test/cache-2a02f86a1c931fca.arrow +3 -0
  26. en/test/cache-36f8f2c7d73f3ddf.arrow +3 -0
  27. en/test/cache-3a9b19ec8b96c53c.arrow +3 -0
  28. en/test/cache-3d58c7a8ab63ee4d.arrow +3 -0
  29. en/test/cache-5742bdb51e71a8ab.arrow +3 -0
  30. en/test/cache-6ca903350874f607.arrow +3 -0
  31. en/test/cache-73dc345aade601d2.arrow +3 -0
  32. en/test/cache-907ebcceccbb28e5.arrow +3 -0
  33. en/test/cache-a97bd89b2a54a3dd.arrow +3 -0
  34. en/test/cache-c398d5e1d9b3cb43.arrow +3 -0
  35. en/test/cache-f315bdb3ab152431.arrow +3 -0
  36. en/test/data-00000-of-00001.arrow +3 -0
  37. en/test/dataset_info.json +74 -0
  38. en/test/state.json +13 -0
  39. en/train/cache-011e3b73cb166356.arrow +3 -0
  40. en/train/cache-03cbef37a4fb988b.arrow +3 -0
  41. en/train/cache-0c96a29113a90a28.arrow +3 -0
  42. en/train/cache-13d67f4841f3e29d.arrow +3 -0
  43. en/train/cache-273ec374876e6ef1.arrow +3 -0
  44. en/train/cache-37f4aa7efb67763a.arrow +3 -0
  45. en/train/cache-4654b487738bd6f6.arrow +3 -0
  46. en/train/cache-517709ff99bf3389.arrow +3 -0
  47. en/train/cache-5613213502d5b62b.arrow +3 -0
  48. en/train/cache-7bfb2903877b457f.arrow +3 -0
  49. en/train/cache-8c440d025e268a75.arrow +3 -0
  50. en/train/cache-949f0ffccd5e8e1a.arrow +3 -0
ar/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "test", "validation"]}
ar/test/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:461a679b07335f8a2cddb74c7da405e9e253663ecf7063db69496f3df18beb04
3
+ size 301568
ar/test/dataset_info.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "json",
3
+ "citation": "",
4
+ "config_name": "ar",
5
+ "dataset_name": "amazon_massive_intent",
6
+ "dataset_size": 1667415,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/mteb/amazon_massive_intent@d189f0ff91cc89665ddc5185f7267979c0314718/train/ar.json.gz": {
10
+ "num_bytes": 228322,
11
+ "checksum": null
12
+ },
13
+ "hf://datasets/mteb/amazon_massive_intent@d189f0ff91cc89665ddc5185f7267979c0314718/test/ar.json.gz": {
14
+ "num_bytes": 63572,
15
+ "checksum": null
16
+ },
17
+ "hf://datasets/mteb/amazon_massive_intent@d189f0ff91cc89665ddc5185f7267979c0314718/validation/ar.json.gz": {
18
+ "num_bytes": 44803,
19
+ "checksum": null
20
+ }
21
+ },
22
+ "download_size": 336697,
23
+ "features": {
24
+ "id": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "label": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "label_text": {
33
+ "dtype": "string",
34
+ "_type": "Value"
35
+ },
36
+ "text": {
37
+ "dtype": "string",
38
+ "_type": "Value"
39
+ },
40
+ "lang": {
41
+ "dtype": "string",
42
+ "_type": "Value"
43
+ }
44
+ },
45
+ "homepage": "",
46
+ "license": "",
47
+ "size_in_bytes": 2004112,
48
+ "splits": {
49
+ "train": {
50
+ "name": "train",
51
+ "num_bytes": 1163342,
52
+ "num_examples": 11514,
53
+ "dataset_name": "amazon_massive_intent"
54
+ },
55
+ "test": {
56
+ "name": "test",
57
+ "num_bytes": 299216,
58
+ "num_examples": 2974,
59
+ "dataset_name": "amazon_massive_intent"
60
+ },
61
+ "validation": {
62
+ "name": "validation",
63
+ "num_bytes": 204857,
64
+ "num_examples": 2033,
65
+ "dataset_name": "amazon_massive_intent"
66
+ }
67
+ },
68
+ "version": {
69
+ "version_str": "0.0.0",
70
+ "major": 0,
71
+ "minor": 0,
72
+ "patch": 0
73
+ }
74
+ }
ar/test/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "da0b827157e2add0",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "test"
13
+ }
ar/train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:075edd44199ec0437f36477ebe1fe6cc967bbaada2d56d46e0c725b6f595b2a4
3
+ size 1171576
ar/train/dataset_info.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "json",
3
+ "citation": "",
4
+ "config_name": "ar",
5
+ "dataset_name": "amazon_massive_intent",
6
+ "dataset_size": 1667415,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/mteb/amazon_massive_intent@d189f0ff91cc89665ddc5185f7267979c0314718/train/ar.json.gz": {
10
+ "num_bytes": 228322,
11
+ "checksum": null
12
+ },
13
+ "hf://datasets/mteb/amazon_massive_intent@d189f0ff91cc89665ddc5185f7267979c0314718/test/ar.json.gz": {
14
+ "num_bytes": 63572,
15
+ "checksum": null
16
+ },
17
+ "hf://datasets/mteb/amazon_massive_intent@d189f0ff91cc89665ddc5185f7267979c0314718/validation/ar.json.gz": {
18
+ "num_bytes": 44803,
19
+ "checksum": null
20
+ }
21
+ },
22
+ "download_size": 336697,
23
+ "features": {
24
+ "id": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "label": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "label_text": {
33
+ "dtype": "string",
34
+ "_type": "Value"
35
+ },
36
+ "text": {
37
+ "dtype": "string",
38
+ "_type": "Value"
39
+ },
40
+ "lang": {
41
+ "dtype": "string",
42
+ "_type": "Value"
43
+ }
44
+ },
45
+ "homepage": "",
46
+ "license": "",
47
+ "size_in_bytes": 2004112,
48
+ "splits": {
49
+ "train": {
50
+ "name": "train",
51
+ "num_bytes": 1163342,
52
+ "num_examples": 11514,
53
+ "dataset_name": "amazon_massive_intent"
54
+ },
55
+ "test": {
56
+ "name": "test",
57
+ "num_bytes": 299216,
58
+ "num_examples": 2974,
59
+ "dataset_name": "amazon_massive_intent"
60
+ },
61
+ "validation": {
62
+ "name": "validation",
63
+ "num_bytes": 204857,
64
+ "num_examples": 2033,
65
+ "dataset_name": "amazon_massive_intent"
66
+ }
67
+ },
68
+ "version": {
69
+ "version_str": "0.0.0",
70
+ "major": 0,
71
+ "minor": 0,
72
+ "patch": 0
73
+ }
74
+ }
ar/train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "54bc4520d3e00a86",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }
ar/validation/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0627c3dcd312b783ffa41929e034f545f413deed7049609eaca709efa3c1c8f2
3
+ size 207184
ar/validation/dataset_info.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "json",
3
+ "citation": "",
4
+ "config_name": "ar",
5
+ "dataset_name": "amazon_massive_intent",
6
+ "dataset_size": 1667415,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/mteb/amazon_massive_intent@d189f0ff91cc89665ddc5185f7267979c0314718/train/ar.json.gz": {
10
+ "num_bytes": 228322,
11
+ "checksum": null
12
+ },
13
+ "hf://datasets/mteb/amazon_massive_intent@d189f0ff91cc89665ddc5185f7267979c0314718/test/ar.json.gz": {
14
+ "num_bytes": 63572,
15
+ "checksum": null
16
+ },
17
+ "hf://datasets/mteb/amazon_massive_intent@d189f0ff91cc89665ddc5185f7267979c0314718/validation/ar.json.gz": {
18
+ "num_bytes": 44803,
19
+ "checksum": null
20
+ }
21
+ },
22
+ "download_size": 336697,
23
+ "features": {
24
+ "id": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "label": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "label_text": {
33
+ "dtype": "string",
34
+ "_type": "Value"
35
+ },
36
+ "text": {
37
+ "dtype": "string",
38
+ "_type": "Value"
39
+ },
40
+ "lang": {
41
+ "dtype": "string",
42
+ "_type": "Value"
43
+ }
44
+ },
45
+ "homepage": "",
46
+ "license": "",
47
+ "size_in_bytes": 2004112,
48
+ "splits": {
49
+ "train": {
50
+ "name": "train",
51
+ "num_bytes": 1163342,
52
+ "num_examples": 11514,
53
+ "dataset_name": "amazon_massive_intent"
54
+ },
55
+ "test": {
56
+ "name": "test",
57
+ "num_bytes": 299216,
58
+ "num_examples": 2974,
59
+ "dataset_name": "amazon_massive_intent"
60
+ },
61
+ "validation": {
62
+ "name": "validation",
63
+ "num_bytes": 204857,
64
+ "num_examples": 2033,
65
+ "dataset_name": "amazon_massive_intent"
66
+ }
67
+ },
68
+ "version": {
69
+ "version_str": "0.0.0",
70
+ "major": 0,
71
+ "minor": 0,
72
+ "patch": 0
73
+ }
74
+ }
ar/validation/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "dae6ce50c55d0c1d",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "validation"
13
+ }
de/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "test", "validation"]}
de/test/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dd1bdc0b1701b33663d0a0981e6f812b96a87f1fdc6ac78845bc2cb18370354
3
+ size 276872
de/test/dataset_info.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "json",
3
+ "citation": "",
4
+ "config_name": "de",
5
+ "dataset_name": "amazon_massive_intent",
6
+ "dataset_size": 1527219,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/mteb/amazon_massive_intent@d189f0ff91cc89665ddc5185f7267979c0314718/train/de.json.gz": {
10
+ "num_bytes": 209007,
11
+ "checksum": null
12
+ },
13
+ "hf://datasets/mteb/amazon_massive_intent@d189f0ff91cc89665ddc5185f7267979c0314718/test/de.json.gz": {
14
+ "num_bytes": 59567,
15
+ "checksum": null
16
+ },
17
+ "hf://datasets/mteb/amazon_massive_intent@d189f0ff91cc89665ddc5185f7267979c0314718/validation/de.json.gz": {
18
+ "num_bytes": 41721,
19
+ "checksum": null
20
+ }
21
+ },
22
+ "download_size": 310295,
23
+ "features": {
24
+ "id": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "label": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "label_text": {
33
+ "dtype": "string",
34
+ "_type": "Value"
35
+ },
36
+ "text": {
37
+ "dtype": "string",
38
+ "_type": "Value"
39
+ },
40
+ "lang": {
41
+ "dtype": "string",
42
+ "_type": "Value"
43
+ }
44
+ },
45
+ "homepage": "",
46
+ "license": "",
47
+ "size_in_bytes": 1837514,
48
+ "splits": {
49
+ "train": {
50
+ "name": "train",
51
+ "num_bytes": 1065611,
52
+ "num_examples": 11514,
53
+ "dataset_name": "amazon_massive_intent"
54
+ },
55
+ "test": {
56
+ "name": "test",
57
+ "num_bytes": 274541,
58
+ "num_examples": 2974,
59
+ "dataset_name": "amazon_massive_intent"
60
+ },
61
+ "validation": {
62
+ "name": "validation",
63
+ "num_bytes": 187067,
64
+ "num_examples": 2033,
65
+ "dataset_name": "amazon_massive_intent"
66
+ }
67
+ },
68
+ "version": {
69
+ "version_str": "0.0.0",
70
+ "major": 0,
71
+ "minor": 0,
72
+ "patch": 0
73
+ }
74
+ }
de/test/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "e09918d06b04c3da",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "test"
13
+ }
de/train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c13ab9a294cac5d41ad1321472311befc72401e9a05889ce465de5c678f84e74
3
+ size 1073824
de/train/dataset_info.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "json",
3
+ "citation": "",
4
+ "config_name": "de",
5
+ "dataset_name": "amazon_massive_intent",
6
+ "dataset_size": 1527219,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/mteb/amazon_massive_intent@d189f0ff91cc89665ddc5185f7267979c0314718/train/de.json.gz": {
10
+ "num_bytes": 209007,
11
+ "checksum": null
12
+ },
13
+ "hf://datasets/mteb/amazon_massive_intent@d189f0ff91cc89665ddc5185f7267979c0314718/test/de.json.gz": {
14
+ "num_bytes": 59567,
15
+ "checksum": null
16
+ },
17
+ "hf://datasets/mteb/amazon_massive_intent@d189f0ff91cc89665ddc5185f7267979c0314718/validation/de.json.gz": {
18
+ "num_bytes": 41721,
19
+ "checksum": null
20
+ }
21
+ },
22
+ "download_size": 310295,
23
+ "features": {
24
+ "id": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "label": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "label_text": {
33
+ "dtype": "string",
34
+ "_type": "Value"
35
+ },
36
+ "text": {
37
+ "dtype": "string",
38
+ "_type": "Value"
39
+ },
40
+ "lang": {
41
+ "dtype": "string",
42
+ "_type": "Value"
43
+ }
44
+ },
45
+ "homepage": "",
46
+ "license": "",
47
+ "size_in_bytes": 1837514,
48
+ "splits": {
49
+ "train": {
50
+ "name": "train",
51
+ "num_bytes": 1065611,
52
+ "num_examples": 11514,
53
+ "dataset_name": "amazon_massive_intent"
54
+ },
55
+ "test": {
56
+ "name": "test",
57
+ "num_bytes": 274541,
58
+ "num_examples": 2974,
59
+ "dataset_name": "amazon_massive_intent"
60
+ },
61
+ "validation": {
62
+ "name": "validation",
63
+ "num_bytes": 187067,
64
+ "num_examples": 2033,
65
+ "dataset_name": "amazon_massive_intent"
66
+ }
67
+ },
68
+ "version": {
69
+ "version_str": "0.0.0",
70
+ "major": 0,
71
+ "minor": 0,
72
+ "patch": 0
73
+ }
74
+ }
de/train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "aa53d70b3ff40332",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }
de/validation/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eea327f9ee2c729bda0179a6eb539d4cec42d9e8fa695d76acf9ec56b29840e7
3
+ size 189400
de/validation/dataset_info.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "json",
3
+ "citation": "",
4
+ "config_name": "de",
5
+ "dataset_name": "amazon_massive_intent",
6
+ "dataset_size": 1527219,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/mteb/amazon_massive_intent@d189f0ff91cc89665ddc5185f7267979c0314718/train/de.json.gz": {
10
+ "num_bytes": 209007,
11
+ "checksum": null
12
+ },
13
+ "hf://datasets/mteb/amazon_massive_intent@d189f0ff91cc89665ddc5185f7267979c0314718/test/de.json.gz": {
14
+ "num_bytes": 59567,
15
+ "checksum": null
16
+ },
17
+ "hf://datasets/mteb/amazon_massive_intent@d189f0ff91cc89665ddc5185f7267979c0314718/validation/de.json.gz": {
18
+ "num_bytes": 41721,
19
+ "checksum": null
20
+ }
21
+ },
22
+ "download_size": 310295,
23
+ "features": {
24
+ "id": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "label": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "label_text": {
33
+ "dtype": "string",
34
+ "_type": "Value"
35
+ },
36
+ "text": {
37
+ "dtype": "string",
38
+ "_type": "Value"
39
+ },
40
+ "lang": {
41
+ "dtype": "string",
42
+ "_type": "Value"
43
+ }
44
+ },
45
+ "homepage": "",
46
+ "license": "",
47
+ "size_in_bytes": 1837514,
48
+ "splits": {
49
+ "train": {
50
+ "name": "train",
51
+ "num_bytes": 1065611,
52
+ "num_examples": 11514,
53
+ "dataset_name": "amazon_massive_intent"
54
+ },
55
+ "test": {
56
+ "name": "test",
57
+ "num_bytes": 274541,
58
+ "num_examples": 2974,
59
+ "dataset_name": "amazon_massive_intent"
60
+ },
61
+ "validation": {
62
+ "name": "validation",
63
+ "num_bytes": 187067,
64
+ "num_examples": 2033,
65
+ "dataset_name": "amazon_massive_intent"
66
+ }
67
+ },
68
+ "version": {
69
+ "version_str": "0.0.0",
70
+ "major": 0,
71
+ "minor": 0,
72
+ "patch": 0
73
+ }
74
+ }
de/validation/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "1f0c584bc8914545",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "validation"
13
+ }
en/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "test", "validation"]}
en/test/cache-07606f13e42bd74a.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7ed19a5876203b6f028066397d1ae348ec65b53fba0a785fa3cacd8874cc44c
3
+ size 306944
en/test/cache-0c43369df0ec1243.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3f18449a5430e769b02b24d621ec24e8eb8af5d1d83becddf78999f70a6e4ea
3
+ size 306944
en/test/cache-25edcbe8d121be75.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aadbc92db91cb468127cca6c469c4da715faf89e0ad2972f015250b242df1b64
3
+ size 292080
en/test/cache-2a02f86a1c931fca.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45b6881c660f83ccf5898cdcfc3cb8a69607c525bb1c2da35a43a86188609ee9
3
+ size 306944
en/test/cache-36f8f2c7d73f3ddf.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b22282495525890ae1a5a501f7668e095a43d16c394c4dc5a56771662e277d8b
3
+ size 306952
en/test/cache-3a9b19ec8b96c53c.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58e01591efd81e2a9e0d4563ed537095d0521bbebddb5d0f2d660398958577ee
3
+ size 233576
en/test/cache-3d58c7a8ab63ee4d.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7639b2f98164ce9d8fb4aa1077a09c3d4f63bbb3581d16ea5ac36048632f7d15
3
+ size 292080
en/test/cache-5742bdb51e71a8ab.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88f275d47775e6fddb020c12d600b9956a4e0748d1b1facbc7a6aa8cc9334014
3
+ size 306944
en/test/cache-6ca903350874f607.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:807e9d887d315e9a5243cfd2596e98c346abefdb0ed34d4efa81b11815b63af0
3
+ size 292080
en/test/cache-73dc345aade601d2.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3f02f78bad60f8131995324b166bdae27b65f857730d20bc9dcec80aa63cd07
3
+ size 306944
en/test/cache-907ebcceccbb28e5.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54e3b1f8bff241da5aea4a673c7c68030ba25561af4835e219b0851de67fa3a0
3
+ size 292080
en/test/cache-a97bd89b2a54a3dd.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d80a18fb8bde0c92c16b6ec417b48d74cc8e1a793f5d99522a6e430699d85f5
3
+ size 292080
en/test/cache-c398d5e1d9b3cb43.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e792ceae6374d976287e2be6211ea578afd8cafa450091b76039d4acabb6821d
3
+ size 306944
en/test/cache-f315bdb3ab152431.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a41b7add767db53ace5d919f4352a041ee901edc341c819093bcad01996ac464
3
+ size 292080
en/test/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cfd3c6e0a7d7f948b4e57fba839bd6b31841c6564c1ece106a01d8da9251ee6
3
+ size 260568
en/test/dataset_info.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "json",
3
+ "citation": "",
4
+ "config_name": "en",
5
+ "dataset_name": "amazon_massive_intent",
6
+ "dataset_size": 1442519,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/mteb/amazon_massive_intent@d189f0ff91cc89665ddc5185f7267979c0314718/train/en.json.gz": {
10
+ "num_bytes": 187003,
11
+ "checksum": null
12
+ },
13
+ "hf://datasets/mteb/amazon_massive_intent@d189f0ff91cc89665ddc5185f7267979c0314718/test/en.json.gz": {
14
+ "num_bytes": 54111,
15
+ "checksum": null
16
+ },
17
+ "hf://datasets/mteb/amazon_massive_intent@d189f0ff91cc89665ddc5185f7267979c0314718/validation/en.json.gz": {
18
+ "num_bytes": 38340,
19
+ "checksum": null
20
+ }
21
+ },
22
+ "download_size": 279454,
23
+ "features": {
24
+ "id": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "label": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "label_text": {
33
+ "dtype": "string",
34
+ "_type": "Value"
35
+ },
36
+ "text": {
37
+ "dtype": "string",
38
+ "_type": "Value"
39
+ },
40
+ "lang": {
41
+ "dtype": "string",
42
+ "_type": "Value"
43
+ }
44
+ },
45
+ "homepage": "",
46
+ "license": "",
47
+ "size_in_bytes": 1721973,
48
+ "splits": {
49
+ "train": {
50
+ "name": "train",
51
+ "num_bytes": 1007288,
52
+ "num_examples": 11514,
53
+ "dataset_name": "amazon_massive_intent"
54
+ },
55
+ "test": {
56
+ "name": "test",
57
+ "num_bytes": 258185,
58
+ "num_examples": 2974,
59
+ "dataset_name": "amazon_massive_intent"
60
+ },
61
+ "validation": {
62
+ "name": "validation",
63
+ "num_bytes": 177046,
64
+ "num_examples": 2033,
65
+ "dataset_name": "amazon_massive_intent"
66
+ }
67
+ },
68
+ "version": {
69
+ "version_str": "0.0.0",
70
+ "major": 0,
71
+ "minor": 0,
72
+ "patch": 0
73
+ }
74
+ }
en/test/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "aad70fe0c860c2fe",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "test"
13
+ }
en/train/cache-011e3b73cb166356.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:505266db471113bb66694cf1de4a88c3861e7553dd745d06aa94237331629088
3
+ size 1140640
en/train/cache-03cbef37a4fb988b.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fee1365dc80859048ffe92940fdff9e83eea561641c0c24a574ce758a844570d
3
+ size 1140640
en/train/cache-0c96a29113a90a28.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f10871e826754beaa5074618c91a230b0097b776d2d69754dfc59768ca56591
3
+ size 1140640
en/train/cache-13d67f4841f3e29d.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e9bafbfcf36cd0d7318d277189bbc66d1d24c054d2c06a1523d47c4a52557de
3
+ size 1198104
en/train/cache-273ec374876e6ef1.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52ad8d2c2007287681790f4ec4b41f1766d15c651cc547cf6d22d4c67da4441f
3
+ size 1198104
en/train/cache-37f4aa7efb67763a.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03f130c3c06b96bbe23cc2262dfea28682d4e3ff0181b53f9b71c9ea83525cae
3
+ size 1198104
en/train/cache-4654b487738bd6f6.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dcbe389499de72036eeedef2a29fcb886931fd2b98f722fa74215cb11b4f93b
3
+ size 1140640
en/train/cache-517709ff99bf3389.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a806abdc6e2d946ebae482b93e8ce5600b9ef843dd191516274417032e5cd60a
3
+ size 1140640
en/train/cache-5613213502d5b62b.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:970087d94e260f13a72641a9380b9ee8572a50c8a30218b5e6c33f9091b0d1d1
3
+ size 1140640
en/train/cache-7bfb2903877b457f.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a7cd15a90c989e4acc19f4d0bc047b4fd5f45753d1567a93eb489dd37b608c8
3
+ size 1140640
en/train/cache-8c440d025e268a75.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:006810e950edbc00b4dd1a48e762f7042f8b9513c8939991e4cde9e37821ef1e
3
+ size 1198104
en/train/cache-949f0ffccd5e8e1a.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3625777e3c46af5d6dae8a81c7e45554a92db523c0d14a7f494249ca07e66e65
3
+ size 909080