Waleed-bin-Qamar
commited on
Commit
•
a3010aa
1
Parent(s):
38a281b
Add trained model
Browse files- config.json +7 -7
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -11,15 +11,15 @@
|
|
11 |
],
|
12 |
"attention_probs_dropout_prob": 0.1,
|
13 |
"bad_words_ids": null,
|
14 |
-
"bos_token_id":
|
15 |
"chunk_size_feed_forward": 0,
|
16 |
"classifier_dropout": null,
|
17 |
-
"decoder_start_token_id":
|
18 |
"diversity_penalty": 0.0,
|
19 |
"do_sample": false,
|
20 |
-
"early_stopping":
|
21 |
-
"eos_token_id":
|
22 |
-
"eos_token_ids":
|
23 |
"finetuning_task": null,
|
24 |
"gradient_checkpointing": false,
|
25 |
"hidden_act": "gelu",
|
@@ -156,10 +156,10 @@
|
|
156 |
"eos_token_id": 102,
|
157 |
"is_encoder_decoder": true,
|
158 |
"length_penalty": 2.0,
|
159 |
-
"max_length":
|
160 |
"min_length": 4,
|
161 |
"model_type": "encoder-decoder",
|
162 |
-
"no_repeat_ngram_size":
|
163 |
"num_beams": 4,
|
164 |
"pad_token_id": 0,
|
165 |
"vocab_size": 30522
|
|
|
11 |
],
|
12 |
"attention_probs_dropout_prob": 0.1,
|
13 |
"bad_words_ids": null,
|
14 |
+
"bos_token_id": 101,
|
15 |
"chunk_size_feed_forward": 0,
|
16 |
"classifier_dropout": null,
|
17 |
+
"decoder_start_token_id": 101,
|
18 |
"diversity_penalty": 0.0,
|
19 |
"do_sample": false,
|
20 |
+
"early_stopping": true,
|
21 |
+
"eos_token_id": 102,
|
22 |
+
"eos_token_ids": 1,
|
23 |
"finetuning_task": null,
|
24 |
"gradient_checkpointing": false,
|
25 |
"hidden_act": "gelu",
|
|
|
156 |
"eos_token_id": 102,
|
157 |
"is_encoder_decoder": true,
|
158 |
"length_penalty": 2.0,
|
159 |
+
"max_length": 32,
|
160 |
"min_length": 4,
|
161 |
"model_type": "encoder-decoder",
|
162 |
+
"no_repeat_ngram_size": 2,
|
163 |
"num_beams": 4,
|
164 |
"pad_token_id": 0,
|
165 |
"vocab_size": 30522
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 989682745
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d33b751f4fe18c7e9ba02ed6c90197324a04bcdf472f8ae1956f41bf912d184
|
3 |
size 989682745
|