m93 commited on
Commit
5f224b9
·
verified ·
1 Parent(s): 98fd91f

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. config.json +1 -0
  2. model.pt +3 -0
  3. tokenizer.json +0 -0
  4. tokenizer_config.json +14 -0
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"model_type": "sentiment_classifier", "base_model": "distilbert-base-uncased", "num_classes": 2}
model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:158281bc81eab0e9e54dfd19f7fe42d6ea42f1eaa57bbd93ecf42dab1baea8d0
3
+ size 265489627
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "is_local": false,
6
+ "mask_token": "[MASK]",
7
+ "model_max_length": 512,
8
+ "pad_token": "[PAD]",
9
+ "sep_token": "[SEP]",
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "BertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }