update model
Browse filesSigned-off-by: mymusise <[email protected]>
- config.json +2 -1
- tf_model.h5 +1 -1
config.json
CHANGED
@@ -29,10 +29,11 @@
|
|
29 |
"task_specific_params": {
|
30 |
"text-generation": {
|
31 |
"do_sample": true,
|
32 |
-
"max_length":
|
33 |
"repetition_penalty": 1.3
|
34 |
}
|
35 |
},
|
36 |
"tokenizer_class": "BertTokenizer",
|
|
|
37 |
"vocab_size": 8021
|
38 |
}
|
|
|
29 |
"task_specific_params": {
|
30 |
"text-generation": {
|
31 |
"do_sample": true,
|
32 |
+
"max_length": 120,
|
33 |
"repetition_penalty": 1.3
|
34 |
}
|
35 |
},
|
36 |
"tokenizer_class": "BertTokenizer",
|
37 |
+
"repetition_penalty": 1.3,
|
38 |
"vocab_size": 8021
|
39 |
}
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1246629736
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dbd6da0493813f8fcbcc81ae9180224ef4e12c3d1201a7459d568231f342f84c
|
3 |
size 1246629736
|