beja1996 commited on
Commit
e218c81
1 Parent(s): cb289c7

Training in progress, epoch 1

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": "Not Hope",
13
+ "1": "Hope"
14
+ },
15
  "initializer_range": 0.02,
16
+ "label2id": {
17
+ "Hope": 1,
18
+ "Not Hope": 0
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:49ad948ac1e14ae5a011bae83da0c771b257081b8f934c81c9c1c8e1a427d69c
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:697ba1093e10185f972602f057fbe18af4623c22049f3e015c69326f70c0c818
3
  size 267832560