XL-Judge-LLM / config.json
Wonder-Griffin's picture
Update config.json
10a2301 verified
raw
history blame contribute delete
No virus
690 Bytes
{
"_name_or_path": "Wonder-Griffin/XL-Judge-LLM",
"activation_function": "gelu",
"architectures": [
"GPT2LMHeadModel"
],
"batch_size": 32,
"dropout": 0.1,
"bos_token_id": 50256,
"eos_token_id": 50256,
"ff_expansion_factor": 4,
"hidden_size": 768,
"id2label": {
"0": "LABEL_0",
"1": "LABEL_1",
"2": "LABEL_2",
"3": "LABEL_3",
"4": "LABEL_4"
},
"label2id": {
"LABEL_0": 0,
"LABEL_1": 1,
"LABEL_2": 2,
"LABEL_3": 3,
"LABEL_4": 4
},
"learning_rate": 5e-05,
"max_len": 512,
"model_type": "gpt2",
"n_head": 12,
"n_layer": 12,
"torch_dtype": "float32",
"transformers_version": "4.42.4",
"vocab_size": 50257
}