DogGoesBark commited on
Commit
005a042
1 Parent(s): b6a445b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: Helsinki-NLP/opus-mt-en-es
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - bleu
8
+ model-index:
9
+ - name: medical_pubmed_8_19
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # medical_pubmed_8_19
17
+
18
+ This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-es](https://huggingface.co/Helsinki-NLP/opus-mt-en-es) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.4625
21
+ - Bleu: 58.7452
22
+ - Gen Len: 119.0251
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 8e-05
42
+ - train_batch_size: 32
43
+ - eval_batch_size: 32
44
+ - seed: 42
45
+ - gradient_accumulation_steps: 4
46
+ - total_train_batch_size: 128
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 20
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
54
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:--------:|
55
+ | 0.8785 | 3.25 | 1000 | 0.8319 | 47.8321 | 118.9146 |
56
+ | 0.6571 | 6.5 | 2000 | 0.7008 | 50.9386 | 118.9497 |
57
+ | 0.5257 | 9.76 | 3000 | 0.5956 | 53.6824 | 118.9724 |
58
+ | 0.4406 | 13.01 | 4000 | 0.5257 | 56.3775 | 119.0075 |
59
+ | 0.3834 | 16.26 | 5000 | 0.4808 | 57.9502 | 119.0302 |
60
+ | 0.3541 | 19.51 | 6000 | 0.4625 | 58.7452 | 119.0251 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.31.0
66
+ - Pytorch 2.0.1+cu118
67
+ - Datasets 2.13.1
68
+ - Tokenizers 0.13.3