metaphor-simile-detector / task_config.json
khulnasoft's picture
Add files using upload-large-folder tool
62e3260 verified
{
"task_name": "metaphor_simile_detection",
"model_type": "token_classification",
"num_labels": 5,
"label_names": [
"O",
"B-METAPHOR",
"I-METAPHOR",
"B-SIMILE",
"I-SIMILE"
],
"max_length": 256,
"training": {
"num_epochs": 15,
"batch_size": 16,
"learning_rate": 3e-5,
"warmup_ratio": 0.1,
"weight_decay": 0.01
}
}