Upload M2M100ForConditionalGeneration
Browse files- config.json +1 -0
- generation_config.json +5 -3
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"activation_dropout": 0.0,
|
3 |
"activation_function": "relu",
|
4 |
"architectures": [
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Abdulmohsena/Faseeh",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "relu",
|
5 |
"architectures": [
|
generation_config.json
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"
|
|
|
|
|
4 |
"forced_bos_token_id": 256011,
|
5 |
"max_length": 200,
|
6 |
-
"
|
7 |
"transformers_version": "4.42.3"
|
8 |
}
|
|
|
1 |
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 0,
|
4 |
+
"decoder_start_token_id": 2,
|
5 |
+
"eos_token_id": 2,
|
6 |
"forced_bos_token_id": 256011,
|
7 |
"max_length": 200,
|
8 |
+
"pad_token_id": 1,
|
9 |
"transformers_version": "4.42.3"
|
10 |
}
|