prudhvirazz commited on
Commit
f88d150
1 Parent(s): 9028896

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: google/flan-t5-small
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - squad
8
+ model-index:
9
+ - name: google-flan-t5-small-modified_v2
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
+ # google-flan-t5-small-modified_v2
17
+
18
+ This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on the squad dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.3020
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
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:-----:|:----:|:---------------:|
51
+ | No log | 1.0 | 250 | 3.7751 |
52
+ | 4.3074 | 2.0 | 500 | 2.1221 |
53
+ | 4.3074 | 3.0 | 750 | 1.7130 |
54
+ | 2.5366 | 4.0 | 1000 | 1.5271 |
55
+ | 2.5366 | 5.0 | 1250 | 1.4301 |
56
+ | 2.0483 | 6.0 | 1500 | 1.3643 |
57
+ | 2.0483 | 7.0 | 1750 | 1.3389 |
58
+ | 1.8774 | 8.0 | 2000 | 1.3123 |
59
+ | 1.8774 | 9.0 | 2250 | 1.3067 |
60
+ | 1.7724 | 10.0 | 2500 | 1.3020 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.31.0
66
+ - Pytorch 2.0.1+cu118
67
+ - Datasets 2.14.4
68
+ - Tokenizers 0.13.3