Beanz1935 commited on
Commit
1e179b7
·
1 Parent(s): bdf58c3

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +10 -0
  2. pytorch_model.bin +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -8,7 +8,17 @@
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": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2"
15
+ },
16
  "initializer_range": 0.02,
17
+ "label2id": {
18
+ "LABEL_0": 0,
19
+ "LABEL_1": 1,
20
+ "LABEL_2": 2
21
+ },
22
  "max_position_embeddings": 512,
23
  "model_type": "distilbert",
24
  "n_heads": 12,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:778ba82b9067582d90c440a24dfa237b740bd264662c6b65fa61aaac987f2990
3
- size 267855533
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d9fef0bd46d19c8003125168f08bdfe8a9870c04a6241f98f7caa3b76a3bd42
3
+ size 267858605
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d206b3885ddb7961a8bf378cd133b50f55d161873aa58d232da9188b7e6bdbce
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1525ff66c07f1c331991e6d742cccec6d0f841f927d4ed14c47ea32dc55866f
3
  size 4091