aixk commited on
Commit
7abb54d
·
1 Parent(s): b5ad582

purge stage5 dataset assets 1/1

Browse files
shared/map_cache/packed_512/packed_512_stage5-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_512/packed_512_stage5-twiny-stack-0_01b/map1/state.json DELETED
@@ -1,26 +0,0 @@
1
- {
2
- "_data_files": [
3
- {
4
- "filename": "data-00000-of-00004.arrow"
5
- },
6
- {
7
- "filename": "data-00001-of-00004.arrow"
8
- },
9
- {
10
- "filename": "data-00002-of-00004.arrow"
11
- },
12
- {
13
- "filename": "data-00003-of-00004.arrow"
14
- }
15
- ],
16
- "_fingerprint": "bbc8865d597ba55b",
17
- "_format_columns": [
18
- "attention_mask",
19
- "input_ids",
20
- "labels"
21
- ],
22
- "_format_kwargs": {},
23
- "_format_type": null,
24
- "_output_all_columns": false,
25
- "_split": null
26
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
shared/map_cache/packed_512/packed_512_stage5-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_512/packed_512_stage5-twiny-stack-0_01b/map2/state.json DELETED
@@ -1,23 +0,0 @@
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": "f216c52ff7a1f964",
14
- "_format_columns": [
15
- "attention_mask",
16
- "input_ids",
17
- "labels"
18
- ],
19
- "_format_kwargs": {},
20
- "_format_type": null,
21
- "_output_all_columns": false,
22
- "_split": null
23
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
shared/tokenizer/stage5/twiny-stack-0_01B/tokenizer.json DELETED
The diff for this file is too large to render. See raw diff
 
shared/tokenizer/stage5/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
- }