Shadman-Rohan commited on
Commit
7ac5614
·
1 Parent(s): 071e637

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +8 -0
  2. pytorch_model.bin +1 -1
  3. training_args.bin +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": "Fake News",
13
+ "1": "Real News"
14
+ },
15
  "initializer_range": 0.02,
16
+ "label2id": {
17
+ "Fake News": 0,
18
+ "Real News": 1
19
+ },
20
  "max_position_embeddings": 512,
21
  "model_type": "distilbert",
22
  "n_heads": 12,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a60d401ac5c09dbc27835cde6ec5e800d51b049958a53b59b2e4d8cfd72ba4b6
3
  size 267854321
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:001f518a99f771b3c89b5173cfd80eee7624b82ab9b5e94d158bd20dc47f0b59
3
  size 267854321
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:28888d8d580a0f21ce0d081a352d3ade9d33dfd01ef2923a761e05968d9c3321
3
  size 2991
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0f17db373bd7b4a828b10578217299345714b20ccbd0b70755c9a8461681b60
3
  size 2991