pszemraj commited on
Commit
5ee7d52
1 Parent(s): 1423362

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -51,13 +51,17 @@ It achieves the following results on the evaluation set:
51
  Trying to find a decent optimum between accuracy/quality and inference speed.
52
 
53
 
54
- ```
55
- "eval_loss": 0.423650860786438,
56
- "eval_matthews_correlation": 0.5894856058137782,
 
 
57
  "eval_runtime": 5.0422,
58
  "eval_samples": 1043,
59
  "eval_samples_per_second": 206.853,
60
- "eval_steps_per_second": 51.763,
 
 
61
  ```
62
 
63
  ## Intended uses & limitations
 
51
  Trying to find a decent optimum between accuracy/quality and inference speed.
52
 
53
 
54
+ ```json
55
+ {
56
+ "epoch": 3.0,
57
+ "eval_loss": 0.423,
58
+ "eval_matthews_correlation": 0.589,
59
  "eval_runtime": 5.0422,
60
  "eval_samples": 1043,
61
  "eval_samples_per_second": 206.853,
62
+ "eval_steps_per_second": 51.763
63
+ }
64
+
65
  ```
66
 
67
  ## Intended uses & limitations