deep research addressement
This commit is contained in:
BIN
ml/spam-classifier/output/onnx_model/model.onnx
Normal file
BIN
ml/spam-classifier/output/onnx_model/model.onnx
Normal file
Binary file not shown.
BIN
ml/spam-classifier/output/onnx_model/model.onnx.data
Normal file
BIN
ml/spam-classifier/output/onnx_model/model.onnx.data
Normal file
Binary file not shown.
17
ml/spam-classifier/output/onnx_model/model_metadata.json
Normal file
17
ml/spam-classifier/output/onnx_model/model_metadata.json
Normal 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"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"cls_token": "[CLS]",
|
||||
"mask_token": "[MASK]",
|
||||
"pad_token": "[PAD]",
|
||||
"sep_token": "[SEP]",
|
||||
"unk_token": "[UNK]"
|
||||
}
|
||||
30686
ml/spam-classifier/output/onnx_model/tokenizer.json
Normal file
30686
ml/spam-classifier/output/onnx_model/tokenizer.json
Normal file
File diff suppressed because it is too large
Load Diff
56
ml/spam-classifier/output/onnx_model/tokenizer_config.json
Normal file
56
ml/spam-classifier/output/onnx_model/tokenizer_config.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"added_tokens_decoder": {
|
||||
"0": {
|
||||
"content": "[PAD]",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false,
|
||||
"special": true
|
||||
},
|
||||
"100": {
|
||||
"content": "[UNK]",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false,
|
||||
"special": true
|
||||
},
|
||||
"101": {
|
||||
"content": "[CLS]",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false,
|
||||
"special": true
|
||||
},
|
||||
"102": {
|
||||
"content": "[SEP]",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false,
|
||||
"special": true
|
||||
},
|
||||
"103": {
|
||||
"content": "[MASK]",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false,
|
||||
"special": true
|
||||
}
|
||||
},
|
||||
"clean_up_tokenization_spaces": false,
|
||||
"cls_token": "[CLS]",
|
||||
"do_lower_case": true,
|
||||
"extra_special_tokens": {},
|
||||
"mask_token": "[MASK]",
|
||||
"model_max_length": 512,
|
||||
"pad_token": "[PAD]",
|
||||
"sep_token": "[SEP]",
|
||||
"strip_accents": null,
|
||||
"tokenize_chinese_chars": true,
|
||||
"tokenizer_class": "DistilBertTokenizer",
|
||||
"unk_token": "[UNK]"
|
||||
}
|
||||
30522
ml/spam-classifier/output/onnx_model/vocab.txt
Normal file
30522
ml/spam-classifier/output/onnx_model/vocab.txt
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user