Upload model
Browse files- config.json +3 -5
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
@@ -8,7 +8,6 @@
|
|
8 |
"bos_token_id": 50256,
|
9 |
"embd_pdrop": 0.1,
|
10 |
"eos_token_id": 50256,
|
11 |
-
"gradient_checkpointing": false,
|
12 |
"initializer_range": 0.02,
|
13 |
"layer_norm_epsilon": 1e-05,
|
14 |
"model_type": "gpt2",
|
@@ -29,12 +28,11 @@
|
|
29 |
"summary_use_proj": true,
|
30 |
"task_specific_params": {
|
31 |
"conversational": {
|
32 |
-
"
|
33 |
-
"max_length": 1000,
|
34 |
}
|
35 |
},
|
36 |
"torch_dtype": "float32",
|
37 |
-
"transformers_version": "4.
|
38 |
"use_cache": true,
|
39 |
"vocab_size": 50257
|
40 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "microsoft/DialoGPT-small",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
|
|
8 |
"bos_token_id": 50256,
|
9 |
"embd_pdrop": 0.1,
|
10 |
"eos_token_id": 50256,
|
|
|
11 |
"initializer_range": 0.02,
|
12 |
"layer_norm_epsilon": 1e-05,
|
13 |
"model_type": "gpt2",
|
|
|
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.24.0",
|
36 |
"use_cache": true,
|
37 |
"vocab_size": 50257
|
38 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58eb65500614dbac7f135580762a86335978445b8787d8ca96d5c29c1196ec75
|
3 |
+
size 510395581
|