encoder / config.json
kuldeepbishnoi29's picture
Update config.json
e74425a verified
raw
history blame contribute delete
268 Bytes
{
"dataset_path": "/kaggle/input/urdu-toxic-dataset/Urdu-Toxic (1).csv",
"model_name": "kuldeepbishnoi29/encoder",
"batch_size": 16,
"epochs": 3,
"max_length": 128,
"learning_rate": 2e-05,
"accumulation_steps": 2,
"embedding_dim": 768
}