Cesar42 commited on
Commit
da0bd58
·
1 Parent(s): f1003ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -26,13 +26,17 @@ learning_rate= 2e-5
26
  weight_decay=0.01
27
  batch_size: 64
28
 
29
- Eval examn
 
 
30
  'test_loss': 0.14830373227596283
31
  'test_accuracy': 0.9415
32
  'test_f1': 0.9411005763302622
33
  'test_runtime': 8.372
34
  'test_samples_per_second': 238.892
35
  'test_steps_per_second': 3.822
 
 
36
 
37
  ## How to Use the model:
38
  ```python
 
26
  weight_decay=0.01
27
  batch_size: 64
28
 
29
+ ## Eval Exam
30
+ ```json
31
+ {
32
  'test_loss': 0.14830373227596283
33
  'test_accuracy': 0.9415
34
  'test_f1': 0.9411005763302622
35
  'test_runtime': 8.372
36
  'test_samples_per_second': 238.892
37
  'test_steps_per_second': 3.822
38
+ }
39
+ ```
40
 
41
  ## How to Use the model:
42
  ```python