AeNyoung commited on
Commit
5296c4e
1 Parent(s): 356281f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -12
README.md CHANGED
@@ -48,15 +48,10 @@ The following hyperparameters were used during training:
48
  - global_step=300
49
  - training_loss=1.1095316060384115
50
  - metrics={'train_runtime': 1012.8423,
51
- -
52
- 'train_samples_per_second': 0.592,
53
-
54
- 'train_steps_per_second': 0.296,
55
-
56
- 'total_flos': 9315508499251200.0,
57
-
58
- 'train_loss': 1.1095316060384115,
59
-
60
  'epoch': 0.3}
61
 
62
 
@@ -69,8 +64,9 @@ The following hyperparameters were used during training:
69
 
70
  ### Accuracy
71
 
72
- TP TN
73
- PP 477 79
74
- PN 31 413
 
75
 
76
  - accuracy: 0.89
 
48
  - global_step=300
49
  - training_loss=1.1095316060384115
50
  - metrics={'train_runtime': 1012.8423,
51
+ 'train_samples_per_second': 0.592,
52
+ 'train_steps_per_second': 0.296,
53
+ 'total_flos': 9315508499251200.0,
54
+ 'train_loss': 1.1095316060384115,
 
 
 
 
 
55
  'epoch': 0.3}
56
 
57
 
 
64
 
65
  ### Accuracy
66
 
67
+ ||TP|TN|
68
+ |------|---|---|
69
+ |PP|477|79|
70
+ |PN|31|413|
71
 
72
  - accuracy: 0.89