mhemon commited on
Commit
b2d43a5
·
verified ·
1 Parent(s): abd7044

Upload DistilBertForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +8 -0
  2. model.safetensors +1 -1
config.json CHANGED
@@ -7,7 +7,15 @@
7
  "dim": 768,
8
  "dropout": 0.1,
9
  "hidden_dim": 3072,
 
 
 
 
10
  "initializer_range": 0.02,
 
 
 
 
11
  "max_position_embeddings": 512,
12
  "model_type": "distilbert",
13
  "n_heads": 12,
 
7
  "dim": 768,
8
  "dropout": 0.1,
9
  "hidden_dim": 3072,
10
+ "id2label": {
11
+ "0": "NEGATIVE",
12
+ "1": "POSITIVE"
13
+ },
14
  "initializer_range": 0.02,
15
+ "label2id": {
16
+ "NEGATIVE": 0,
17
+ "POSITIVE": 1
18
+ },
19
  "max_position_embeddings": 512,
20
  "model_type": "distilbert",
21
  "n_heads": 12,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:69343b64f835a8e00fd84243b69445d0c009f94f0a79be202cf7168862c879dc
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25c2eca7356454325463cb9262fca14ffe8654eadffc11210df213b7b27c5fc0
3
  size 267832560