Jatana commited on
Commit
22944df
1 Parent(s): 86a1151

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,61 +1,109 @@
1
  {
2
- "_name_or_path": "Helsinki-NLP/opus-mt-en-ru",
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
- 62517
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": 62517,
26
- "decoder_vocab_size": 62518,
27
- "dropout": 0.1,
28
- "encoder_attention_heads": 8,
29
- "encoder_ffn_dim": 2048,
30
- "encoder_layerdrop": 0.0,
31
  "encoder_layers": 6,
32
- "eos_token_id": 0,
33
- "forced_eos_token_id": 0,
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": 62517,
54
  "scale_embedding": true,
55
- "share_encoder_decoder_embeddings": true,
56
- "static_position_embeddings": true,
 
57
  "torch_dtype": "float32",
58
- "transformers_version": "4.29.2",
59
- "use_cache": true,
60
- "vocab_size": 62518
61
  }
 
1
  {
2
+ "_commit_hash": "aa1bf2d3fd3e1b2dbd46e6862fe3bbadd420ecf1",
3
+ "_name_or_path": "facebook/wmt19-en-ru",
4
  "activation_dropout": 0.0,
5
+ "activation_function": "relu",
 
 
6
  "architectures": [
7
+ "FSMTForConditionalGeneration"
 
 
 
 
 
 
8
  ],
9
+ "attention_dropout": 0.1,
10
  "bos_token_id": 0,
11
+ "d_model": 1024,
12
+ "decoder": {
13
+ "_name_or_path": "",
14
+ "add_cross_attention": false,
15
+ "architectures": null,
16
+ "bad_words_ids": null,
17
+ "begin_suppress_tokens": null,
18
+ "bos_token_id": 2,
19
+ "chunk_size_feed_forward": 0,
20
+ "cross_attention_hidden_size": null,
21
+ "decoder_start_token_id": null,
22
+ "diversity_penalty": 0.0,
23
+ "do_sample": false,
24
+ "early_stopping": false,
25
+ "encoder_no_repeat_ngram_size": 0,
26
+ "eos_token_id": null,
27
+ "exponential_decay_length_penalty": null,
28
+ "finetuning_task": null,
29
+ "forced_bos_token_id": null,
30
+ "forced_eos_token_id": null,
31
+ "id2label": {
32
+ "0": "LABEL_0",
33
+ "1": "LABEL_1"
34
+ },
35
+ "is_decoder": false,
36
+ "is_encoder_decoder": false,
37
+ "label2id": {
38
+ "LABEL_0": 0,
39
+ "LABEL_1": 1
40
+ },
41
+ "length_penalty": 1.0,
42
+ "max_length": 20,
43
+ "min_length": 0,
44
+ "model_type": "fsmt_decoder",
45
+ "no_repeat_ngram_size": 0,
46
+ "num_beam_groups": 1,
47
+ "num_beams": 1,
48
+ "num_return_sequences": 1,
49
+ "output_attentions": false,
50
+ "output_hidden_states": false,
51
+ "output_scores": false,
52
+ "pad_token_id": null,
53
+ "prefix": null,
54
+ "problem_type": null,
55
+ "pruned_heads": {},
56
+ "remove_invalid_values": false,
57
+ "repetition_penalty": 1.0,
58
+ "return_dict": true,
59
+ "return_dict_in_generate": false,
60
+ "sep_token_id": null,
61
+ "suppress_tokens": null,
62
+ "task_specific_params": null,
63
+ "temperature": 1.0,
64
+ "tf_legacy_loss": false,
65
+ "tie_encoder_decoder": false,
66
+ "tie_word_embeddings": true,
67
+ "tokenizer_class": null,
68
+ "top_k": 50,
69
+ "top_p": 1.0,
70
+ "torch_dtype": null,
71
+ "torchscript": false,
72
+ "transformers_version": "4.29.2",
73
+ "typical_p": 1.0,
74
+ "use_bfloat16": false,
75
+ "vocab_size": 31232
76
+ },
77
+ "decoder_attention_heads": 16,
78
+ "decoder_ffn_dim": 4096,
79
+ "decoder_layerdrop": 0,
80
  "decoder_layers": 6,
81
+ "decoder_start_token_id": 2,
82
+ "dropout": 0.2,
83
+ "encoder_attention_heads": 16,
84
+ "encoder_ffn_dim": 8192,
85
+ "encoder_layerdrop": 0,
 
86
  "encoder_layers": 6,
87
+ "eos_token_id": 2,
88
+ "forced_eos_token_id": 2,
 
 
 
 
 
89
  "init_std": 0.02,
90
  "is_encoder_decoder": true,
91
+ "langs": [
92
+ "en",
93
+ "ru"
94
+ ],
95
+ "length_penalty": 1.15,
96
+ "max_length": 200,
97
+ "max_position_embeddings": 1024,
98
+ "model_type": "fsmt",
99
+ "num_beams": 5,
 
 
100
  "num_hidden_layers": 6,
101
+ "pad_token_id": 1,
102
  "scale_embedding": true,
103
+ "src_vocab_size": 31640,
104
+ "tgt_vocab_size": 31232,
105
+ "tie_word_embeddings": false,
106
  "torch_dtype": "float32",
107
+ "transformers_version": null,
108
+ "use_cache": true
 
109
  }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4439985befbc28c96da47efb754afe0852deaed8f4ff3fb885ded09931e937ac
3
- size 304927429
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8264320801e8ab386d6c4049b7f5bec27eae142f9f2c2e0566edba50a22f5d60
3
+ size 1164464453
runs/May20_18-38-01_36e7aceae669/1684617419.9729273/events.out.tfevents.1684617419.36e7aceae669.31.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35a45952ad65082926d11475531848ff72c34a690f0c2358286d6e6c3a46a8ad
3
+ size 6207
runs/May20_18-38-01_36e7aceae669/events.out.tfevents.1684617419.36e7aceae669.31.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3180840067d1828d5b5ebab565666a036eefd726fa09599548752318b3edcba7
3
+ size 6482
special_tokens_map.json CHANGED
@@ -1,5 +1,6 @@
1
  {
2
- "eos_token": "</s>",
3
  "pad_token": "<pad>",
 
4
  "unk_token": "<unk>"
5
  }
 
1
  {
2
+ "bos_token": "<s>",
3
  "pad_token": "<pad>",
4
+ "sep_token": "</s>",
5
  "unk_token": "<unk>"
6
  }
tokenizer_config.json CHANGED
@@ -1,12 +1,14 @@
1
  {
 
2
  "clean_up_tokenization_spaces": true,
3
- "eos_token": "</s>",
4
- "model_max_length": 512,
 
 
 
 
5
  "pad_token": "<pad>",
6
- "separate_vocabs": false,
7
- "source_lang": "en",
8
- "sp_model_kwargs": {},
9
- "target_lang": "ru",
10
- "tokenizer_class": "MarianTokenizer",
11
  "unk_token": "<unk>"
12
  }
 
1
  {
2
+ "bos_token": "<s>",
3
  "clean_up_tokenization_spaces": true,
4
+ "do_lower_case": false,
5
+ "langs": [
6
+ "en",
7
+ "ru"
8
+ ],
9
+ "model_max_length": 1024,
10
  "pad_token": "<pad>",
11
+ "sep_token": "</s>",
12
+ "tokenizer_class": "FSMTTokenizer",
 
 
 
13
  "unk_token": "<unk>"
14
  }
vocab-src.json ADDED
The diff for this file is too large to render. See raw diff
 
vocab-tgt.json ADDED
The diff for this file is too large to render. See raw diff