Vasireddy commited on
Commit
d2925bb
1 Parent(s): b27d631

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +83 -0
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/flan-t5-small
4
+ tags:
5
+ - text2textgeneration
6
+ - generated_from_trainer
7
+ metrics:
8
+ - rouge
9
+ model-index:
10
+ - name: flan-t5-small-finetune-medicine-v4
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # flan-t5-small-finetune-medicine-v4
18
+
19
+ This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 2.7404
22
+ - Rouge1: 17.0034
23
+ - Rouge2: 4.9383
24
+ - Rougel: 16.8615
25
+ - Rougelsum: 16.6931
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 5.6e-05
45
+ - train_batch_size: 8
46
+ - eval_batch_size: 8
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 20
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
55
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|
56
+ | No log | 1.0 | 5 | 2.8864 | 15.7685 | 5.117 | 15.7138 | 15.518 |
57
+ | No log | 2.0 | 10 | 2.8754 | 15.7702 | 5.117 | 15.6758 | 15.5641 |
58
+ | No log | 3.0 | 15 | 2.8556 | 15.9322 | 4.0564 | 15.9587 | 15.8195 |
59
+ | No log | 4.0 | 20 | 2.8469 | 16.4117 | 4.9383 | 16.3008 | 16.2258 |
60
+ | No log | 5.0 | 25 | 2.8380 | 17.2745 | 4.9383 | 17.2039 | 17.0175 |
61
+ | No log | 6.0 | 30 | 2.8276 | 16.8416 | 5.6437 | 16.737 | 16.5215 |
62
+ | No log | 7.0 | 35 | 2.8118 | 17.0703 | 4.9383 | 16.9715 | 16.7941 |
63
+ | No log | 8.0 | 40 | 2.8010 | 17.0034 | 4.9383 | 16.8615 | 16.6931 |
64
+ | No log | 9.0 | 45 | 2.7898 | 17.0034 | 4.9383 | 16.8615 | 16.6931 |
65
+ | No log | 10.0 | 50 | 2.7783 | 17.0034 | 4.9383 | 16.8615 | 16.6931 |
66
+ | No log | 11.0 | 55 | 2.7694 | 17.0034 | 4.9383 | 16.8615 | 16.6931 |
67
+ | No log | 12.0 | 60 | 2.7617 | 17.0034 | 4.9383 | 16.8615 | 16.6931 |
68
+ | No log | 13.0 | 65 | 2.7546 | 17.0034 | 4.9383 | 16.8615 | 16.6931 |
69
+ | No log | 14.0 | 70 | 2.7478 | 17.0034 | 4.9383 | 16.8615 | 16.6931 |
70
+ | No log | 15.0 | 75 | 2.7437 | 17.0034 | 4.9383 | 16.8615 | 16.6931 |
71
+ | No log | 16.0 | 80 | 2.7417 | 17.0034 | 4.9383 | 16.8615 | 16.6931 |
72
+ | No log | 17.0 | 85 | 2.7416 | 17.0034 | 4.9383 | 16.8615 | 16.6931 |
73
+ | No log | 18.0 | 90 | 2.7409 | 17.0034 | 4.9383 | 16.8615 | 16.6931 |
74
+ | No log | 19.0 | 95 | 2.7405 | 17.0034 | 4.9383 | 16.8615 | 16.6931 |
75
+ | No log | 20.0 | 100 | 2.7404 | 17.0034 | 4.9383 | 16.8615 | 16.6931 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.31.0
81
+ - Pytorch 2.0.1+cu118
82
+ - Datasets 2.14.1
83
+ - Tokenizers 0.13.3