AfroLogicInsect commited on
Commit
f0f81d9
·
verified ·
1 Parent(s): e423a53

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:cd70761e5b3dba63e1e862720020d92cbad2ed7fdd82a2674ac3c9f0e6d36e50
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87326d9410778039018d706d1c93777fc7687aa96eded444aac10581c8eaf6e2
3
  size 267832560