OSINT_Tool / configs / model_config.json
Canstralian's picture
Create configs/ model_config.json
ea9d24b verified
raw
history blame contribute delete
110 Bytes
{
"batch_size": 16,
"learning_rate": 2e-5,
"num_epochs": 3,
"model_name": "distilbert-base-uncased"
}