sentiment-slm / config.json
skuma307's picture
Update config.json
f7d91e1 verified
{
"architectures": ["SentimentModel"],
"model_type": "llama",
"vocab_size": 30522,
"d_model": 768,
"n_heads": 12,
"n_layers": 12,
"d_ffn": 3072,
"num_classes": 2,
"max_seq_length": 512
}