ltmai commited on
Commit
3afff92
·
1 Parent(s): 1f9f5cb

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +8 -0
  2. pytorch_model.bin +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -10,8 +10,16 @@
10
  "hidden_size1": 68,
11
  "hidden_size2": 54,
12
  "hidden_size3": 40,
 
 
 
 
13
  "initializer_range": 0.02,
14
  "intermediate_size": 3072,
 
 
 
 
15
  "layer_norm_eps": 1e-12,
16
  "max_position_embeddings": 512,
17
  "model_type": "bert",
 
10
  "hidden_size1": 68,
11
  "hidden_size2": 54,
12
  "hidden_size3": 40,
13
+ "id2label": {
14
+ "0": "NEGATIVE",
15
+ "1": "POSITIVE"
16
+ },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
+ "label2id": {
20
+ "NEGATIVE": 0,
21
+ "POSITIVE": 1
22
+ },
23
  "layer_norm_eps": 1e-12,
24
  "max_position_embeddings": 512,
25
  "model_type": "bert",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:17f8c2a584d45e3df6076136e5c49a4297cacfa97b629bd72a31021bc33bee16
3
- size 433549901
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66f950d90461bce6f9cc530024ddd313cc57021ce2eb29f8d67c219bedee80f3
3
+ size 433550093
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6e15fad2a74e80351e2b27aca81d1e0c616f26f07c2ec9fc9423ceb0041ef37b
3
  size 3963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51c4890f70c2568e685393111acc05c2041d0525e305abe6c5ba40927a4f2242
3
  size 3963