Upload model
Browse files- config.json +2 -1
- generation_config.json +1 -1
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"activation_dropout": 0.0,
|
3 |
"activation_function": "relu",
|
4 |
"architectures": [
|
@@ -31,7 +32,7 @@
|
|
31 |
"share_encoder_decoder_embeddings": true,
|
32 |
"static_position_embeddings": true,
|
33 |
"torch_dtype": "float32",
|
34 |
-
"transformers_version": "4.
|
35 |
"use_cache": false,
|
36 |
"vocab_size": 16000
|
37 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "ep5",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "relu",
|
5 |
"architectures": [
|
|
|
32 |
"share_encoder_decoder_embeddings": true,
|
33 |
"static_position_embeddings": true,
|
34 |
"torch_dtype": "float32",
|
35 |
+
"transformers_version": "4.39.3",
|
36 |
"use_cache": false,
|
37 |
"vocab_size": 16000
|
38 |
}
|
generation_config.json
CHANGED
@@ -6,5 +6,5 @@
|
|
6 |
"max_length": 256,
|
7 |
"num_beams": 5,
|
8 |
"pad_token_id": 3,
|
9 |
-
"transformers_version": "4.
|
10 |
}
|
|
|
6 |
"max_length": 256,
|
7 |
"num_beams": 5,
|
8 |
"pad_token_id": 3,
|
9 |
+
"transformers_version": "4.39.3"
|
10 |
}
|