luluw commited on
Commit
0c63410
1 Parent(s): cd88b75

Training in progress, step 400

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