UNCANNY69 commited on
Commit
8c0b0ab
·
1 Parent(s): ee1a7b6

Add model to files

Browse files
Files changed (2) hide show
  1. config.json +6 -8
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -7,17 +7,15 @@
7
  "fc_hidden": 256,
8
  "hidden_dim_lstm": 128,
9
  "id2label": {
10
- "0": "negative",
11
- "1": "positive",
12
- "2": "neutral"
13
  },
14
  "label2id": {
15
- "negative": 0,
16
- "neutral": 2,
17
- "positive": 1
18
  },
19
- "model_type": "BertForSequenceClassification",
20
- "num_classes": 3,
21
  "num_layers": 12,
22
  "torch_dtype": "float32",
23
  "transformers_version": "4.30.2"
 
7
  "fc_hidden": 256,
8
  "hidden_dim_lstm": 128,
9
  "id2label": {
10
+ "0": "fake",
11
+ "1": "true"
 
12
  },
13
  "label2id": {
14
+ "fake": 0,
15
+ "true": 1
 
16
  },
17
+ "model_type": "BertLSTMForSequenceClassification",
18
+ "num_classes": 2,
19
  "num_layers": 12,
20
  "torch_dtype": "float32",
21
  "transformers_version": "4.30.2"
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ee94d2b0bb4899bd63583d99308b3dca78d7ce1fb8ebf1fffbbea2b9d1db3789
3
- size 439843065
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c9dc1e63130cfad3870a61767953b73ea744be22f32db77b8a1a907339eedec
3
+ size 439840261