punjabitoxicity / config.json
himanshubeniwal's picture
Initial model upload
d17749f
raw
history blame contribute delete
302 Bytes
{
"dataset_path": "/home/himanshubeniwal/rohit/punjabi_toxic/punjabitoxic_dataset.csv",
"model_name": "google-bert/bert-base-multilingual-uncased",
"batch_size": 16,
"epochs": 20,
"max_length": 128,
"learning_rate": 2e-05,
"accumulation_steps": 2,
"embedding_dim": 768
}