deep research addressement

This commit is contained in:
2026-06-01 08:40:10 -04:00
parent c159f07322
commit ba73daa66c
205 changed files with 157390 additions and 951 deletions

View File

@@ -0,0 +1,17 @@
{
"version": "1.0.0",
"model_name": "distilbert-base-uncased",
"task": "sms-spam-classification",
"max_length": 128,
"num_labels": 2,
"label2id": {
"ham": 0,
"spam": 1
},
"id2label": {
"0": "ham",
"1": "spam"
},
"framework": "pytorch",
"export_format": "onnx"
}