add model
Browse files- config.json +3 -7
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
@@ -28,12 +28,8 @@
|
|
28 |
"summary_use_proj": true,
|
29 |
"task_specific_params": {
|
30 |
"conversational": {
|
31 |
-
"
|
32 |
-
|
33 |
-
"no_repeat_ngram_size": 4,
|
34 |
-
"temperature": 0.7,
|
35 |
-
"top_k": 100,
|
36 |
-
"top_p": 0.7 }
|
37 |
},
|
38 |
"torch_dtype": "float32",
|
39 |
"transformers_version": "4.18.0",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "microsoft/DialoGPT-medium",
|
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.18.0",
|
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:650a253644b1d133dd01b965e76bbcb42ca0c51bb912c4029112801fff5e8577
|
3 |
size 1444562137
|