DipeshChaudhary commited on
Commit
cbb4bff
·
verified ·
1 Parent(s): 8a773a6

Uploading GEC dataset with 10 tags (incl. Swap/Merge/Split)

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +76 -0
  2. dataset_dict.json +1 -0
  3. gec_vocabulary.json +26 -0
  4. test/data-00000-of-00003.arrow +3 -0
  5. test/data-00001-of-00003.arrow +3 -0
  6. test/data-00002-of-00003.arrow +3 -0
  7. test/dataset_info.json +106 -0
  8. test/state.json +25 -0
  9. train/data-00000-of-00045.arrow +3 -0
  10. train/data-00001-of-00045.arrow +3 -0
  11. train/data-00002-of-00045.arrow +3 -0
  12. train/data-00003-of-00045.arrow +3 -0
  13. train/data-00004-of-00045.arrow +3 -0
  14. train/data-00005-of-00045.arrow +3 -0
  15. train/data-00006-of-00045.arrow +3 -0
  16. train/data-00007-of-00045.arrow +3 -0
  17. train/data-00008-of-00045.arrow +3 -0
  18. train/data-00009-of-00045.arrow +3 -0
  19. train/data-00010-of-00045.arrow +3 -0
  20. train/data-00011-of-00045.arrow +3 -0
  21. train/data-00012-of-00045.arrow +3 -0
  22. train/data-00013-of-00045.arrow +3 -0
  23. train/data-00014-of-00045.arrow +3 -0
  24. train/data-00015-of-00045.arrow +3 -0
  25. train/data-00016-of-00045.arrow +3 -0
  26. train/data-00017-of-00045.arrow +3 -0
  27. train/data-00018-of-00045.arrow +3 -0
  28. train/data-00019-of-00045.arrow +3 -0
  29. train/data-00020-of-00045.arrow +3 -0
  30. train/data-00021-of-00045.arrow +3 -0
  31. train/data-00022-of-00045.arrow +3 -0
  32. train/data-00023-of-00045.arrow +3 -0
  33. train/data-00024-of-00045.arrow +3 -0
  34. train/data-00025-of-00045.arrow +3 -0
  35. train/data-00026-of-00045.arrow +3 -0
  36. train/data-00027-of-00045.arrow +3 -0
  37. train/data-00028-of-00045.arrow +3 -0
  38. train/data-00029-of-00045.arrow +3 -0
  39. train/data-00030-of-00045.arrow +3 -0
  40. train/data-00031-of-00045.arrow +3 -0
  41. train/data-00032-of-00045.arrow +3 -0
  42. train/data-00033-of-00045.arrow +3 -0
  43. train/data-00034-of-00045.arrow +3 -0
  44. train/data-00035-of-00045.arrow +3 -0
  45. train/data-00036-of-00045.arrow +3 -0
  46. train/data-00037-of-00045.arrow +3 -0
  47. train/data-00038-of-00045.arrow +3 -0
  48. train/data-00039-of-00045.arrow +3 -0
  49. train/data-00040-of-00045.arrow +3 -0
  50. train/data-00041-of-00045.arrow +3 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ne
