Waleed-bin-Qamar
commited on
Commit
·
16c9c12
1
Parent(s):
6360e09
Add trained model
Browse files- config.json +7 -7
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -11,14 +11,14 @@
|
|
11 |
],
|
12 |
"attention_probs_dropout_prob": 0.1,
|
13 |
"bad_words_ids": null,
|
14 |
-
"bos_token_id":
|
15 |
"chunk_size_feed_forward": 0,
|
16 |
-
"decoder_start_token_id":
|
17 |
"diversity_penalty": 0.0,
|
18 |
"do_sample": false,
|
19 |
-
"early_stopping":
|
20 |
-
"eos_token_id":
|
21 |
-
"eos_token_ids":
|
22 |
"finetuning_task": null,
|
23 |
"gradient_checkpointing": false,
|
24 |
"hidden_act": "gelu",
|
@@ -152,10 +152,10 @@
|
|
152 |
"eos_token_id": 102,
|
153 |
"is_encoder_decoder": true,
|
154 |
"length_penalty": 2.0,
|
155 |
-
"max_length":
|
156 |
"min_length": 4,
|
157 |
"model_type": "encoder-decoder",
|
158 |
-
"no_repeat_ngram_size":
|
159 |
"num_beams": 4,
|
160 |
"pad_token_id": 0,
|
161 |
"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 |
+
"decoder_start_token_id": 101,
|
17 |
"diversity_penalty": 0.0,
|
18 |
"do_sample": false,
|
19 |
+
"early_stopping": true,
|
20 |
+
"eos_token_id": 102,
|
21 |
+
"eos_token_ids": 1,
|
22 |
"finetuning_task": null,
|
23 |
"gradient_checkpointing": false,
|
24 |
"hidden_act": "gelu",
|
|
|
152 |
"eos_token_id": 102,
|
153 |
"is_encoder_decoder": true,
|
154 |
"length_penalty": 2.0,
|
155 |
+
"max_length": 32,
|
156 |
"min_length": 4,
|
157 |
"model_type": "encoder-decoder",
|
158 |
+
"no_repeat_ngram_size": 2,
|
159 |
"num_beams": 4,
|
160 |
"pad_token_id": 0,
|
161 |
"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:9f502587b4cdf8a672ebb1ff26fccfe725584e95a421d7221abc127114cfd227
|
3 |
size 989682745
|