satanicmangoes commited on
Commit
4af6531
1 Parent(s): a1b4336

Training in progress, step 10

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "facebook/nllb-200-distilled-600M",
3
  "activation_dropout": 0.0,
4
  "activation_function": "relu",
5
  "architectures": [
 
1
  {
2
+ "_name_or_path": "satanicmangoes/results",
3
  "activation_dropout": 0.0,
4
  "activation_function": "relu",
5
  "architectures": [
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:128d4f9b51a89f46231330dced5034f66453ea42229551597f2028ddfeac9e4f
3
  size 2460354912
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f6fe48179754aab7ed3434138880f05a4ded301c0e4d311773f278195d5c793
3
  size 2460354912
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3a642d6b41dd31f51ce10a5685b03fc013bdf3f0463160f494d8dd491fb95923
3
- size 17331548
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b39b25b0763a1dd69dec54081fafcf10770d9f2538a3bd975a0c4be6d60a9c2
3
+ size 17331294
tokenizer_config.json CHANGED
@@ -1867,13 +1867,20 @@
1867
  "eos_token": "</s>",
1868
  "legacy_behaviour": false,
1869
  "mask_token": "<mask>",
 
1870
  "model_max_length": 1024,
 
1871
  "pad_token": "<pad>",
 
 
1872
  "sep_token": "</s>",
1873
  "sp_model_kwargs": {},
1874
  "src_lang": "eng_Latn",
 
1875
  "tgt_lang": "deu_Latn",
1876
  "tokenizer_class": "NllbTokenizer",
 
 
1877
  "unk_token": "<unk>",
1878
  "use_fast": "False"
1879
  }
 
1867
  "eos_token": "</s>",
1868
  "legacy_behaviour": false,
1869
  "mask_token": "<mask>",
1870
+ "max_length": 1024,
1871
  "model_max_length": 1024,
1872
+ "pad_to_multiple_of": null,
1873
  "pad_token": "<pad>",
1874
+ "pad_token_type_id": 0,
1875
+ "padding_side": "right",
1876
  "sep_token": "</s>",
1877
  "sp_model_kwargs": {},
1878
  "src_lang": "eng_Latn",
1879
+ "stride": 0,
1880
  "tgt_lang": "deu_Latn",
1881
  "tokenizer_class": "NllbTokenizer",
1882
+ "truncation_side": "right",
1883
+ "truncation_strategy": "longest_first",
1884
  "unk_token": "<unk>",
1885
  "use_fast": "False"
1886
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a9e9be01e3d10fc44f3727afc0133b30059a54b2412f286bb8d49d226f748cde
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17d15d36371acc53843baae56137530d961545e49956889a89346b4deb3f777d
3
  size 5240