KanWasTaken commited on
Commit
0680e87
·
verified ·
1 Parent(s): 2f6fa54

KanWasTaken/EN-VI-Machine-Translation-Transformer

Browse files
Files changed (4) hide show
  1. README.md +60 -0
  2. config.json +14 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: EN-VI-Machine-Translation-Transformer
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # EN-VI-Machine-Translation-Transformer
14
+
15
+ This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.5433
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 5e-05
37
+ - train_batch_size: 256
38
+ - eval_batch_size: 256
39
+ - seed: 42
40
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 5
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:----:|:---------------:|
48
+ | 1.0705 | 1.0 | 521 | 0.5980 |
49
+ | 0.6527 | 2.0 | 1042 | 0.5660 |
50
+ | 0.6288 | 3.0 | 1563 | 0.5530 |
51
+ | 0.6174 | 4.0 | 2084 | 0.5460 |
52
+ | 0.6117 | 5.0 | 2605 | 0.5433 |
53
+
54
+
55
+ ### Framework versions
56
+
57
+ - Transformers 4.47.0
58
+ - Pytorch 2.5.1+cu121
59
+ - Datasets 3.3.1
60
+ - Tokenizers 0.21.0
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Seq2SeqTransformerModel"
4
+ ],
5
+ "d_model": 256,
6
+ "dropout": 0.1,
7
+ "max_seq_length": 75,
8
+ "num_heads": 8,
9
+ "num_layers": 6,
10
+ "torch_dtype": "float32",
11
+ "transformers_version": "4.47.0",
12
+ "vocab_size_src": 15000,
13
+ "vocab_size_tgt": 15000
14
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ede7d189aa060eed811233c1b1d91e8dc780ff4848131ea5b1badc48c1091780
3
+ size 115771368
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3b385df19182dca29e0de224a5186a043a610e33657c349b6cd5ccda9af0258
3
+ size 5240