add model
Browse files- config.json +2 -2
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -29,10 +29,10 @@
|
|
29 |
"summary_use_proj": true,
|
30 |
"task_specific_params": {
|
31 |
"conversational": {
|
32 |
-
"max_length": 1000,
|
33 |
"do_sample": true,
|
|
|
34 |
"no_repeat_ngram_size": 4,
|
35 |
-
"temperature": 0.
|
36 |
"top_k": 100,
|
37 |
"top_p": 0.7
|
38 |
}
|
|
|
29 |
"summary_use_proj": true,
|
30 |
"task_specific_params": {
|
31 |
"conversational": {
|
|
|
32 |
"do_sample": true,
|
33 |
+
"max_length": 1000,
|
34 |
"no_repeat_ngram_size": 4,
|
35 |
+
"temperature": 0.8,
|
36 |
"top_k": 100,
|
37 |
"top_p": 0.7
|
38 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 510394089
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f97122a27f654acf7ce342b4a44cf5c94f12c0ec7c00d3f1d7006930cc9665ba
|
3 |
size 510394089
|