koreadaeil commited on
Commit
ee31839
1 Parent(s): 2f8cc21

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json CHANGED
@@ -22,10 +22,12 @@
22
  "n_heads": 12,
23
  "n_layers": 6,
24
  "pad_token_id": 0,
 
25
  "qa_dropout": 0.1,
26
  "seq_classif_dropout": 0.2,
27
  "sinusoidal_pos_embds": false,
28
  "tie_weights_": true,
 
29
  "transformers_version": "4.30.2",
30
  "vocab_size": 30522
31
  }
 
22
  "n_heads": 12,
23
  "n_layers": 6,
24
  "pad_token_id": 0,
25
+ "problem_type": "single_label_classification",
26
  "qa_dropout": 0.1,
27
  "seq_classif_dropout": 0.2,
28
  "sinusoidal_pos_embds": false,
29
  "tie_weights_": true,
30
+ "torch_dtype": "float32",
31
  "transformers_version": "4.30.2",
32
  "vocab_size": 30522
33
  }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c8a4f58c190b56850a1fce805b9ccf5dc6a89276a59aa0fee583b376197facd
3
+ size 267854125
runs/Jun23_04-53-03_80c11fb47ef2/events.out.tfevents.1687496065.80c11fb47ef2.9128.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fc6a5ab1081dd34d87006fe4c1be6a891113c300eabf87bd5d6567ad030af4c
3
+ size 4332
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33079463cd73e3ac03083cdfaedea823c21962d9d9d79143cff9705760a0beab
3
+ size 3963