Upload M2M100ForConditionalGeneration
Browse files- config.json +1 -1
- generation_config.json +10 -0
- model.safetensors +2 -2
config.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "relu",
|
5 |
"architectures": [
|
6 |
-
"
|
7 |
],
|
8 |
"attention_dropout": 0.1,
|
9 |
"bos_token_id": 0,
|
|
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "relu",
|
5 |
"architectures": [
|
6 |
+
"M2M100ForConditionalGeneration"
|
7 |
],
|
8 |
"attention_dropout": 0.1,
|
9 |
"bos_token_id": 0,
|
generation_config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": 256204,
|
7 |
+
"max_length": 200,
|
8 |
+
"pad_token_id": 1,
|
9 |
+
"transformers_version": "4.46.2"
|
10 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a8ee498915dd5ecba9db014bc7c50e13311f680a70c0cc054670e47fc9f7833
|
3 |
+
size 2460354912
|