Upload model
Browse files- config.json +3 -8
- generation_config.json +6 -0
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "output",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
@@ -28,16 +28,11 @@
|
|
28 |
"summary_use_proj": true,
|
29 |
"task_specific_params": {
|
30 |
"conversational": {
|
31 |
-
"
|
32 |
-
"max_length": 1000,
|
33 |
-
"no_repeat_ngram_size": 4,
|
34 |
-
"temperature": 0.8,
|
35 |
-
"top_k": 100,
|
36 |
-
"top_p": 0.7
|
37 |
}
|
38 |
},
|
39 |
"torch_dtype": "float32",
|
40 |
-
"transformers_version": "4.
|
41 |
"use_cache": true,
|
42 |
"vocab_size": 50257
|
43 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./output-small",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
|
|
28 |
"summary_use_proj": true,
|
29 |
"task_specific_params": {
|
30 |
"conversational": {
|
31 |
+
"max_length": 1000
|
|
|
|
|
|
|
|
|
|
|
32 |
}
|
33 |
},
|
34 |
"torch_dtype": "float32",
|
35 |
+
"transformers_version": "4.26.0",
|
36 |
"use_cache": true,
|
37 |
"vocab_size": 50257
|
38 |
}
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 50256,
|
4 |
+
"eos_token_id": 50256,
|
5 |
+
"transformers_version": "4.26.0"
|
6 |
+
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1444562137
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:377a8dee9b16b48a10fcce0ce5b5035b8ccc39793a6cb656b3068a1a841e3639
|
3 |
size 1444562137
|