ckartal commited on
Commit
e2e514e
·
verified ·
1 Parent(s): 7f4ff6e

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,46 +1,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
  }
 
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
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3e7ba0e20abfc55af2239670fae94657031fec449727e08737e0a06b7995cb1d
3
- size 939405120
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ceaabc8f8f4e2e14f49e831f44a6a6b6f9d3bf5cf53ae5cd29893077431c9d7c
3
+ size 299690728
runs/Apr07_18-24-33_eb754cce07bd/events.out.tfevents.1712519502.eb754cce07bd.5646.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23704da73d27db17a0f067e5465a156db1ed92b9a4fe9d4ae7862422d3fc1c87
3
+ size 401
runs/Apr07_20-46-56_eb754cce07bd/events.out.tfevents.1712522884.eb754cce07bd.5646.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5b6258fb03d0ba00b5f9d2e1033db8d52292181c48cef692839587e2731bcc3
3
+ size 5437
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
- "43741": {
4
  "content": "</s>",
5
  "lstrip": false,
6
  "normalized": false,
@@ -8,7 +8,7 @@
8
  "single_word": false,
9
  "special": true
10
  },
11
- "52508": {
12
  "content": "<unk>",
13
  "lstrip": false,
14
  "normalized": false,
@@ -16,7 +16,7 @@
16
  "single_word": false,
17
  "special": true
18
  },
19
- "57059": {
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": "tr",
35
  "sp_model_kwargs": {},
36
- "target_lang": "en",
37
  "tokenizer_class": "MarianTokenizer",
38
  "unk_token": "<unk>"
39
  }
 
1
  {
2
  "added_tokens_decoder": {
3
+ "0": {
4
  "content": "</s>",
5
  "lstrip": false,
6
  "normalized": false,
 
8
  "single_word": false,
9
  "special": true
10
  },
11
+ "1": {
12
  "content": "<unk>",
13
  "lstrip": false,
14
  "normalized": false,
 
16
  "single_word": false,
17
  "special": true
18
  },
19
+ "59993": {
20
  "content": "<pad>",
21
  "lstrip": false,
22
  "normalized": false,
 
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
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:29d402d873f4d992e26896c6bd5b77cd8b94bb6c9181a6c29225c11874f921f5
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cea6777cc439957cd7440afde80e403c8889b1a15b94bb71554f9a6aebf34fad
3
  size 5048
vocab.json CHANGED
The diff for this file is too large to render. See raw diff