halee9 commited on
Commit
4fb3ce5
·
verified ·
1 Parent(s): e4506d2

Training in progress, step 1000

Browse files
config.json CHANGED
@@ -1,46 +1,61 @@
1
  {
2
- "_name_or_path": "Helsinki-NLP/opus-mt-tc-big-en-ko",
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
- 32000
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": 32000,
22
- "decoder_vocab_size": 32001,
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": 2,
29
- "forced_eos_token_id": 2,
 
 
 
 
 
 
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": 32000,
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": 32001
46
  }
 
1
  {
2
+ "_name_or_path": "Helsinki-NLP/opus-mt-ko-en",
3
  "activation_dropout": 0.0,
4
+ "activation_function": "swish",
5
+ "add_bias_logits": false,
6
+ "add_final_layer_norm": false,
7
  "architectures": [
8
  "MarianMTModel"
9
  ],
10
  "attention_dropout": 0.0,
11
  "bad_words_ids": [
12
  [
13
+ 65000
14
  ]
15
  ],
16
  "bos_token_id": 0,
17
+ "classif_dropout": 0.0,
18
  "classifier_dropout": 0.0,
19
+ "d_model": 512,
20
+ "decoder_attention_heads": 8,
21
+ "decoder_ffn_dim": 2048,
22
  "decoder_layerdrop": 0.0,
23
  "decoder_layers": 6,
24
+ "decoder_start_token_id": 65000,
25
+ "decoder_vocab_size": 65001,
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
+ "extra_pos_embeddings": 65001,
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": 65000,
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": 65001
61
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:baa9d18b1a5093ed5cfe5c2949dd5d57427390358fa12d62fe0f998b09b7d2d2
3
- size 836663220
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0b4add4f0cf65b0af2359c06d0fffdd96119531dc68cd0301cd47c29cbed886
3
+ size 309965092
runs/Mar16_20-02-21_4b27bba79272/events.out.tfevents.1710619342.4b27bba79272.329.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2685d65735f41baac8ee6d712bee34c3a667134b164da214f18f1eccf22a9250
3
+ size 6249
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,22 +1,22 @@
1
  {
2
  "added_tokens_decoder": {
3
  "0": {
4
- "content": "<unk>",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
8
  "single_word": false,
9
  "special": true
10
  },
11
- "2": {
12
- "content": "</s>",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
16
  "single_word": false,
17
  "special": true
18
  },
19
- "32000": {
20
  "content": "<pad>",
21
  "lstrip": false,
22
  "normalized": false,
@@ -30,9 +30,9 @@
30
  "model_max_length": 512,
31
  "pad_token": "<pad>",
32
  "separate_vocabs": false,
33
- "source_lang": "en",
34
  "sp_model_kwargs": {},
35
- "target_lang": "ko",
36
  "tokenizer_class": "MarianTokenizer",
37
  "unk_token": "<unk>"
38
  }
 
1
  {
2
  "added_tokens_decoder": {
3
  "0": {
4
+ "content": "</s>",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
8
  "single_word": false,
9
  "special": true
10
  },
11
+ "1": {
12
+ "content": "<unk>",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
16
  "single_word": false,
17
  "special": true
18
  },
19
+ "65000": {
20
  "content": "<pad>",
21
  "lstrip": false,
22
  "normalized": false,
 
30
  "model_max_length": 512,
31
  "pad_token": "<pad>",
32
  "separate_vocabs": false,
33
+ "source_lang": "kor",
34
  "sp_model_kwargs": {},
35
+ "target_lang": "eng",
36
  "tokenizer_class": "MarianTokenizer",
37
  "unk_token": "<unk>"
38
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5303b8abc353822dde0c2d92f1c47094cd571c6c5af88789f2e782b5b23c4b70
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd74e14f3871d8f882cc8d16da6b9d64171e5ff0f933b622ec9c1e1d7f631244
3
  size 5048
vocab.json CHANGED
The diff for this file is too large to render. See raw diff