jannalu commited on
Commit
4d73ace
·
verified ·
1 Parent(s): a8f5222

Add files using upload-large-folder tool

Browse files
Files changed (45) hide show
  1. README.md +2 -5
  2. data/0k/test/dataset_info.json +1 -1
  3. data/0k/test/state.json +1 -1
  4. data/0k/train/dataset_info.json +1 -1
  5. data/0k/train/state.json +1 -1
  6. data/128k/prompt/dataset_info.json +1 -1
  7. data/128k/prompt/state.json +1 -1
  8. data/128k/test/dataset_info.json +1 -1
  9. data/128k/test/state.json +1 -1
  10. data/128k/train/dataset_info.json +1 -1
  11. data/128k/train/state.json +1 -1
  12. data/128k/validation/dataset_info.json +1 -1
  13. data/128k/validation/state.json +1 -1
  14. data/1m/prompt/dataset_info.json +1 -1
  15. data/1m/prompt/state.json +1 -1
  16. data/1m/test/dataset_info.json +1 -1
  17. data/1m/test/state.json +1 -1
  18. data/1m/train/dataset_info.json +1 -1
  19. data/1m/train/state.json +1 -1
  20. data/1m/validation/dataset_info.json +1 -1
  21. data/1m/validation/state.json +1 -1
  22. data/256k/prompt/dataset_info.json +1 -1
  23. data/256k/prompt/state.json +1 -1
  24. data/256k/test/dataset_info.json +1 -1
  25. data/256k/test/state.json +1 -1
  26. data/256k/train/dataset_info.json +1 -1
  27. data/256k/train/state.json +1 -1
  28. data/256k/validation/dataset_info.json +1 -1
  29. data/256k/validation/state.json +1 -1
  30. data/512k/prompt/dataset_info.json +1 -1
  31. data/512k/prompt/state.json +1 -1
  32. data/512k/test/dataset_info.json +1 -1
  33. data/512k/test/state.json +1 -1
  34. data/512k/train/dataset_info.json +1 -1
  35. data/512k/train/state.json +1 -1
  36. data/512k/validation/dataset_info.json +1 -1
  37. data/512k/validation/state.json +1 -1
  38. data/64k/prompt/dataset_info.json +1 -1
  39. data/64k/prompt/state.json +1 -1
  40. data/64k/test/dataset_info.json +1 -1
  41. data/64k/test/state.json +1 -1
  42. data/64k/train/dataset_info.json +1 -1
  43. data/64k/train/state.json +1 -1
  44. data/64k/validation/dataset_info.json +1 -1
  45. data/64k/validation/state.json +1 -1
README.md CHANGED
@@ -136,14 +136,12 @@ dataset_info:
136
  dtype: string
137
  - name: challenge_test_list
138
  sequence: string
139
- - name: context_text
140
  dtype: string
141
  - name: context_id
142
  dtype: string
143
  - name: context_length_tokens
144
  dtype: int64
145
- - name: context_type
146
- dtype: string
147
  - name: code_length_chars
148
  dtype: int64
149
  - name: dataset_version
@@ -212,10 +210,9 @@ Each sample contains:
212
  - `challenge_test_list` (List[str]): Additional test cases
213
 
214
  #### Long-Context Fields
215
- - `context_text` (str): Prepended distractor text from BABILong
216
  - `context_id` (str): BABILong source identifier (e.g., "babilong_128k_qa1_sample_42")
217
  - `context_length_tokens` (int): Token count using Llama tokenizer
218
- - `context_type` (str): Type of context (currently "narrative")
219
 
220
  #### Metadata
221
  - `code_length_chars` (int): Reference solution length for difficulty tracking
 
136
  dtype: string
137
  - name: challenge_test_list
138
  sequence: string
139
+ - name: context
140
  dtype: string
141
  - name: context_id
142
  dtype: string
143
  - name: context_length_tokens
144
  dtype: int64
 
 
145
  - name: code_length_chars
146
  dtype: int64
147
  - name: dataset_version
 
210
  - `challenge_test_list` (List[str]): Additional test cases
211
 
212
  #### Long-Context Fields
213
+ - `context` (str): Prepended distractor text from BABILong
214
  - `context_id` (str): BABILong source identifier (e.g., "babilong_128k_qa1_sample_42")
