fix eval table
Browse files
README.md
CHANGED
@@ -113,7 +113,7 @@ if __name__ == "__main__":
|
|
113 |
|
114 |
Accuracy at 0.95 with 8120 samples tested.
|
115 |
|
116 |
-
classes | precision | recall | f1-score | support |
|
117 |
-
|
118 |
-
eos | 0.94 | 0.95 | 0.95 | 4060 |
|
119 |
-
not_eos | 0.95 | 0.94 | 0.95 | 4060 |
|
|
|
113 |
|
114 |
Accuracy at 0.95 with 8120 samples tested.
|
115 |
|
116 |
+
| classes | precision | recall | f1-score | support |
|
117 |
+
|---|---|---|---|---|
|
118 |
+
| eos | 0.94 | 0.95 | 0.95 | 4060 |
|
119 |
+
| not_eos | 0.95 | 0.94 | 0.95 | 4060 |
|