Upload UMT5ForConditionalGeneration
Browse files- config.json +1 -0
- generation_config.json +0 -1
config.json
CHANGED
|
@@ -12,6 +12,7 @@
|
|
| 12 |
"dropout_rate": 0.3,
|
| 13 |
"eos_token_id": 1,
|
| 14 |
"feed_forward_proj": "gated-gelu",
|
|
|
|
| 15 |
"initializer_factor": 1.0,
|
| 16 |
"is_encoder_decoder": true,
|
| 17 |
"is_gated_act": true,
|
|
|
|
| 12 |
"dropout_rate": 0.3,
|
| 13 |
"eos_token_id": 1,
|
| 14 |
"feed_forward_proj": "gated-gelu",
|
| 15 |
+
"forced_decoder_ids": null,
|
| 16 |
"initializer_factor": 1.0,
|
| 17 |
"is_encoder_decoder": true,
|
| 18 |
"is_gated_act": true,
|
generation_config.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"_from_model_config": true,
|
| 3 |
"decoder_start_token_id": 0,
|
| 4 |
"eos_token_id": 1,
|
| 5 |
"max_new_tokens": 64,
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"decoder_start_token_id": 0,
|
| 3 |
"eos_token_id": 1,
|
| 4 |
"max_new_tokens": 64,
|