215
  - `context_length_tokens` (int): Token count using Llama tokenizer
 
216
 
217
  #### Metadata
218
  - `code_length_chars` (int): Reference solution length for difficulty tracking
data/0k/test/dataset_info.json CHANGED
@@ -32,7 +32,7 @@
32
  },
33
  "_type": "Sequence"
34
  },
35
- "context_text": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
 
32
  },
33
  "_type": "Sequence"
34
  },
35
+ "context": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
data/0k/test/state.json CHANGED
@@ -4,7 +4,7 @@
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
- "_fingerprint": "bf4ad5035086de0d",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
 
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
+ "_fingerprint": "a7a76e73821726df",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
data/0k/train/dataset_info.json CHANGED
@@ -32,7 +32,7 @@
32
  },
33
  "_type": "Sequence"
34
  },
35
- "context_text": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
 
32
  },
33
  "_type": "Sequence"
34
  },
35
+ "context": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
data/0k/train/state.json CHANGED
@@ -4,7 +4,7 @@
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
- "_fingerprint": "4f5245dcff50ce63",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
 
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
+ "_fingerprint": "45902ab89ed97078",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
data/128k/prompt/dataset_info.json CHANGED
@@ -32,7 +32,7 @@
32
  },
33
  "_type": "Sequence"
34
  },
35
- "context_text": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
 
32
  },
33
  "_type": "Sequence"
34
  },
35
+ "context": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
data/128k/prompt/state.json CHANGED
@@ -4,7 +4,7 @@
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
- "_fingerprint": "99b05c0c746b07fa",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
 
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
+ "_fingerprint": "0b5ba90980f60a54",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
data/128k/test/dataset_info.json CHANGED
@@ -32,7 +32,7 @@
32
  },
33
  "_type": "Sequence"
34
  },
35
- "context_text": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
 
32
  },
33
  "_type": "Sequence"
34
  },
35
+ "context": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
data/128k/test/state.json CHANGED
@@ -4,7 +4,7 @@
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
- "_fingerprint": "bf2d766ff3ef5f6c",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
 
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
+ "_fingerprint": "f984c91888daef79",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
data/128k/train/dataset_info.json CHANGED
@@ -32,7 +32,7 @@
32
  },
33
  "_type": "Sequence"
34
  },
35
- "context_text": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
 
32
  },
33
  "_type": "Sequence"
34
  },
35
+ "context": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
data/128k/train/state.json CHANGED
@@ -4,7 +4,7 @@
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
- "_fingerprint": "2368001769fa16f6",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
 
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
+ "_fingerprint": "0d54524f04e0a4be",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
data/128k/validation/dataset_info.json CHANGED
@@ -32,7 +32,7 @@
32
  },
33
  "_type": "Sequence"
34
  },
35
- "context_text": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
 
32
  },
33
  "_type": "Sequence"
34
  },
35
+ "context": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
data/128k/validation/state.json CHANGED
@@ -4,7 +4,7 @@
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
- "_fingerprint": "2c2b695981980fa8",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
 
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
+ "_fingerprint": "da6afce5b1a27a90",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
data/1m/prompt/dataset_info.json CHANGED
@@ -32,7 +32,7 @@
32
  },
33
  "_type": "Sequence"
34
  },
35
- "context_text": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
 
32
  },
33
  "_type": "Sequence"
34
  },
35
+ "context": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
data/1m/prompt/state.json CHANGED
@@ -4,7 +4,7 @@
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
- "_fingerprint": "f35a36bb4b54b6f3",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
 
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
+ "_fingerprint": "a9ad7aa5f32a3837",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
data/1m/test/dataset_info.json CHANGED
@@ -32,7 +32,7 @@
32
  },
33
  "_type": "Sequence"
34
  },
35
- "context_text": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
 
32
  },
33
  "_type": "Sequence"
34
  },
35
+ "context": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
data/1m/test/state.json CHANGED
@@ -13,7 +13,7 @@
13
  "filename": "data-00003-of-00004.arrow"
14
  }
15
  ],
16
- "_fingerprint": "27ea3eb776ae596c",
17
  "_format_columns": null,
18
  "_format_kwargs": {},
19
  "_format_type": null,
 
13
  "filename": "data-00003-of-00004.arrow"
