File size: 412 Bytes
9b544ab b42bb4a 9b544ab |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
{
"architectures": ["BertForSequenceClassification"],
"model_type": "bert",
"pipeline_tag": "text-classification",
"dataset_path": "/raid/Toxic_telugu_dataset/train/labeled_dataset.csv",
"model_name": "google-bert/bert-base-multilingual-uncased",
"batch_size": 16,
"epochs": 3,
"max_length": 128,
"learning_rate": 2e-05,
"accumulation_steps": 2,
"embedding_dim": 768
} |