timesheet_estimator / config.json
MohametSena's picture
Training in progress, step 4500
1beb1f2
raw
history blame
279 Bytes
{
"architectures": [
"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.27.0.dev0"
}