Judge-GPT2 / config.json
Wonder-Griffin's picture
Upload model
4c79f6b verified
raw
history blame
261 Bytes
{
"bias": true,
"block_size": 512,
"dropout": 0.1,
"ff_expansion_factor": 4,
"hidden_size": 768,
"label_smoothing": 0.1,
"n_embd": 768,
"n_head": 12,
"n_layer": 12,
"output_dir": "C:/Users/wonde/output",
"vocab_size": 50257
}