smitmenon commited on
Commit
f529578
·
verified ·
1 Parent(s): 1816de0

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +28 -7
  2. model.safetensors +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,37 +1,58 @@
1
  {
2
- "_name_or_path": "smitmenon/e2m_translation_project",
 
3
  "activation_dropout": 0.0,
4
  "activation_function": "relu",
 
 
5
  "architectures": [
6
- "M2M100ForConditionalGeneration"
7
  ],
8
- "attention_dropout": 0.1,
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,
25
  "is_encoder_decoder": true,
 
 
 
 
 
26
  "max_length": null,
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",
34
  "transformers_version": "4.46.3",
35
  "use_cache": true,
36
- "vocab_size": 128112
37
  }
 
1
  {
2
+ "_name_or_path": "facebook/mbart-large-50-one-to-many-mmt",
3
+ "_num_labels": 3,
4
  "activation_dropout": 0.0,
5
  "activation_function": "relu",
6
+ "add_bias_logits": false,
7
+ "add_final_layer_norm": true,
8
  "architectures": [
9
+ "MBartForConditionalGeneration"
10
  ],
11
+ "attention_dropout": 0.0,
12
  "bos_token_id": 0,
13
+ "classif_dropout": 0.0,
14
+ "classifier_dropout": 0.0,
15
  "d_model": 1024,
16
  "decoder_attention_heads": 16,
17
  "decoder_ffn_dim": 4096,
18
+ "decoder_layerdrop": 0.0,
19
  "decoder_layers": 12,
20
  "decoder_start_token_id": 2,
21
  "dropout": 0.1,
22
  "early_stopping": null,
23
  "encoder_attention_heads": 16,
24
  "encoder_ffn_dim": 4096,
25
+ "encoder_layerdrop": 0.0,
26
  "encoder_layers": 12,
27
  "eos_token_id": 2,
28
+ "forced_eos_token_id": 2,
29
  "gradient_checkpointing": false,
30
+ "id2label": {
31
+ "0": "LABEL_0",
32
+ "1": "LABEL_1",
33
+ "2": "LABEL_2"
34
+ },
35
  "init_std": 0.02,
36
  "is_encoder_decoder": true,
37
+ "label2id": {
38
+ "LABEL_0": 0,
39
+ "LABEL_1": 1,
40
+ "LABEL_2": 2
41
+ },
42
  "max_length": null,
43
  "max_position_embeddings": 1024,
44
+ "model_type": "mbart",
45
+ "normalize_before": true,
46
+ "normalize_embedding": true,
47
  "num_beams": null,
48
  "num_hidden_layers": 12,
49
+ "output_past": true,
50
  "pad_token_id": 1,
51
  "scale_embedding": true,
52
+ "static_position_embeddings": false,
53
+ "tokenizer_class": "MBart50Tokenizer",
54
  "torch_dtype": "float32",
55
  "transformers_version": "4.46.3",
56
  "use_cache": true,
57
+ "vocab_size": 250054
58
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9edeafd67088077c3d767d3c13195d9a98396a39af99c19efd0392dfeefb1edf
3
- size 1935681888
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4e2a65db272d096591bfe5c38c630a866c5ca3a1e4b3a650698f972386b9a0e
3
+ size 2444578688
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2e888c4d8e8a8a147697a6ff4694d17109309a32215637a1c94a2ad232a2c6e2
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d8faf2398860ca292877eda796ce8559c03a72802fe57e3987573c06350396a
3
  size 5432