MichaelHuang
commited on
Commit
•
77eff95
1
Parent(s):
2a78c72
Update README.md
Browse files
README.md
CHANGED
@@ -42,4 +42,12 @@ if predicted_class == 1:
|
|
42 |
else:
|
43 |
print('Negative')
|
44 |
|
45 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
else:
|
43 |
print('Negative')
|
44 |
|
45 |
+
```
|
46 |
+
|
47 |
+
### Training results
|
48 |
+
|
49 |
+
| eval_loss | epoch | step | eval_accuracy |
|
50 |
+
|:-------------:|:-----:|:----:|:--------:|
|
51 |
+
| 0.29 | 1.0 | 3000 | 0.89 |
|
52 |
+
| 0.32 | 2.0 | 6000 | 0.91 |
|
53 |
+
| 0.33 | 3.0 | 9000 | 0.91 |
|