gayanin commited on
Commit
622046f
1 Parent(s): 4f4e0c8

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: med_masked_pubmed_articles_biogpt
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
+ # med_masked_pubmed_articles_biogpt
14
+
15
+ This model is a fine-tuned version of [microsoft/biogpt](https://huggingface.co/microsoft/biogpt) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 3.1952
18
+ - Rouge2 Precision: 0.7072
19
+ - Rouge2 Recall: 0.7001
20
+ - Rouge2 Fmeasure: 0.7025
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 2e-05
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 10
46
+ - mixed_precision_training: Native AMP
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
51
+ |:-------------:|:-----:|:-----:|:---------------:|:----------------:|:-------------:|:---------------:|
52
+ | 3.1392 | 1.0 | 7914 | 3.0945 | 0.7075 | 0.7001 | 0.7026 |
53
+ | 2.927 | 2.0 | 15828 | 3.0705 | 0.7074 | 0.7001 | 0.7026 |
54
+ | 2.8558 | 3.0 | 23742 | 3.0877 | 0.7073 | 0.7001 | 0.7025 |
55
+ | 2.7035 | 4.0 | 31656 | 3.1354 | 0.7073 | 0.7001 | 0.7026 |
56
+ | 2.6209 | 5.0 | 39570 | 3.1952 | 0.7072 | 0.7001 | 0.7025 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.26.1
62
+ - Pytorch 1.13.1+cu116
63
+ - Datasets 2.9.0
64
+ - Tokenizers 0.13.2