abdiharyadi commited on
Commit
e1a3605
1 Parent(s): 95b445e

End of training

Browse files
Files changed (21) hide show
  1. README.md +56 -0
  2. config.json +61 -0
  3. generation_config.json +16 -0
  4. model.safetensors +3 -0
  5. runs/May15_02-37-42_f70ae42dd38c/events.out.tfevents.1715740838.f70ae42dd38c.24103.0 +3 -0
  6. runs/May15_03-42-45_f70ae42dd38c/events.out.tfevents.1715744575.f70ae42dd38c.24103.1 +3 -0
  7. runs/May15_03-52-37_f70ae42dd38c/events.out.tfevents.1715745174.f70ae42dd38c.24103.2 +3 -0
  8. runs/May15_03-56-01_f70ae42dd38c/events.out.tfevents.1715745422.f70ae42dd38c.24103.3 +3 -0
  9. runs/May15_03-56-01_f70ae42dd38c/events.out.tfevents.1715745675.f70ae42dd38c.24103.4 +3 -0
  10. runs/May15_04-02-36_f70ae42dd38c/events.out.tfevents.1715745765.f70ae42dd38c.24103.5 +3 -0
  11. runs/May15_04-02-36_f70ae42dd38c/events.out.tfevents.1715745871.f70ae42dd38c.24103.6 +3 -0
  12. runs/May15_04-02-36_f70ae42dd38c/events.out.tfevents.1715747716.f70ae42dd38c.24103.7 +3 -0
  13. runs/May15_04-02-36_f70ae42dd38c/events.out.tfevents.1715747747.f70ae42dd38c.24103.8 +3 -0
  14. runs/May15_04-42-06_f70ae42dd38c/events.out.tfevents.1715748153.f70ae42dd38c.24103.9 +3 -0
  15. runs/May15_04-42-06_f70ae42dd38c/events.out.tfevents.1715748409.f70ae42dd38c.24103.10 +3 -0
  16. runs/May15_04-42-06_f70ae42dd38c/events.out.tfevents.1715748425.f70ae42dd38c.24103.11 +3 -0
  17. runs/May15_04-48-00_f70ae42dd38c/events.out.tfevents.1715748488.f70ae42dd38c.24103.12 +3 -0
  18. runs/May15_04-48-00_f70ae42dd38c/events.out.tfevents.1715748560.f70ae42dd38c.24103.13 +3 -0
  19. runs/May15_04-55-07_f70ae42dd38c/events.out.tfevents.1715748924.f70ae42dd38c.24103.14 +3 -0
  20. runs/May15_05-01-50_f70ae42dd38c/events.out.tfevents.1715749318.f70ae42dd38c.24103.15 +3 -0
  21. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: Helsinki-NLP/opus-mt-en-id
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: opus-mt-ft
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # opus-mt-ft
15
+
16
+ This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-id](https://huggingface.co/Helsinki-NLP/opus-mt-en-id) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - eval_loss: 0.3055
19
+ - eval_exact_match: 1.0
20
+ - eval_runtime: 9.9977
21
+ - eval_samples_per_second: 4.001
22
+ - eval_steps_per_second: 0.5
23
+ - epoch: 5.0
24
+ - step: 25
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 5e-05
44
+ - train_batch_size: 8
45
+ - eval_batch_size: 8
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 10
50
+
51
+ ### Framework versions
52
+
53
+ - Transformers 4.40.2
54
+ - Pytorch 2.2.1+cu121
55
+ - Datasets 2.19.1
56
+ - Tokenizers 0.19.1
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Helsinki-NLP/opus-mt-en-id",
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
+ 54795
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": 54795,
26
+ "decoder_vocab_size": 54796,
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": 54795,
54
+ "scale_embedding": true,
55
+ "share_encoder_decoder_embeddings": true,
56
+ "static_position_embeddings": true,
57
+ "torch_dtype": "float32",
58
+ "transformers_version": "4.40.2",
59
+ "use_cache": true,
60
+ "vocab_size": 54796
61
+ }
generation_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bad_words_ids": [
3
+ [
4
+ 54795
5
+ ]
6
+ ],
7
+ "bos_token_id": 0,
8
+ "decoder_start_token_id": 54795,
9
+ "eos_token_id": 0,
10
+ "forced_eos_token_id": 0,
11
+ "max_length": 512,
12
+ "num_beams": 4,
13
+ "pad_token_id": 54795,
14
+ "renormalize_logits": true,
15
+ "transformers_version": "4.40.2"
16
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f94787e89777130468eaba902ddd57fa1027be7bcd9f55ecad9f01e3154c93fa
3
+ size 289024432
runs/May15_02-37-42_f70ae42dd38c/events.out.tfevents.1715740838.f70ae42dd38c.24103.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02996701a54c143d15b95d6cc7203121d577623a337a6bcc11368fb538dc3d5c
3
+ size 5732
runs/May15_03-42-45_f70ae42dd38c/events.out.tfevents.1715744575.f70ae42dd38c.24103.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8aef7969e93b50ca60f10957ea27f39ee7357876134b49b7bd2d28c366018e7
3
+ size 6353
runs/May15_03-52-37_f70ae42dd38c/events.out.tfevents.1715745174.f70ae42dd38c.24103.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce6d48259b4425c1630e805718cd3801a8566f323095e1933888c7eb71fb6eac
3
+ size 6517
runs/May15_03-56-01_f70ae42dd38c/events.out.tfevents.1715745422.f70ae42dd38c.24103.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7eca23d020d2ea3cdbcc7f4f95b41fa60f4882a786bbc50e261fd034a5ac5ac
3
+ size 5548
runs/May15_03-56-01_f70ae42dd38c/events.out.tfevents.1715745675.f70ae42dd38c.24103.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b35f2759e50a793039a41e02a727c2211bd7b8f5582b7a90659e2960cc8f3a60
3
+ size 6517
runs/May15_04-02-36_f70ae42dd38c/events.out.tfevents.1715745765.f70ae42dd38c.24103.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c07cf661aaf7efa1d98311fd13e30c44ddb9f4606d762a1d44cff6d9fc412ca6
3
+ size 7479
runs/May15_04-02-36_f70ae42dd38c/events.out.tfevents.1715745871.f70ae42dd38c.24103.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:482d90147754c3547071d0a5988bcf46151bb00595dc544b2e4c126b8d7b4d15
3
+ size 7479
runs/May15_04-02-36_f70ae42dd38c/events.out.tfevents.1715747716.f70ae42dd38c.24103.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82f1151992a5cbd1c296a3c9090f8f4cab61d4f3b3e9c4f3451012a82e84f598
3
+ size 5757
runs/May15_04-02-36_f70ae42dd38c/events.out.tfevents.1715747747.f70ae42dd38c.24103.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2230146f1c12573869cf1b224fa93c37306ceb8085d37a2fcfa32b31062f723b
3
+ size 7479
runs/May15_04-42-06_f70ae42dd38c/events.out.tfevents.1715748153.f70ae42dd38c.24103.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41562b96060d23c3bbbdedb0baa0f8c87905c304d7d8b3a3cff3380e1095af86
3
+ size 8184
runs/May15_04-42-06_f70ae42dd38c/events.out.tfevents.1715748409.f70ae42dd38c.24103.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6399183b5342a6e18014e62d88db962e184d95a3e70b173c063533811e14084c
3
+ size 5549
runs/May15_04-42-06_f70ae42dd38c/events.out.tfevents.1715748425.f70ae42dd38c.24103.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a99a9e2663a314dc614f466e9485fd2b35bbbd8741334dfcf2fbc42a5e3a7ea
3
+ size 5549
runs/May15_04-48-00_f70ae42dd38c/events.out.tfevents.1715748488.f70ae42dd38c.24103.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:610c8d92cc24e3d089fd07f0df41ffda097011cdff357e0b10872f1175f80f91
3
+ size 6420
runs/May15_04-48-00_f70ae42dd38c/events.out.tfevents.1715748560.f70ae42dd38c.24103.13 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8c1cc9ebc2cec5a182961b823bd2f9dc287c3e1c8561e08e7b6300fe4b96a11
3
+ size 6947
runs/May15_04-55-07_f70ae42dd38c/events.out.tfevents.1715748924.f70ae42dd38c.24103.14 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39dd1ee9cd388942167b121f6049ff7d9eac48da403e6f70b7b02477ca495165
3
+ size 8528
runs/May15_05-01-50_f70ae42dd38c/events.out.tfevents.1715749318.f70ae42dd38c.24103.15 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e9975f1fc0ee765c98d1c1ab7769c3f7bfa07778fe9005a5f9adafd7e75c5e0
3
+ size 8181
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3a18c3f915170e9302daa90a28741317e5888f8463d81c78975c9c1c66b1e89
3
+ size 5112