File size: 791 Bytes
90b40bd |
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 |
{
"_name_or_path": "tclx/checkpoints/reciprocate_dahoas-gptj-rm-static_a223dc2d_reciprocate_oasst_hh_shp_hellaswag_webgpt_rm_dataset",
"activation_function": "gelu_new",
"architectures": [
"GPTJForSequenceClassification"
],
"attn_pdrop": 0.0,
"bos_token_id": 50256,
"embd_pdrop": 0.0,
"eos_token_id": 50256,
"id2label": {
"0": "LABEL_0"
},
"initializer_range": 0.02,
"label2id": {
"LABEL_0": 0
},
"layer_norm_epsilon": 1e-05,
"model_type": "gptj",
"n_embd": 4096,
"n_head": 16,
"n_inner": null,
"n_layer": 28,
"n_positions": 2048,
"pad_token_id": 50263,
"resid_pdrop": 0.0,
"rotary_dim": 64,
"tie_word_embeddings": false,
"torch_dtype": "float16",
"transformers_version": "4.28.1",
"use_cache": true,
"vocab_size": 50264
}
|