File size: 631 Bytes
98242b4
f6f6e81
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# gpt2-medium-nlg-sgd

This model is a fine-tuned version of [GPT2-medium](https://huggingface.co/gpt2-medium) on [Schema-Guided Dialogue](https://huggingface.co/datasets/ConvLab/sgd).

Refer to [ConvLab-3](https://github.com/ConvLab/ConvLab-3) for model description and usage.

## Training procedure

### Training hyperparameters

The following hyperparameters were used during training:
- learning_rate: 5e-5
- train_batch_size: 64
- gradient_accumulation_steps: 2
- total_train_batch_size: 128
- optimizer: AdamW
- lr_scheduler_type: linear
- num_epochs: 20

### Framework versions

- Transformers 4.23.1
- Pytorch 1.10.1+cu111