14
  }
15
  ],
16
+ "_fingerprint": "6ba8ab0200575ee2",
17
  "_format_columns": null,
18
  "_format_kwargs": {},
19
  "_format_type": null,
data/1m/train/dataset_info.json CHANGED
@@ -32,7 +32,7 @@
32
  },
33
  "_type": "Sequence"
34
  },
35
- "context_text": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
 
32
  },
33
  "_type": "Sequence"
34
  },
35
+ "context": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
data/1m/train/state.json CHANGED
@@ -10,7 +10,7 @@
10
  "filename": "data-00002-of-00003.arrow"
11
  }
12
  ],
13
- "_fingerprint": "890a0a036040302a",
14
  "_format_columns": null,
15
  "_format_kwargs": {},
16
  "_format_type": null,
 
10
  "filename": "data-00002-of-00003.arrow"
11
  }
12
  ],
13
+ "_fingerprint": "4d1ecdb8a0384e3c",
14
  "_format_columns": null,
15
  "_format_kwargs": {},
16
  "_format_type": null,
data/1m/validation/dataset_info.json CHANGED
@@ -32,7 +32,7 @@
32
  },
33
  "_type": "Sequence"
34
  },
35
- "context_text": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
 
32
  },
33
  "_type": "Sequence"
34
  },
35
+ "context": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
data/1m/validation/state.json CHANGED
@@ -4,7 +4,7 @@
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
- "_fingerprint": "03e2ab43a5c8bdc2",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
 
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
+ "_fingerprint": "9ef1de87cd9f6928",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
data/256k/prompt/dataset_info.json CHANGED
@@ -32,7 +32,7 @@
32
  },
33
  "_type": "Sequence"
34
  },
35
- "context_text": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
 
32
  },
33
  "_type": "Sequence"
34
  },
35
+ "context": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
data/256k/prompt/state.json CHANGED
@@ -4,7 +4,7 @@
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
- "_fingerprint": "845727812b46c5d7",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
 
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
+ "_fingerprint": "4ed3e1d36a970d1f",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
data/256k/test/dataset_info.json CHANGED
@@ -32,7 +32,7 @@
32
  },
33
  "_type": "Sequence"
34
  },
35
- "context_text": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
 
32
  },
33
  "_type": "Sequence"
34
  },
35
+ "context": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
data/256k/test/state.json CHANGED
@@ -7,7 +7,7 @@
7
  "filename": "data-00001-of-00002.arrow"
8
  }
9
  ],
10
- "_fingerprint": "a0847a709403c62d",
11
  "_format_columns": null,
12
  "_format_kwargs": {},
13
  "_format_type": null,
 
7
  "filename": "data-00001-of-00002.arrow"
8
  }
9
  ],
10
+ "_fingerprint": "6350f2f62ff00ced",
11
  "_format_columns": null,
12
  "_format_kwargs": {},
13
  "_format_type": null,
data/256k/train/dataset_info.json CHANGED
@@ -32,7 +32,7 @@
32
  },
33
  "_type": "Sequence"
34
  },
35
- "context_text": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
 
32
  },
33
  "_type": "Sequence"
34
  },
35
+ "context": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
data/256k/train/state.json CHANGED
@@ -4,7 +4,7 @@
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
- "_fingerprint": "eb555d65482ea900",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
 
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
+ "_fingerprint": "1a4c845c4a757dbd",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
data/256k/validation/dataset_info.json CHANGED
@@ -32,7 +32,7 @@
32
  },
33
  "_type": "Sequence"
34
  },
35
- "context_text": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
 
32
  },
33
  "_type": "Sequence"
34
  },
35
+ "context": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
data/256k/validation/state.json CHANGED
@@ -4,7 +4,7 @@
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
- "_fingerprint": "ab63a252602c468f",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
 
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
+ "_fingerprint": "185306ba361b62e7",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
data/512k/prompt/dataset_info.json CHANGED
@@ -32,7 +32,7 @@
32
  },
33
  "_type": "Sequence"
34
  },
35
- "context_text": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
 
32
  },
33
  "_type": "Sequence"
34
  },
35
+ "context": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
data/512k/prompt/state.json CHANGED
@@ -4,7 +4,7 @@
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
- "_fingerprint": "8afbbaf010359aaf",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
 
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
+ "_fingerprint": "90a7476b928f8ae9",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
data/512k/test/dataset_info.json CHANGED
@@ -32,7 +32,7 @@
32
  },
