Khushnur commited on
Commit
8674009
1 Parent(s): a772640

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
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: t5-base-end2end-questions-generation_eli_squad_single_exp_imp
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
+ # t5-base-end2end-questions-generation_eli_squad_single_exp_imp
14
+
15
+ This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 2.3209
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: 0.0001
37
+ - train_batch_size: 4
38
+ - eval_batch_size: 4
39
+ - seed: 42
40
+ - gradient_accumulation_steps: 32
41
+ - total_train_batch_size: 128
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 3
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | 2.3631 | 0.25 | 100 | 2.4532 |
51
+ | 2.1765 | 0.49 | 200 | 2.4057 |
52
+ | 2.1516 | 0.74 | 300 | 2.3775 |
53
+ | 2.1037 | 0.98 | 400 | 2.3595 |
54
+ | 2.0402 | 1.23 | 500 | 2.3486 |
55
+ | 2.0185 | 1.47 | 600 | 2.3384 |
56
+ | 2.0031 | 1.72 | 700 | 2.3350 |
57
+ | 2.0344 | 1.96 | 800 | 2.3275 |
58
+ | 1.9459 | 2.21 | 900 | 2.3262 |
59
+ | 1.9789 | 2.46 | 1000 | 2.3235 |
60
+ | 1.9784 | 2.7 | 1100 | 2.3210 |
61
+ | 1.9592 | 2.95 | 1200 | 2.3209 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.30.2
67
+ - Pytorch 2.0.1+cu118
68
+ - Tokenizers 0.13.3