4
+ license: mit
5
+ task_categories:
6
+ - token-classification
7
+ tags:
8
+ - grammatical-error-correction
9
+ - gec
10
+ - nepali
11
+ - gector
12
+ - sequence-tagging
13
+ size_categories:
14
+ - 1M<n<10M
15
+ ---
16
+
17
+ # Nepali GEC (gector style) Token Tagging Dataset
18
+
19
+ This is a processed version of the [sumitaryal/nepali_grammatical_error_correction](https://huggingface.co/datasets/sumitaryal/nepali_grammatical_error_correction) dataset,
20
+ designed for training GEC-ToR-style sequence tagging models.
21
+
22
+ This dataset has been processed with a robust, multi-pass, content-aware alignment algorithm
23
+ to generate high-fidelity correction tags, **including complex and adjacent SWAP operations**.
24
+
25
+ ## Total Examples: 16,260,992
26
+
27
+ * **Training:** 13,008,711
28
+ * **Validation:** 2,439,231
29
+ * **test:** 813,050
30
+
31
+ ## Key Features
32
+
33
+ - **Token-Level Tags:** Word-level corrections are mapped to subword (token) labels.
34
+ - **Correct Sentences Included:** The dataset contains both incorrect and correct sentences (tagged with `$KEEP`) for model stability.
35
+ - **Stratified Splits:** Splits are stratified by the dominant error tag to ensure balanced evaluation.
36
+
37
+ ## Tag Vocabulary (10 Tags)
38
+
39
+ This dataset uses an enhanced 10-tag system:
40
+
41
+ 1. **`$KEEP`**: Token is correct. -> label -> 0
42
+ 2. **`$DELETE`**: Token should be deleted. -> label -> 1
43
+ 3. **`$REPLACE`**: Token should be replaced (e.g., by a Transformer's MLM head). -> label -> 2
44
+ 4. **`$APPEND`**: A new token should be inserted *after* this token. -> label -> 3
45
+ 5. **`$SWAP_NEXT`**: Token is part of a swap (first word). -> label -> 4
46
+ 6. **`$SWAP_PREV`**: Token is part of a swap (second word). -> label -> 5
47
+ 7. **`$MERGE_NEXT`**: This token should be merged with the next token. -> label -> 6
48
+ 8. **`$MERGE_PREV`**: This token should be merged with the previous token. -> label -> 7
49
+ 9. **`$SPLIT`**: This token should be split into multiple tokens. -> label -> 8
50
+ 10. **`$UNKNOWN`**: Fallback tag (should not be present). -> label -> 9
51
+
52
+ ## Usage
53
+
54
+ ```python
55
+ from datasets import load_dataset
56
+ import json
57
+ from huggingface_hub import hf_hub_download
58
+
59
+ REPO_ID = "DipeshChaudhary/nepali-gector-style-token-level-tag-for-ged"
60
+
61
+ # Load dataset
62
+ dataset = load_dataset(REPO_ID)
63
+
64
+ # Load vocabulary
65
+ vocab_file = hf_hub_download(
66
+ repo_id=REPO_ID,
67
+ filename="gec_vocabulary.json",
68
+ repo_type="dataset"
69
+ )
70
+
71
+ with open(vocab_file, 'r', encoding='utf-8') as f:
72
+ vocabulary = json.load(f)
73
+
74
+ print(f"Splits: {list(dataset.keys())}")
75
+ print(f"Tags: {vocabulary['tag_to_id']}")
76
+ ```
dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "validation", "test"]}
gec_vocabulary.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tag_to_id": {
3
+ "$KEEP": 0,
4
+ "$DELETE": 1,
5
+ "$REPLACE": 2,
6
+ "$APPEND": 3,
7
+ "$SWAP_NEXT": 4,
8
+ "$SWAP_PREV": 5,
9
+ "$MERGE_NEXT": 6,
10
+ "$MERGE_PREV": 7,
11
+ "$SPLIT": 8,
12
+ "$UNKNOWN": 9
13
+ },
14
+ "id_to_tag": {
15
+ "0": "$KEEP",
16
+ "1": "$DELETE",
17
+ "2": "$REPLACE",
18
+ "3": "$APPEND",
19
+ "4": "$SWAP_NEXT",
20
+ "5": "$SWAP_PREV",
21
+ "6": "$MERGE_NEXT",
22
+ "7": "$MERGE_PREV",
23
+ "8": "$SPLIT",
24
+ "9": "$UNKNOWN"
25
+ }
26
+ }
test/data-00000-of-00003.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8c0e1dda3a90c0d9361cde31e51f0c8c6badf50d0960b71efebbbb5a3c280f6
3
+ size 461536176
test/data-00001-of-00003.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dbe6ceb81f372c8affec0b4bfbed7e112993cb8a63f0419a4bb5062ca501912
3
+ size 461533664
test/data-00002-of-00003.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec4a67643ee0dbdbc84e91ef9d1981f0c8f3ed99113fcd4f6dddbaa256dc8d61
3
+ size 461549824
test/dataset_info.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "parquet",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "nepali_grammatical_error_correction",
6
+ "dataset_size": 3545023404,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/sumitaryal/nepali_grammatical_error_correction@e5dd0e296a7727741bea90625c535ca8e6e3c712/data/train-00000-of-00007.parquet": {
10
+ "num_bytes": 216669511,
11
+ "checksum": null
12
+ },
13
+ "hf://datasets/sumitaryal/nepali_grammatical_error_correction@e5dd0e296a7727741bea90625c535ca8e6e3c712/data/train-00001-of-00007.parquet": {
14
+ "num_bytes": 216623261,
15
+ "checksum": null
16
+ },
17
+ "hf://datasets/sumitaryal/nepali_grammatical_error_correction@e5dd0e296a7727741bea90625c535ca8e6e3c712/data/train-00002-of-00007.parquet": {
18
+ "num_bytes": 216408316,
19
+ "checksum": null
20
+ },
21
+ "hf://datasets/sumitaryal/nepali_grammatical_error_correction@e5dd0e296a7727741bea90625c535ca8e6e3c712/data/train-00003-of-00007.parquet": {
22
+ "num_bytes": 216687248,
23
+ "checksum": null
24
+ },
25
+ "hf://datasets/sumitaryal/nepali_grammatical_error_correction@e5dd0e296a7727741bea90625c535ca8e6e3c712/data/train-00004-of-00007.parquet": {
26
+ "num_bytes": 216655481,
27
+ "checksum": null
28
+ },
29
+ "hf://datasets/sumitaryal/nepali_grammatical_error_correction@e5dd0e296a7727741bea90625c535ca8e6e3c712/data/train-00005-of-00007.parquet": {
30
+ "num_bytes": 216654165,
31
+ "checksum": null
32
+ },
33
+ "hf://datasets/sumitaryal/nepali_grammatical_error_correction@e5dd0e296a7727741bea90625c535ca8e6e3c712/data/train-00006-of-00007.parquet": {
34
+ "num_bytes": 216514861,
35
+ "checksum": null
36
+ },
37
+ "hf://datasets/sumitaryal/nepali_grammatical_error_correction@e5dd0e296a7727741bea90625c535ca8e6e3c712/data/valid-00000-of-00001.parquet": {
38
+ "num_bytes": 79899221,
39
+ "checksum": null
40
+ }
41
+ },
42
+ "download_size": 1596112064,
43
+ "features": {
44
+ "input_ids": {
45
+ "feature": {
46
+ "dtype": "int32",
47
+ "_type": "Value"
48
+ },
49
+ "_type": "List"
50
+ },
51
+ "attention_mask": {
52
+ "feature": {
53
+ "dtype": "int8",
54
+ "_type": "Value"
55
+ },
56
+ "_type": "List"
57
+ },
58
+ "labels": {
59
+ "feature": {
60
+ "dtype": "int64",
61
+ "_type": "Value"
62
+ },
63
+ "_type": "List"
64
+ },
65
+ "is_correct": {
66
+ "dtype": "bool",
67
+ "_type": "Value"
68
+ },
69
+ "tag_stats": {
70
+ "dtype": "string",
71
+ "_type": "Value"
72
+ }
73
+ },
74
+ "homepage": "",
75
+ "license": "",
76
+ "size_in_bytes": 5141135468,
77
+ "splits": {
78
+ "train": {
79
+ "name": "train",
80
+ "num_bytes": 3367558008,
81
+ "num_examples": 7723971,
82
+ "shard_lengths": [
83
+ 1147425,
84
+ 1147425,
85
+ 1148425,
86
+ 1146424,
87
+ 1147424,
88
+ 1147424,
89
+ 839424
90
+ ],
91
+ "dataset_name": "nepali_grammatical_error_correction"
92
+ },
93
+ "valid": {
94
+ "name": "valid",
95
+ "num_bytes": 177465396,
96
+ "num_examples": 406525,
97
+ "dataset_name": "nepali_grammatical_error_correction"
98
+ }
99
+ },
100
+ "version": {
101
+ "version_str": "0.0.0",
102
+ "major": 0,
103
+ "minor": 0,
104
+ "patch": 0
105
+ }
106
+ }
test/state.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00003.arrow"
5
+ },
6
+ {
7
+ "filename": "data-00001-of-00003.arrow"
8
+ },
9
+ {
10
+ "filename": "data-00002-of-00003.arrow"
11
+ }
12
+ ],
13
+ "_fingerprint": "02af52845484c0a0",
14
+ "_format_columns": [
15
+ "attention_mask",
16
+ "input_ids",
17
+ "is_correct",
18
+ "labels",
19
+ "tag_stats"
20
+ ],
21
+ "_format_kwargs": {},
22
+ "_format_type": null,
23
+ "_output_all_columns": false,
24
+ "_split": null
25
+ }
train/data-00000-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50fafc158f50894676c7a4098583df24a6387b8e7c9aba2f131ecc26012c2410
3
+ size 492303176
train/data-00001-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5025fe9b1d24db27bda5931cb4675e72ef07d8d478509b5fd17844cfbaf47355
3
+ size 492312472
train/data-00002-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6952a0e56f21ef3ff82ac7d9ca1d191c942654a82b82092d06d416924179111
3
+ size 492299616
train/data-00003-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b0effb54c8acb1e29cdea7be02e1ce273c1f5b531690cafe08f317edd2dffcf
3
+ size 492309256
train/data-00004-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00c8a1027fdbcf27ebefddbacc7024b140f4b52d6eff0eaa006e844f2b55ea33
3
+ size 492301240
train/data-00005-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54547d0f36e0e02b056934597b95298fa8fc1ec5d78fd79cb113a2f4c341c283
3
+ size 492308144
train/data-00006-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9895839bd5e78b36414b8840e6e197f0b1d0b4e73371daaedf8181ed8251dde6
3
+ size 492308072
train/data-00007-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:890d41fd7d8e37c8d2be33fc76f25e900a8042fabe82598fd633519cd3f8bb2d
3
+ size 492309312
train/data-00008-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9af19ea7ae2f3672af6ad0ee3438211f4bb01497c5565152332f76efb861d81a
3
+ size 492317192
train/data-00009-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:705beaf9f69a9871ae5c4951e16a6e55d44a6a1f1ccb76b56d18ea4693e0e832
3
+ size 492306424
train/data-00010-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34069f529c59ba2e31fd2b8a96807775a38ac3deb4b8b99a7ab1b4dead29ff39
3
+ size 492300864
train/data-00011-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eecbd47a2932b4e1a91be2e55152a48582c66246814a0a5cdf75aa5baf1df4a2
3
+ size 492308552
train/data-00012-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:487ed1fc8814f749e59fe1b32085b369e071a6ff5f61db54ce20e079ff6767c8
3
+ size 492312856
train/data-00013-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7808e07ecfe777a4a047c1ed7ffb52b20a768ee2b18b175eeca4bc208b363663
3
+ size 492309400
train/data-00014-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb5b2f3ed55b7fa2cca7a1fc34f3139f93ddacff28a2e7d85284f3877b8921ba
3
+ size 492320536
train/data-00015-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46354b12413c3957fd4b0b39db54a0dd7190f6745edbeb4c75700c173a16a5da
3
+ size 492317984
train/data-00016-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8c5f2f75aa4cab5928169fe932ac0a4dd08a990a74b0d44125fbd29cf0f6a7f
3
+ size 492312288
train/data-00017-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea02a6d6b2205082939b78a6fd90b969c45e362bba2cf08aeee17df34ac1edef
3
+ size 492312640
train/data-00018-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ce79b41f5d95e8a9a7cc2d4695db58fb8d5f6eba21ae529b64ac96b1dcd9026
3
+ size 492303432
train/data-00019-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d8d31114ee1287a9f4ab4fa0638cb5df9b00bad3d2290ceaf6a1ebe407de22b
3
+ size 492314680
train/data-00020-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a28ff7cd7f384b0592724da95c4df33846c211855bd8437779e86d553bc1b89
3
+ size 492300288
train/data-00021-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58c441edf3dc2570d94df80fae5f2cf62ba31b7bce6ffa223a7291d72db2dced
3
+ size 492300600
train/data-00022-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c422c88897647d9d5cab9512b6863b9de7b37d1301120f4ab24b6965214d2013
3
+ size 492293032
train/data-00023-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55debabc15188a68ba9413676e4ba16cc161c1c7334eb420d79ca3603bcff016
3
+ size 492303088
train/data-00024-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fba69bb1a6f2394e87322f480c0ee00b744c7c49d9089b207fcce9e8805b93d5
3
+ size 492305952
train/data-00025-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f438a7eb770879433dc5aa790e9464393109a5e5e8e2aea0c82743c99ec2c32
3
+ size 492298296
train/data-00026-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baac9b37746229cd3abda17bf5c0d31b3d48d76fa19b2309304db5bca20d824f
3
+ size 492299584
train/data-00027-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:332c55ccf38af52980c5803fe41fc6b875fa4444eefc45c34cb41d1c2a43bde2
3
+ size 492307848
train/data-00028-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e66588efdf405ae60aa2833da5d52df07dba66ca5fc4e117044aa2d2729a82be
3
+ size 492313648
train/data-00029-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:891ca090f23beeb73960315328e65bfbb71efc65a5bf4b439823f5b3c33dcfc4
3
+ size 492300360
train/data-00030-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fae51650e66130fdbf567075a6ed93e3ce5e396a447a187e0b909fcb8ff4b46d
3
+ size 492308944
train/data-00031-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80eecebea21e6cf6d4a0d22a7a533facffdb32f6c4d480aa8423dc102395e5f2
3
+ size 492318520
train/data-00032-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76fea420dab42beccc7dfb68be3581997153ff5f3f7f18e87fb989a30dc5d71e
3
+ size 492302080
train/data-00033-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8570d4cc71fd78150344d9fe1890cd8b7b83de4b99ebfa8ceebcf5d1ad93455e
3
+ size 492291488
train/data-00034-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3207eab006d7480105ccf653b2143640ee28f6729e5c2d305c5309241c5d3d32
3
+ size 492319024
train/data-00035-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e76a39bc7684d76c4b5a50da2d94292f97892fa315ed800b7b1563d62fa6786a
3
+ size 492303512
train/data-00036-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e970d850d71456b53f54ff3809ccf8698bc7b7d96c908f657a61c567727f76e3
3
+ size 492312416
train/data-00037-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab289b355d2449524404a4de3295c39a984e8a103fd19e4e9d02669f8bca8a3d
3
+ size 492305152
train/data-00038-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa494c3e8be5f34e5a2c6df90046b5b40985fbcfbb3044fc29cc12edc4979fd0
3
+ size 492318184
train/data-00039-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e8d0dcad5e8788c2b0c78cc592382775bc754b04128e96d28f6806f0e91ca6b
3
+ size 492318248
train/data-00040-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:008871e9e909e14cd3ddb3247f6109d646d27c33d8883207e19c456a04d7f778
3
+ size 492304864
train/data-00041-of-00045.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f93d6cb000f013ce977d855f43edbb6d40e499c43b6330375c044f8d2d0f351
3
+ size 492307744