sos-oft / config.json
simonycl's picture
Upload folder using huggingface_hub
200bca6 verified
raw
history blame contribute delete
925 Bytes
{
"activation_function": "gelu_new",
"architectures": [
"GPTNeoForCausalLM"
],
"attention_dropout": 0.1,
"attention_layers": [
"global",
"global",
"global",
"global",
"global",
"global",
"global",
"global",
"global",
"global",
"global",
"global",
"global",
"global",
"global",
"global"
],
"attention_types": [
[
[
"global"
],
16
]
],
"bos_token_id": 50256,
"classifier_dropout": 0.1,
"embed_dropout": 0.1,
"eos_token_id": 50256,
"hidden_size": 1024,
"initializer_range": 0.02,
"intermediate_size": null,
"layer_norm_epsilon": 1e-05,
"max_position_embeddings": 4096,
"model_type": "gpt_neo",
"num_heads": 16,
"num_layers": 16,
"resid_dropout": 0.1,
"torch_dtype": "bfloat16",
"transformers_version": "4.45.1",
"use_cache": true,
"vocab_size": 50257,
"window_size": 4096
}