UNCANNY69 commited on
Commit
e69d196
·
1 Parent(s): c7619bf

Add model to files

Browse files
config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertCNNForSequenceClassification"
4
+ ],
5
+ "conv_kernel_size": 3,
6
+ "conv_out_channels": 256,
7
+ "dropout_rate": 0.1,
8
+ "embed_dim": 768,
9
+ "fc_hidden": 128,
10
+ "id2label": {
11
+ "0": "fake",
12
+ "1": "true"
13
+ },
14
+ "label2id": {
15
+ "fake": 0,
16
+ "true": 1
17
+ },
18
+ "model_type": "BertCNNForSequenceClassification",
19
+ "num_classes": 2,
20
+ "num_layers": 12,
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.30.2"
23
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f5c1ab59b827030057afd7482faa824cfad63a62751c04fa60efee92f6259ba
3
+ size 440364733
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "BertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff