FinRiskAI-Production / config.json
toolevalxm's picture
Upload config.json with huggingface_hub
a1161ec verified
{
"model_type": "finrisk-transformer",
"hidden_size": 1024,
"num_attention_heads": 16,
"num_hidden_layers": 24,
"intermediate_size": 4096,
"vocab_size": 32000,
"max_position_embeddings": 2048,
"training_epoch": 500,
"dropout_prob": 0.1,
"learning_rate": 2.994e-05
}