Gayathri142214002
commited on
Commit
•
c70a2c9
1
Parent(s):
d7a0772
update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
model-index:
|
6 |
+
- name: t5_Question_Generation_2
|
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_Question_Generation_2
|
14 |
+
|
15 |
+
This model is a fine-tuned version of [Gayathri142214002/t5_Question_Generation](https://huggingface.co/Gayathri142214002/t5_Question_Generation) on an unknown dataset.
|
16 |
+
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 0.3043
|
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: 1
|
38 |
+
- eval_batch_size: 1
|
39 |
+
- seed: 42
|
40 |
+
- gradient_accumulation_steps: 4
|
41 |
+
- total_train_batch_size: 4
|
42 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
+
- lr_scheduler_type: linear
|
44 |
+
- num_epochs: 7
|
45 |
+
|
46 |
+
### Training results
|
47 |
+
|
48 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
+
| 0.4877 | 0.35 | 10 | 0.3307 |
|
51 |
+
| 0.524 | 0.7 | 20 | 0.2558 |
|
52 |
+
| 0.5997 | 1.04 | 30 | 0.2773 |
|
53 |
+
| 0.3566 | 1.39 | 40 | 0.2854 |
|
54 |
+
| 0.372 | 1.74 | 50 | 0.3034 |
|
55 |
+
| 0.4098 | 2.09 | 60 | 0.3047 |
|
56 |
+
| 0.3615 | 2.43 | 70 | 0.3056 |
|
57 |
+
| 0.3519 | 2.78 | 80 | 0.3106 |
|
58 |
+
| 0.2988 | 3.13 | 90 | 0.3100 |
|
59 |
+
| 0.2919 | 3.48 | 100 | 0.3153 |
|
60 |
+
| 0.3241 | 3.83 | 110 | 0.3116 |
|
61 |
+
| 0.3186 | 4.17 | 120 | 0.3157 |
|
62 |
+
| 0.2549 | 4.52 | 130 | 0.3186 |
|
63 |
+
| 0.2649 | 4.87 | 140 | 0.3078 |
|
64 |
+
| 0.2826 | 5.22 | 150 | 0.3027 |
|
65 |
+
| 0.2651 | 5.57 | 160 | 0.3001 |
|
66 |
+
| 0.2443 | 5.91 | 170 | 0.3009 |
|
67 |
+
| 0.2483 | 6.26 | 180 | 0.3037 |
|
68 |
+
| 0.2593 | 6.61 | 190 | 0.3043 |
|
69 |
+
|
70 |
+
|
71 |
+
### Framework versions
|
72 |
+
|
73 |
+
- Transformers 4.29.2
|
74 |
+
- Pytorch 2.0.1+cu117
|
75 |
+
- Datasets 2.12.0
|
76 |
+
- Tokenizers 0.13.3
|