File size: 2,473 Bytes
bdde52f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
---
license: apache-2.0
tags:
- generated_from_trainer
datasets:
- squad
model-index:
- name: t5-end2end-question-generation
  results:
  - task:
      name: Sequence-to-sequence Language Modeling
      type: text2text-generation
    dataset:
      name: squad
      type: squad
      args: plain_text
---

<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->

# t5-end2end-question-generation

This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the squad dataset.
It achieves the following results on the evaluation set:
- Loss: 1.5691

## Model description

More information needed

## Intended uses & limitations

More information needed

## Training and evaluation data

More information needed

## Training procedure

### Training hyperparameters

The following hyperparameters were used during training:
- learning_rate: 0.0001
- train_batch_size: 4
- eval_batch_size: 4
- seed: 42
- gradient_accumulation_steps: 16
- total_train_batch_size: 64
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 7

### Training results

| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:-----:|:----:|:---------------:|
| 2.5834        | 0.34  | 100  | 1.9107          |
| 1.9642        | 0.68  | 200  | 1.7227          |
| 1.8526        | 1.02  | 300  | 1.6627          |
| 1.7383        | 1.36  | 400  | 1.6354          |
| 1.7223        | 1.69  | 500  | 1.6154          |
| 1.6871        | 2.03  | 600  | 1.6096          |
| 1.6309        | 2.37  | 700  | 1.6048          |
| 1.6242        | 2.71  | 800  | 1.5923          |
| 1.6226        | 3.05  | 900  | 1.5855          |
| 1.5645        | 3.39  | 1000 | 1.5874          |
| 1.5705        | 3.73  | 1100 | 1.5822          |
| 1.5543        | 4.07  | 1200 | 1.5817          |
| 1.5284        | 4.41  | 1300 | 1.5841          |
| 1.5275        | 4.75  | 1400 | 1.5741          |
| 1.5269        | 5.08  | 1500 | 1.5715          |
| 1.5079        | 5.42  | 1600 | 1.5701          |
| 1.4876        | 5.76  | 1700 | 1.5754          |
| 1.498         | 6.1   | 1800 | 1.5699          |
| 1.4852        | 6.44  | 1900 | 1.5693          |
| 1.4776        | 6.78  | 2000 | 1.5691          |


### Framework versions

- Transformers 4.10.3
- Pytorch 1.9.0+cu102
- Datasets 1.12.1
- Tokenizers 0.10.3