sm490418 commited on
Commit
39541ad
1 Parent(s): 4324109

Update from

Browse files
config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Helsinki-NLP/opus-mt-en-de",
3
+ "_num_labels": 3,
4
+ "activation_dropout": 0.0,
5
+ "activation_function": "swish",
6
+ "add_bias_logits": false,
7
+ "add_final_layer_norm": false,
8
+ "architectures": [
9
+ "MarianMTModel"
10
+ ],
11
+ "attention_dropout": 0.0,
12
+ "bad_words_ids": [
13
+ [
14
+ 58100
15
+ ]
16
+ ],
17
+ "bos_token_id": 0,
18
+ "classif_dropout": 0.0,
19
+ "classifier_dropout": 0.0,
20
+ "d_model": 512,
21
+ "decoder_attention_heads": 8,
22
+ "decoder_ffn_dim": 2048,
23
+ "decoder_layerdrop": 0.0,
24
+ "decoder_layers": 6,
25
+ "decoder_start_token_id": 58100,
26
+ "dropout": 0.1,
27
+ "encoder_attention_heads": 8,
28
+ "encoder_ffn_dim": 2048,
29
+ "encoder_layerdrop": 0.0,
30
+ "encoder_layers": 6,
31
+ "eos_token_id": 0,
32
+ "forced_eos_token_id": 0,
33
+ "gradient_checkpointing": false,
34
+ "id2label": {
35
+ "0": "LABEL_0",
36
+ "1": "LABEL_1",
37
+ "2": "LABEL_2"
38
+ },
39
+ "init_std": 0.02,
40
+ "is_encoder_decoder": true,
41
+ "label2id": {
42
+ "LABEL_0": 0,
43
+ "LABEL_1": 1,
44
+ "LABEL_2": 2
45
+ },
46
+ "max_length": 512,
47
+ "max_position_embeddings": 512,
48
+ "model_type": "marian",
49
+ "normalize_before": false,
50
+ "normalize_embedding": false,
51
+ "num_beams": 4,
52
+ "num_hidden_layers": 6,
53
+ "pad_token_id": 58100,
54
+ "scale_embedding": true,
55
+ "static_position_embeddings": true,
56
+ "torch_dtype": "float32",
57
+ "transformers_version": "4.10.2",
58
+ "use_cache": true,
59
+ "vocab_size": 58101
60
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ede6643607c72cfe883ca1cfdea31d6a7b9210b637e78113ccb5c1894f818f4b
3
+ size 591236557
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acd50b2fa2189f4b018a0a0226ef02a8661e3566dd9f2bcf18a981c902b1659f
3
+ size 295861701
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6c7d65e92a20df762b2ecaa8afbf893d9d59545e50c8d18c24085a9d2f4cd21
3
+ size 15523
scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:405091d29df97a8772f322737eb40c2cd7c84c343630b70fa67dcfd831a1eb08
3
+ size 559
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d6b383713ee2934a188eb99d782d85ed13340875769036e5d1ad11efbeeb0ae
3
+ size 623
source.spm ADDED
Binary file (768 kB). View file
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
1
+ {"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>"}
target.spm ADDED
Binary file (797 kB). View file
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"source_lang": "en", "target_lang": "de", "unk_token": "<unk>", "eos_token": "</s>", "pad_token": "<pad>", "model_max_length": 512, "sp_model_kwargs": {}, "special_tokens_map_file": null, "tokenizer_file": null, "name_or_path": "Helsinki-NLP/opus-mt-en-de", "tokenizer_class": "MarianTokenizer"}
trainer_state.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.03517336953845505,
5
+ "global_step": 5000,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.0,
12
+ "learning_rate": 1.9929653260923093e-05,
13
+ "loss": 2.0913,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.01,
18
+ "learning_rate": 1.985930652184618e-05,
19
+ "loss": 2.0515,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 0.01,
24
+ "learning_rate": 1.978895978276927e-05,
25
+ "loss": 2.0554,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 0.01,
30
+ "learning_rate": 1.9718613043692362e-05,
31
+ "loss": 2.0336,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 0.02,
36
+ "learning_rate": 1.964826630461545e-05,
37
+ "loss": 2.0487,
38
+ "step": 2500
39
+ },
40
+ {
41
+ "epoch": 0.02,
42
+ "learning_rate": 1.9577919565538542e-05,
43
+ "loss": 2.0338,
44
+ "step": 3000
45
+ },
46
+ {
47
+ "epoch": 0.02,
48
+ "learning_rate": 1.950757282646163e-05,
49
+ "loss": 2.0361,
50
+ "step": 3500
51
+ },
52
+ {
53
+ "epoch": 0.03,
54
+ "learning_rate": 1.9437226087384722e-05,
55
+ "loss": 2.0281,
56
+ "step": 4000
57
+ },
58
+ {
59
+ "epoch": 0.03,
60
+ "learning_rate": 1.9367020041785966e-05,
61
+ "loss": 2.0136,
62
+ "step": 4500
63
+ },
64
+ {
65
+ "epoch": 0.04,
66
+ "learning_rate": 1.9296673302709054e-05,
67
+ "loss": 2.0301,
68
+ "step": 5000
69
+ }
70
+ ],
71
+ "max_steps": 142153,
72
+ "num_train_epochs": 1,
73
+ "total_flos": 6948342774890496.0,
74
+ "trial_name": null,
75
+ "trial_params": null
76
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6aa5d901a2753ad635f8f0561777927558e8c4f01fb37bb25c7dd9902d6df112
3
+ size 2735
vocab.json ADDED
The diff for this file is too large to render. See raw diff