ckartal commited on
Commit
512ab90
·
verified ·
1 Parent(s): e1c1fcf

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,46 +1,46 @@
1
  {
2
- "_name_or_path": "Helsinki-NLP/opus-tatoeba-en-tr",
3
  "activation_dropout": 0.0,
4
- "activation_function": "swish",
5
  "architectures": [
6
  "MarianMTModel"
7
  ],
8
  "attention_dropout": 0.0,
9
  "bad_words_ids": [
10
  [
11
- 59993
12
  ]
13
  ],
14
  "bos_token_id": 0,
15
  "classifier_dropout": 0.0,
16
- "d_model": 512,
17
- "decoder_attention_heads": 8,
18
- "decoder_ffn_dim": 2048,
19
  "decoder_layerdrop": 0.0,
20
  "decoder_layers": 6,
21
- "decoder_start_token_id": 59993,
22
- "decoder_vocab_size": 59994,
23
  "dropout": 0.1,
24
- "encoder_attention_heads": 8,
25
- "encoder_ffn_dim": 2048,
26
  "encoder_layerdrop": 0.0,
27
  "encoder_layers": 6,
28
- "eos_token_id": 0,
29
- "forced_eos_token_id": 0,
30
  "init_std": 0.02,
31
  "is_encoder_decoder": true,
32
  "max_length": 512,
33
- "max_position_embeddings": 512,
34
  "model_type": "marian",
35
  "normalize_embedding": false,
36
- "num_beams": 6,
37
  "num_hidden_layers": 6,
38
- "pad_token_id": 59993,
39
  "scale_embedding": true,
40
  "share_encoder_decoder_embeddings": true,
41
  "static_position_embeddings": true,
42
  "torch_dtype": "float32",
43
  "transformers_version": "4.38.2",
44
  "use_cache": true,
45
- "vocab_size": 59994
46
  }
 
1
  {
2
+ "_name_or_path": "Helsinki-NLP/opus-mt-tc-big-tr-en",
3
  "activation_dropout": 0.0,
4
+ "activation_function": "relu",
5
  "architectures": [
6
  "MarianMTModel"
7
  ],
8
  "attention_dropout": 0.0,
9
  "bad_words_ids": [
10
  [
11
+ 57059
12
  ]
13
  ],
14
  "bos_token_id": 0,
15
  "classifier_dropout": 0.0,
16
+ "d_model": 1024,
17
+ "decoder_attention_heads": 16,
18
+ "decoder_ffn_dim": 4096,
19
  "decoder_layerdrop": 0.0,
20
  "decoder_layers": 6,
21
+ "decoder_start_token_id": 57059,
22
+ "decoder_vocab_size": 57060,
23
  "dropout": 0.1,
24
+ "encoder_attention_heads": 16,
25
+ "encoder_ffn_dim": 4096,
26
  "encoder_layerdrop": 0.0,
27
  "encoder_layers": 6,
28
+ "eos_token_id": 43741,
29
+ "forced_eos_token_id": 43741,
30
  "init_std": 0.02,
31
  "is_encoder_decoder": true,
32
  "max_length": 512,
33
+ "max_position_embeddings": 1024,
34
  "model_type": "marian",
35
  "normalize_embedding": false,
36
+ "num_beams": 4,
37
  "num_hidden_layers": 6,
38
+ "pad_token_id": 57059,
39
  "scale_embedding": true,
40
  "share_encoder_decoder_embeddings": true,
41
  "static_position_embeddings": true,
42
  "torch_dtype": "float32",
43
  "transformers_version": "4.38.2",
44
  "use_cache": true,
45
+ "vocab_size": 57060
46
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9179206fcc137a755009f291c91672e97429a55c571ddf4968a60aee6e71aea2
3
- size 299690728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bca7c97fdca8a63727723f0c0971862308e32ed18e9bd59879cce07de2b4513
3
+ size 939405120
runs/Apr06_19-57-59_08db7733709c/events.out.tfevents.1712434439.08db7733709c.377.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0ba59cc63342e82f4fe5d55e1a3694b476b91f1a4993658ed36894fff907918
3
+ size 401
runs/Apr06_20-17-34_08db7733709c/events.out.tfevents.1712435027.08db7733709c.377.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89c347d33a849782862d0167f8f9b50f0f46e2db104af5ea932324473afda1ec
3
+ size 5694
runs/Apr06_20-25-50_08db7733709c/events.out.tfevents.1712435275.08db7733709c.377.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:372b462f7b859d76792691f3b12f071b87474e68f8be0e8e1042d2bea1acbb76
3
+ size 5450
source.spm CHANGED
Binary files a/source.spm and b/source.spm differ
 
target.spm CHANGED
Binary files a/target.spm and b/target.spm differ
 
tokenizer_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "added_tokens_decoder": {
3
- "0": {
4
  "content": "</s>",
5
  "lstrip": false,
6
  "normalized": false,
@@ -8,7 +8,7 @@
8
  "single_word": false,
9
  "special": true
10
  },
11
- "1": {
12
  "content": "<unk>",
13
  "lstrip": false,
14
  "normalized": false,
@@ -16,7 +16,7 @@
16
  "single_word": false,
17
  "special": true
18
  },
19
- "59993": {
20
  "content": "<pad>",
21
  "lstrip": false,
22
  "normalized": false,
@@ -31,9 +31,9 @@
31
  "pad_token": "<pad>",
32
  "return_tensors": "pt",
33
  "separate_vocabs": false,
34
- "source_lang": "eng",
35
  "sp_model_kwargs": {},
36
- "target_lang": "tur",
37
  "tokenizer_class": "MarianTokenizer",
38
  "unk_token": "<unk>"
39
  }
 
1
  {
2
  "added_tokens_decoder": {
3
+ "43741": {
4
  "content": "</s>",
5
  "lstrip": false,
6
  "normalized": false,
 
8
  "single_word": false,
9
  "special": true
10
  },
11
+ "52508": {
12
  "content": "<unk>",
13
  "lstrip": false,
14
  "normalized": false,
 
16
  "single_word": false,
17
  "special": true
18
  },
19
+ "57059": {
20
  "content": "<pad>",
21
  "lstrip": false,
22
  "normalized": false,
 
31
  "pad_token": "<pad>",
32
  "return_tensors": "pt",
33
  "separate_vocabs": false,
34
+ "source_lang": "tr",
35
  "sp_model_kwargs": {},
36
+ "target_lang": "en",
37
  "tokenizer_class": "MarianTokenizer",
38
  "unk_token": "<unk>"
39
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9830c7abbaf735c7203834571f6758c98bc4cb4976c245b3eee271aac032bd01
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc39e69a876ecf3864e00e2c4775686df1dd01d326043ba5d702c0e670aa7340
3
  size 5048
vocab.json CHANGED
The diff for this file is too large to render. See raw diff