tanishqmudaliar commited on
Commit
45eaa7e
·
verified ·
1 Parent(s): 28ed13a

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. model_config.json +17 -0
  2. silver_guard.onnx +3 -0
  3. vocab.txt +0 -0
model_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "max_length": 128,
3
+ "do_lower_case": true,
4
+ "model_type": "mobilebert",
5
+ "vocab_file": "vocab.txt",
6
+ "model_file": "silver_guard.onnx",
7
+ "labels": {
8
+ "0": "ham",
9
+ "1": "scam"
10
+ },
11
+ "input_names": [
12
+ "input_ids",
13
+ "attention_mask"
14
+ ],
15
+ "output_name": "threat_score",
16
+ "input_format": "HEADER [SEP] message_text"
17
+ }
silver_guard.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d1a197b8999a0b9fbd651a885d09763a0432ea16050ea2f4298405d7f8b6685
3
+ size 105331457
vocab.txt ADDED
The diff for this file is too large to render. See raw diff