33
  "_type": "Sequence"
34
  },
35
- "context_text": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
 
32
  },
33
  "_type": "Sequence"
34
  },
35
+ "context": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
data/512k/test/state.json CHANGED
@@ -10,7 +10,7 @@
10
  "filename": "data-00002-of-00003.arrow"
11
  }
12
  ],
13
- "_fingerprint": "5c4d6d9feff15428",
14
  "_format_columns": null,
15
  "_format_kwargs": {},
16
  "_format_type": null,
 
10
  "filename": "data-00002-of-00003.arrow"
11
  }
12
  ],
13
+ "_fingerprint": "263e56d0abcc1e1a",
14
  "_format_columns": null,
15
  "_format_kwargs": {},
16
  "_format_type": null,
data/512k/train/dataset_info.json CHANGED
@@ -32,7 +32,7 @@
32
  },
33
  "_type": "Sequence"
34
  },
35
- "context_text": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
 
32
  },
33
  "_type": "Sequence"
34
  },
35
+ "context": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
data/512k/train/state.json CHANGED
@@ -7,7 +7,7 @@
7
  "filename": "data-00001-of-00002.arrow"
8
  }
9
  ],
10
- "_fingerprint": "43d093e75078f3d1",
11
  "_format_columns": null,
12
  "_format_kwargs": {},
13
  "_format_type": null,
 
7
  "filename": "data-00001-of-00002.arrow"
8
  }
9
  ],
10
+ "_fingerprint": "8d479727ba93d0cc",
11
  "_format_columns": null,
12
  "_format_kwargs": {},
13
  "_format_type": null,
data/512k/validation/dataset_info.json CHANGED
@@ -32,7 +32,7 @@
32
  },
33
  "_type": "Sequence"
34
  },
35
- "context_text": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
 
32
  },
33
  "_type": "Sequence"
34
  },
35
+ "context": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
data/512k/validation/state.json CHANGED
@@ -4,7 +4,7 @@
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
- "_fingerprint": "98a58ae591192fc4",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
 
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
+ "_fingerprint": "31dc6335a50f5b08",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
data/64k/prompt/dataset_info.json CHANGED
@@ -32,7 +32,7 @@
32
  },
33
  "_type": "Sequence"
34
  },
35
- "context_text": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
 
32
  },
33
  "_type": "Sequence"
34
  },
35
+ "context": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
data/64k/prompt/state.json CHANGED
@@ -4,7 +4,7 @@
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
- "_fingerprint": "3733038c9cb8637d",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
 
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
+ "_fingerprint": "5b20fcb22611e869",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
data/64k/test/dataset_info.json CHANGED
@@ -32,7 +32,7 @@
32
  },
33
  "_type": "Sequence"
34
  },
35
- "context_text": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
 
32
  },
33
  "_type": "Sequence"
34
  },
35
+ "context": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
data/64k/test/state.json CHANGED
@@ -4,7 +4,7 @@
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
- "_fingerprint": "388e5a04ab3fad89",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
 
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
+ "_fingerprint": "acef75e93e66c58b",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
data/64k/train/dataset_info.json CHANGED
@@ -32,7 +32,7 @@
32
  },
33
  "_type": "Sequence"
34
  },
35
- "context_text": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
 
32
  },
33
  "_type": "Sequence"
34
  },
35
+ "context": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
data/64k/train/state.json CHANGED
@@ -4,7 +4,7 @@
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
- "_fingerprint": "053ee846840ecacd",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
 
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
+ "_fingerprint": "6684f8b8f34fdaac",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
data/64k/validation/dataset_info.json CHANGED
@@ -32,7 +32,7 @@
32
  },
33
  "_type": "Sequence"
34
  },
35
- "context_text": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
 
32
  },
33
  "_type": "Sequence"
34
  },
35
+ "context": {
36
  "dtype": "string",
37
  "_type": "Value"
38
  },
data/64k/validation/state.json CHANGED
@@ -4,7 +4,7 @@
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
- "_fingerprint": "e41849e173f24295",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
 
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
+ "_fingerprint": "20f93f9841c1ac3d",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,