aixk commited on
Commit
a19635d
·
1 Parent(s): 2225784

purge stage3 dataset assets 1/1

Browse files
shared/map_cache/packed_128/packed_128_stage3-twiny-stack-0_01b/map1/dataset_info.json DELETED
@@ -1,29 +0,0 @@
1
- {
2
- "citation": "",
3
- "description": "",
4
- "features": {
5
- "input_ids": {
6
- "feature": {
7
- "dtype": "int32",
8
- "_type": "Value"
9
- },
10
- "_type": "List"
11
- },
12
- "attention_mask": {
13
- "feature": {
14
- "dtype": "int8",
15
- "_type": "Value"
16
- },
17
- "_type": "List"
18
- },
19
- "labels": {
20
- "feature": {
21
- "dtype": "int64",
22
- "_type": "Value"
23
- },
24
- "_type": "List"
25
- }
26
- },
27
- "homepage": "",
28
- "license": ""
29
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
shared/map_cache/packed_128/packed_128_stage3-twiny-stack-0_01b/map1/state.json DELETED
@@ -1,38 +0,0 @@
1
- {
2
- "_data_files": [
3
- {
4
- "filename": "data-00000-of-00008.arrow"
5
- },
6
- {
7
- "filename": "data-00001-of-00008.arrow"
8
- },
9
- {
10
- "filename": "data-00002-of-00008.arrow"
11
- },
12
- {
13
- "filename": "data-00003-of-00008.arrow"
14
- },
15
- {
16
- "filename": "data-00004-of-00008.arrow"
17
- },
18
- {
19
- "filename": "data-00005-of-00008.arrow"
20
- },
21
- {
22
- "filename": "data-00006-of-00008.arrow"
23
- },
24
- {
25
- "filename": "data-00007-of-00008.arrow"
26
- }
27
- ],
28
- "_fingerprint": "8082c5809857d11f",
29
- "_format_columns": [
30
- "attention_mask",
31
- "input_ids",
32
- "labels"
33
- ],
34
- "_format_kwargs": {},
35
- "_format_type": null,
36
- "_output_all_columns": false,
37
- "_split": null
38
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
shared/map_cache/packed_128/packed_128_stage3-twiny-stack-0_01b/map2/dataset_info.json DELETED
@@ -1,29 +0,0 @@
1
- {
2
- "citation": "",
3
- "description": "",
4
- "features": {
5
- "input_ids": {
6
- "feature": {
7
- "dtype": "int32",
8
- "_type": "Value"
9
- },
10
- "_type": "List"
11
- },
12
- "attention_mask": {
13
- "feature": {
14
- "dtype": "int8",
15
- "_type": "Value"
16
- },
17
- "_type": "List"
18
- },
19
- "labels": {
20
- "feature": {
21
- "dtype": "int64",
22
- "_type": "Value"
23
- },
24
- "_type": "List"
25
- }
26
- },
27
- "homepage": "",
28
- "license": ""
29
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
shared/map_cache/packed_128/packed_128_stage3-twiny-stack-0_01b/map2/state.json DELETED
@@ -1,35 +0,0 @@
1
- {
2
- "_data_files": [
3
- {
4
- "filename": "data-00000-of-00007.arrow"
5
- },
6
- {
7
- "filename": "data-00001-of-00007.arrow"
8
- },
9
- {
10
- "filename": "data-00002-of-00007.arrow"
11
- },
12
- {
13
- "filename": "data-00003-of-00007.arrow"
14
- },
15
- {
16
- "filename": "data-00004-of-00007.arrow"
17
- },
18
- {
19
- "filename": "data-00005-of-00007.arrow"
20
- },
21
- {
22
- "filename": "data-00006-of-00007.arrow"
23
- }
24
- ],
25
- "_fingerprint": "5fdaa518621d432b",
26
- "_format_columns": [
27
- "attention_mask",
28
- "input_ids",
29
- "labels"
30
- ],
31
- "_format_kwargs": {},
32
- "_format_type": null,
33
- "_output_all_columns": false,
34
- "_split": null
35
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
shared/tokenizer/stage3/twiny-stack-0_01B/tokenizer.json DELETED
The diff for this file is too large to render. See raw diff
 
shared/tokenizer/stage3/twiny-stack-0_01B/tokenizer_config.json DELETED
@@ -1,15 +0,0 @@
1
- {
2
- "backend": "tokenizers",
3
- "bos_token": "<bos>",
4
- "clean_up_tokenization_spaces": false,
5
- "eos_token": "<eos>",
6
- "extra_special_tokens": [
7
- "<|im_start|>",
8
- "<|im_end|>"
9
- ],
10
- "is_local": true,
11
- "model_max_length": 1000000,
12
- "pad_token": "<pad>",
13
- "tokenizer_class": "TokenizersBackend",
14
- "unk_token": "<unk>"
15
- }