jisukim8873
commited on
Commit
•
5b050e7
1
Parent(s):
65797d6
Upload M2M100ForConditionalGeneration
Browse files- config.json +2 -2
- generation_config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "relu",
|
5 |
"architectures": [
|
@@ -29,7 +29,7 @@
|
|
29 |
"scale_embedding": true,
|
30 |
"tokenizer_class": "NllbTokenizer",
|
31 |
"torch_dtype": "float32",
|
32 |
-
"transformers_version": "4.
|
33 |
"use_cache": true,
|
34 |
"vocab_size": 256206
|
35 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/data/jisukim/nllb-finetuned-allaihub-en-to-ko/checkpoint-928065",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "relu",
|
5 |
"architectures": [
|
|
|
29 |
"scale_embedding": true,
|
30 |
"tokenizer_class": "NllbTokenizer",
|
31 |
"torch_dtype": "float32",
|
32 |
+
"transformers_version": "4.30.2",
|
33 |
"use_cache": true,
|
34 |
"vocab_size": 256206
|
35 |
}
|
generation_config.json
CHANGED
@@ -4,5 +4,5 @@
|
|
4 |
"eos_token_id": 2,
|
5 |
"max_length": 200,
|
6 |
"pad_token_id": 1,
|
7 |
-
"transformers_version": "4.
|
8 |
}
|
|
|
4 |
"eos_token_id": 2,
|
5 |
"max_length": 200,
|
6 |
"pad_token_id": 1,
|
7 |
+
"transformers_version": "4.30.2"
|
8 |
}
|