File size: 688 Bytes
593f8e7 b7747ea |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
{
"base_model_name": "bert-base-multilingual-uncased",
"developers": "David Schulte",
"esm_architecture": "linear",
"esm_batch_size": 32,
"esm_learning_rate": 0.001,
"esm_num_epochs": 10,
"esm_optimizer": "AdamW",
"esm_weight_decay": 0.01,
"label_column": "gold_label",
"language": null,
"lm_batch_size": 32,
"lm_learning_rate": 2e-05,
"lm_num_epochs": 3,
"lm_optimizer": "AdamW",
"lm_weight_decay": 0.01,
"num_examples": 1900,
"seed": null,
"task_id": "facebook/imppres",
"task_split": "cleft_existence",
"task_subset": "presupposition_cleft_existence",
"text_column": [
"premise",
"hypothesis"
],
"transformers_version": "4.36.2"
}
|