Fixing the version label at the line 60 from v2 to v1.1
Browse files
README.md
CHANGED
|
@@ -57,12 +57,12 @@ Loss dropped steadily during training, and metrics were evaluated on a held-out
|
|
| 57 |
|
| 58 |
On an Aegis test slice:
|
| 59 |
|
| 60 |
-
| Metric | Score | v1 |
|
| 61 |
-
|
| 62 |
-
| Accuracy | | 0.8050 |
|
| 63 |
-
| Precision | | 0.7731 |
|
| 64 |
-
| Recall | | 0.8846 |
|
| 65 |
-
| F1 Score | | 0.8251 |
|
| 66 |
|
| 67 |
Latency per prompt on GPU: **~0.0230 sec**
|
| 68 |
|
|
|
|
| 57 |
|
| 58 |
On an Aegis test slice:
|
| 59 |
|
| 60 |
+
| Metric | Score | v1 | v1.1 |
|
| 61 |
+
|------------|--------|--------|----------|
|
| 62 |
+
| Accuracy | | 0.8050 | 0.8200 |
|
| 63 |
+
| Precision | | 0.7731 | 0.8091 |
|
| 64 |
+
| Recall | | 0.8846 | 0.8558 |
|
| 65 |
+
| F1 Score | | 0.8251 | 0.8318 |
|
| 66 |
|
| 67 |
Latency per prompt on GPU: **~0.0230 sec**
|
| 68 |
|