Upload folder using huggingface_hub
Browse files- checkpoint/config.json +1 -1
- checkpoint/generation_config.json +1 -1
- compiled/57bd03801345c1e20f7f.neff +0 -0
- compiled/a9aa1940ba1cf1bbc932.neff +0 -0
- compiled/c16a4b01a027fb61400c.neff +0 -0
- config.json +2 -2
- generation_config.json +1 -1
- tokenizer_config.json +0 -1
checkpoint/config.json
CHANGED
@@ -33,7 +33,7 @@
|
|
33 |
"summary_type": "cls_index",
|
34 |
"summary_use_proj": true,
|
35 |
"torch_dtype": "float32",
|
36 |
-
"transformers_version": "4.
|
37 |
"type_vocab_size": 16,
|
38 |
"use_cache": true,
|
39 |
"vocab_size": 1000
|
|
|
33 |
"summary_type": "cls_index",
|
34 |
"summary_use_proj": true,
|
35 |
"torch_dtype": "float32",
|
36 |
+
"transformers_version": "4.35.0",
|
37 |
"type_vocab_size": 16,
|
38 |
"use_cache": true,
|
39 |
"vocab_size": 1000
|
checkpoint/generation_config.json
CHANGED
@@ -3,5 +3,5 @@
|
|
3 |
"bos_token_id": 98,
|
4 |
"eos_token_id": 98,
|
5 |
"pad_token_id": 98,
|
6 |
-
"transformers_version": "4.
|
7 |
}
|
|
|
3 |
"bos_token_id": 98,
|
4 |
"eos_token_id": 98,
|
5 |
"pad_token_id": 98,
|
6 |
+
"transformers_version": "4.35.0"
|
7 |
}
|
compiled/57bd03801345c1e20f7f.neff
ADDED
Binary file (185 kB). View file
|
|
compiled/a9aa1940ba1cf1bbc932.neff
ADDED
Binary file (165 kB). View file
|
|
compiled/c16a4b01a027fb61400c.neff
ADDED
Binary file (216 kB). View file
|
|
config.json
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
"auto_cast_type": "fp32",
|
24 |
"batch_size": 16,
|
25 |
"compiler_type": "neuronx-cc",
|
26 |
-
"compiler_version": "2.
|
27 |
"num_cores": 2,
|
28 |
"sequence_length": 512,
|
29 |
"task": "text-generation"
|
@@ -38,7 +38,7 @@
|
|
38 |
"summary_proj_to_labels": true,
|
39 |
"summary_type": "cls_index",
|
40 |
"summary_use_proj": true,
|
41 |
-
"transformers_version": "4.
|
42 |
"type_vocab_size": 16,
|
43 |
"use_cache": true,
|
44 |
"vocab_size": 1000
|
|
|
23 |
"auto_cast_type": "fp32",
|
24 |
"batch_size": 16,
|
25 |
"compiler_type": "neuronx-cc",
|
26 |
+
"compiler_version": "2.12.54.0+f631c2365",
|
27 |
"num_cores": 2,
|
28 |
"sequence_length": 512,
|
29 |
"task": "text-generation"
|
|
|
38 |
"summary_proj_to_labels": true,
|
39 |
"summary_type": "cls_index",
|
40 |
"summary_use_proj": true,
|
41 |
+
"transformers_version": "4.35.0",
|
42 |
"type_vocab_size": 16,
|
43 |
"use_cache": true,
|
44 |
"vocab_size": 1000
|
generation_config.json
CHANGED
@@ -3,5 +3,5 @@
|
|
3 |
"bos_token_id": 98,
|
4 |
"eos_token_id": 98,
|
5 |
"pad_token_id": 98,
|
6 |
-
"transformers_version": "4.
|
7 |
}
|
|
|
3 |
"bos_token_id": 98,
|
4 |
"eos_token_id": 98,
|
5 |
"pad_token_id": 98,
|
6 |
+
"transformers_version": "4.35.0"
|
7 |
}
|
tokenizer_config.json
CHANGED
@@ -10,7 +10,6 @@
|
|
10 |
"special": true
|
11 |
}
|
12 |
},
|
13 |
-
"additional_special_tokens": [],
|
14 |
"bos_token": "<|endoftext|>",
|
15 |
"clean_up_tokenization_spaces": true,
|
16 |
"eos_token": "<|endoftext|>",
|
|
|
10 |
"special": true
|
11 |
}
|
12 |
},
|
|
|
13 |
"bos_token": "<|endoftext|>",
|
14 |
"clean_up_tokenization_spaces": true,
|
15 |
"eos_token": "<|endoftext|>",
|