Training in progress, epoch 1
Browse files- config.json +31 -16
- model.safetensors +2 -2
- runs/Apr07_16-19-16_eb754cce07bd/events.out.tfevents.1712507469.eb754cce07bd.278.0 +3 -0
- runs/Apr07_16-34-13_eb754cce07bd/events.out.tfevents.1712507734.eb754cce07bd.4453.0 +3 -0
- runs/Apr07_16-41-19_eb754cce07bd/events.out.tfevents.1712508317.eb754cce07bd.5646.0 +3 -0
- source.spm +0 -0
- target.spm +0 -0
- tokenizer_config.json +3 -3
- training_args.bin +1 -1
- vocab.json +0 -0
config.json
CHANGED
@@ -1,46 +1,61 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "Helsinki-NLP/opus-mt-
|
|
|
3 |
"activation_dropout": 0.0,
|
4 |
-
"activation_function": "
|
|
|
|
|
5 |
"architectures": [
|
6 |
"MarianMTModel"
|
7 |
],
|
8 |
"attention_dropout": 0.0,
|
9 |
"bad_words_ids": [
|
10 |
[
|
11 |
-
|
12 |
]
|
13 |
],
|
14 |
"bos_token_id": 0,
|
|
|
15 |
"classifier_dropout": 0.0,
|
16 |
-
"d_model":
|
17 |
-
"decoder_attention_heads":
|
18 |
-
"decoder_ffn_dim":
|
19 |
"decoder_layerdrop": 0.0,
|
20 |
"decoder_layers": 6,
|
21 |
-
"decoder_start_token_id":
|
22 |
-
"decoder_vocab_size":
|
23 |
"dropout": 0.1,
|
24 |
-
"encoder_attention_heads":
|
25 |
-
"encoder_ffn_dim":
|
26 |
"encoder_layerdrop": 0.0,
|
27 |
"encoder_layers": 6,
|
28 |
-
"eos_token_id":
|
29 |
-
"forced_eos_token_id":
|
|
|
|
|
|
|
|
|
|
|
30 |
"init_std": 0.02,
|
31 |
"is_encoder_decoder": true,
|
|
|
|
|
|
|
|
|
|
|
32 |
"max_length": 512,
|
33 |
-
"max_position_embeddings":
|
34 |
"model_type": "marian",
|
|
|
35 |
"normalize_embedding": false,
|
36 |
-
"num_beams":
|
37 |
"num_hidden_layers": 6,
|
38 |
-
"pad_token_id":
|
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":
|
46 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Helsinki-NLP/opus-mt-tr-en",
|
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 |
+
62388
|
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": 62388,
|
26 |
+
"decoder_vocab_size": 62389,
|
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": 6,
|
52 |
"num_hidden_layers": 6,
|
53 |
+
"pad_token_id": 62388,
|
54 |
"scale_embedding": true,
|
55 |
"share_encoder_decoder_embeddings": true,
|
56 |
"static_position_embeddings": true,
|
57 |
"torch_dtype": "float32",
|
58 |
"transformers_version": "4.38.2",
|
59 |
"use_cache": true,
|
60 |
+
"vocab_size": 62389
|
61 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a718dec41bf5882bbddf8794723eb631f1677ddd33112a6cba8ccd4a0dfba2d
|
3 |
+
size 304605268
|
runs/Apr07_16-19-16_eb754cce07bd/events.out.tfevents.1712507469.eb754cce07bd.278.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c302932f62e6672978ab6d32c31c1d4089a28f34c341f1ee818797d75b3e9074
|
3 |
+
size 4438
|
runs/Apr07_16-34-13_eb754cce07bd/events.out.tfevents.1712507734.eb754cce07bd.4453.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b92fcbbec6c0a21a727b9cc883395baf28e1be1e734e25e493f3a4a35f5c26cf
|
3 |
+
size 4438
|
runs/Apr07_16-41-19_eb754cce07bd/events.out.tfevents.1712508317.eb754cce07bd.5646.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5f0a641e2e401455e406a96febfffc7661f5d28d199095aa8f0e7e990373e3f
|
3 |
+
size 5694
|
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 |
-
"
|
4 |
"content": "</s>",
|
5 |
"lstrip": false,
|
6 |
"normalized": false,
|
@@ -8,7 +8,7 @@
|
|
8 |
"single_word": false,
|
9 |
"special": true
|
10 |
},
|
11 |
-
"
|
12 |
"content": "<unk>",
|
13 |
"lstrip": false,
|
14 |
"normalized": false,
|
@@ -16,7 +16,7 @@
|
|
16 |
"single_word": false,
|
17 |
"special": true
|
18 |
},
|
19 |
-
"
|
20 |
"content": "<pad>",
|
21 |
"lstrip": false,
|
22 |
"normalized": false,
|
|
|
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 |
+
"62388": {
|
20 |
"content": "<pad>",
|
21 |
"lstrip": false,
|
22 |
"normalized": false,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df5ff28e042be64aab8b07fa46a6d9b4fcd4f382a41b5425f45e4a9ea3b71c44
|
3 |
size 5048
|
vocab.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|