Training in progress, step 500
Browse files- config.json +3 -2
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"_num_labels": 3,
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "relu",
|
@@ -51,7 +51,8 @@
|
|
51 |
"scale_embedding": true,
|
52 |
"static_position_embeddings": false,
|
53 |
"tokenizer_class": "MBart50Tokenizer",
|
54 |
-
"
|
|
|
55 |
"use_cache": true,
|
56 |
"vocab_size": 250054
|
57 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "facebook/mbart-large-50-many-to-many-mmt",
|
3 |
"_num_labels": 3,
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "relu",
|
|
|
51 |
"scale_embedding": true,
|
52 |
"static_position_embeddings": false,
|
53 |
"tokenizer_class": "MBart50Tokenizer",
|
54 |
+
"torch_dtype": "float32",
|
55 |
+
"transformers_version": "4.32.1",
|
56 |
"use_cache": true,
|
57 |
"vocab_size": 250054
|
58 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2444694045
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2e4bbc1f0cc37c5bb23b7c6836f28155c3b6fd7041fe2129722f0ba447c22be
|
3 |
size 2444694045
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4155
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a673a3d41c4a4e0acf4bed2d15b43ce9c9558252d9e6adaea6556092d824939b
|
3 |
size 4155
|