avichr commited on
Commit
ccddad5
1 Parent(s): 89005dc
Files changed (4) hide show
  1. config.json +21 -0
  2. log_history.json +30 -0
  3. pytorch_model.bin +3 -0
  4. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "gradient_checkpointing": false,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 3072,
12
+ "layer_norm_eps": 1e-12,
13
+ "max_position_embeddings": 512,
14
+ "model_type": "bert",
15
+ "num_attention_heads": 12,
16
+ "num_hidden_layers": 12,
17
+ "pad_token_id": 0,
18
+ "total_flos": 6997313242916978688,
19
+ "type_vocab_size": 2,
20
+ "vocab_size": 30522
21
+ }
log_history.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "loss": 0.30550178527832034,
4
+ "learning_rate": 1e-05,
5
+ "epoch": 3.571428571428571,
6
+ "total_flos": 626783680672200,
7
+ "step": 100
8
+ },
9
+ {
10
+ "loss": 0.032783737182617186,
11
+ "learning_rate": 2e-05,
12
+ "epoch": 7.142857142857143,
13
+ "total_flos": 1252286401141800,
14
+ "step": 200
15
+ },
16
+ {
17
+ "loss": 0.0032131576538085935,
18
+ "learning_rate": 3e-05,
19
+ "epoch": 10.714285714285714,
20
+ "total_flos": 1879070081814000,
21
+ "step": 300
22
+ },
23
+ {
24
+ "loss": 0.002463188171386719,
25
+ "learning_rate": 4e-05,
26
+ "epoch": 14.285714285714286,
27
+ "total_flos": 2504572802283600,
28
+ "step": 400
29
+ }
30
+ ]
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e6658b8c4456c5da87e0d0fec3d1aa08b24e5ef5c419f612e3f31723c794ac7
3
+ size 438024063
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29e945ab45e8f6ad76f0791da28148574a27eeab206667532180d30ba1957208
3
+ size 1775