Training in progress, epoch 1
Browse files- config.json +2 -1
- model.safetensors +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"activation_dropout": 0.0,
|
3 |
"activation_function": "relu",
|
4 |
"architectures": [
|
@@ -28,7 +29,7 @@
|
|
28 |
"scale_embedding": true,
|
29 |
"tokenizer_class": "NllbTokenizer",
|
30 |
"torch_dtype": "float32",
|
31 |
-
"transformers_version": "4.
|
32 |
"use_cache": true,
|
33 |
"vocab_size": 256206
|
34 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "facebook/nllb-200-distilled-600M",
|
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.47.1",
|
33 |
"use_cache": true,
|
34 |
"vocab_size": 256206
|
35 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2460354912
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a13728e3ade3e0bc9450c5bc9752f7ff18b2e07e4ea762da0306e4f185ce37ba
|
3 |
size 2460354912
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4cdc43e4b451582ae1ffc4b7ada3ac673fdb7cb98ea27c3b7107c17a5d5bf6c1
|
3 |
size 5496
|