mongrz commited on
Commit
34dab83
·
verified ·
1 Parent(s): bd00bcf

Training in progress, epoch 2

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "facebook/m2m100_418M",
3
  "activation_dropout": 0.0,
4
  "activation_function": "relu",
5
  "architectures": [
@@ -9,16 +9,16 @@
9
  "bos_token_id": 0,
10
  "d_model": 1024,
11
  "decoder_attention_heads": 16,
12
- "decoder_ffn_dim": 4096,
13
  "decoder_layerdrop": 0.05,
14
- "decoder_layers": 12,
15
  "decoder_start_token_id": 2,
16
- "dropout": 0.1,
17
  "early_stopping": null,
18
  "encoder_attention_heads": 16,
19
- "encoder_ffn_dim": 4096,
20
  "encoder_layerdrop": 0.05,
21
- "encoder_layers": 12,
22
  "eos_token_id": 2,
23
  "gradient_checkpointing": false,
24
  "init_std": 0.02,
@@ -27,7 +27,7 @@
27
  "max_position_embeddings": 1024,
28
  "model_type": "m2m_100",
29
  "num_beams": null,
30
- "num_hidden_layers": 12,
31
  "pad_token_id": 1,
32
  "scale_embedding": true,
33
  "torch_dtype": "float32",
 
1
  {
2
+ "_name_or_path": "facebook/m2m100_1.2B",
3
  "activation_dropout": 0.0,
4
  "activation_function": "relu",
5
  "architectures": [
 
9
  "bos_token_id": 0,
10
  "d_model": 1024,
11
  "decoder_attention_heads": 16,
12
+ "decoder_ffn_dim": 8192,
13
  "decoder_layerdrop": 0.05,
14
+ "decoder_layers": 24,
15
  "decoder_start_token_id": 2,
16
+ "dropout": 0.2,
17
  "early_stopping": null,
18
  "encoder_attention_heads": 16,
19
+ "encoder_ffn_dim": 8192,
20
  "encoder_layerdrop": 0.05,
21
+ "encoder_layers": 24,
22
  "eos_token_id": 2,
23
  "gradient_checkpointing": false,
24
  "init_std": 0.02,
 
27
  "max_position_embeddings": 1024,
28
  "model_type": "m2m_100",
29
  "num_beams": null,
30
+ "num_hidden_layers": 24,
31
  "pad_token_id": 1,
32
  "scale_embedding": true,
33
  "torch_dtype": "float32",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:85acc9eb703100d1a2ee205ce1ea02102af093a011deb454ae8131ae787e0135
3
- size 1935681888
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6531e6a81a0c7e8cf16e1545a864e6a3fc7f143f7360bad61ad95fe3290dd95e
3
+ size 4958000808
tokenizer_config.json CHANGED
@@ -940,7 +940,7 @@
940
  "eos_token": "</s>",
941
  "extra_special_tokens": {},
942
  "language_codes": "m2m100",
943
- "model_max_length": 1024,
944
  "num_madeup_words": 8,
945
  "pad_token": "<pad>",
946
  "sep_token": "</s>",
 
940
  "eos_token": "</s>",
941
  "extra_special_tokens": {},
942
  "language_codes": "m2m100",
943
+ "model_max_length": 1000000000000000019884624838656,
944
  "num_madeup_words": 8,
945
  "pad_token": "<pad>",
946
  "sep_token": "</s>",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:da8f1f3633486f36fa576c1959d1b6853e7f9034c522dbfeae1d94ebe1ae8206
3
  size 5496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:714c92beaf552f27f67a23b03b950a9a013d364e90f6924abd63211e7cb5fe8e
3
  size 5496