timesheet_estimator / config.json
MohametSena's picture
End of training
112f6ad
raw
history blame
391 Bytes
{
"architectures": [
"TimesheetEstimator"
],
"auto_map": {
"AutoConfig": "index.TimesheetEstimatorConfig",
"AutoModel": "index.TimesheetEstimator"
},
"encoder_model_name": "bert-base-multilingual-cased",
"hidden_size": 768,
"id2label": {
"0": "LABEL_0"
},
"label2id": {
"LABEL_0": 0
},
"torch_dtype": "float32",
"transformers_version": "4.29.1"
}