easysellprod / config.json
TanishqV03's picture
Add HF + vLLM compatible EasySell AI model
e283f03 verified
{
"architectures": [
"EasySellForCausalLM"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 1,
"dtype": "float32",
"eos_token_id": 2,
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"max_position_embeddings": 1024,
"model_type": "easysell",
"num_attention_heads": 12,
"num_hidden_layers": 14,
"pad_token_id": 0,
"transformers_version": "5.0.0",
"vocab_size": 856,
"auto_map": {
"AutoConfig": "configuration_easysell.EasySellConfig",
"AutoModelForCausalLM": "modeling_easysell.EasySellForCausalLM"
}
}