Text Generation
Transformers
PyTorch
Japanese
open-llama
Inference Endpoints
lm-v2 / config.json
tahomatx's picture
Upload OpenLlamaForCausalLM (#4)
13f2a3e
{
"_name_or_path": "/mnt/n/ml/models/aerner/lm-v2/checkpoint-76200",
"architectures": [
"OpenLlamaForCausalLM"
],
"attention_dropout_prob": 0.1,
"bos_token_id": 1,
"eos_token_id": 2,
"hidden_act": "silu",
"hidden_dropout_prob": 0.1,
"hidden_size": 2048,
"initializer_range": 0.02,
"intermediate_size": 11008,
"max_position_embeddings": 2048,
"model_type": "open-llama",
"num_attention_heads": 32,
"num_hidden_layers": 8,
"pad_token_id": 0,
"rms_norm_eps": 1e-06,
"shared_input_output_embedding": true,
"tie_word_embeddings": false,
"torch_dtype": "bfloat16",
"transformers_version": "4.29.1",
"use_cache": false,
"use_memorry_efficient_attention": true,
"use_stable_embedding": true,
"vocab_size": 100000
}