deeokay/
minigpt2:latest

91 1 year ago

Fine Tuning GPT2-medium on private dataset

40510ddce768 · 192B
{
"repeat_last_n": 64,
"repeat_penalty": 1.1,
"stop": [
"<|STOP|>",
"<|STOP|>",
"<|END_RESPONSE|>",
"<|END_RESPONSE|>"
],
"temperature": 0.4,
"top_k": 30,
"top_p": 0.9
}