GItaf commited on
Commit
32fc0e2
1 Parent(s): 185b65b

End of training

Browse files
all_results.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_CLS loss": 1.955936074256897,
4
+ "eval_CLS_accuracy": 0.6051873198847262,
5
+ "eval_CLS_f1": 0.5956186590130714,
6
+ "eval_CLS_precision": 0.6180279854905251,
7
+ "eval_CLS_recall": 0.6051873198847262,
8
+ "eval_loss": 1.95706307888031,
9
+ "eval_runtime": 48.5077,
10
+ "eval_samples_per_second": 35.768,
11
+ "eval_steps_per_second": 17.894,
12
+ "total_flos": 5440886034923520.0,
13
+ "train_loss": 0.0,
14
+ "train_runtime": 0.0343,
15
+ "train_samples_per_second": 606283.303,
16
+ "train_steps_per_second": 303141.652
17
+ }
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "gpt2",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2ForSequenceClassification"
 
1
  {
2
+ "_name_or_path": "././GPT2-CLS-Finetuned-MBTI/checkpoint-10410",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2ForSequenceClassification"
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2e9390d7f93706a12d123fecbbee72a6353ad9b88c0abc4d695e2fa8cd76663d
3
  size 510445863
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:869fc216c6a1c8537b9e6d2888a651978d2a22638e18e943e1438fdf6bdfa022
3
  size 510445863
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "total_flos": 5440886034923520.0,
4
+ "train_loss": 0.0,
5
+ "train_runtime": 0.0343,
6
+ "train_samples_per_second": 606283.303,
7
+ "train_steps_per_second": 303141.652
8
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c9daa2f94269dd1243a4af8d4e4f848a787b7131f687703294d12237efddefc
3
  size 3311
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:907c044af2fd3739ecc10f5ffa498cb140b0918c5df891debee301d810f72fa7
3
  size 3311
with_eval_results.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_CLS loss": 1.955936074256897,
4
+ "eval_CLS_accuracy": 0.6051873198847262,
5
+ "eval_CLS_f1": 0.5956186590130714,
6
+ "eval_CLS_precision": 0.6180279854905251,
7
+ "eval_CLS_recall": 0.6051873198847262,
8
+ "eval_loss": 1.95706307888031,
9
+ "eval_runtime": 48.5077,
10
+ "eval_samples_per_second": 35.768,
11
+ "eval_steps_per_second": 17.894
12
+ }