Update vips_classifier.py
Browse files- vips_classifier.py +1 -9
vips_classifier.py
CHANGED
|
@@ -1,12 +1,4 @@
|
|
| 1 |
-
|
| 2 |
-
VoiceNote AI - VIPS Classifier
|
| 3 |
-
Three SEPARATE prompt strategies for proper experimental comparison.
|
| 4 |
-
|
| 5 |
-
Methodology note: Earlier versions combined all three strategies into a single
|
| 6 |
-
API call to reduce latency. This caused output priming - the model's first
|
| 7 |
-
classification influenced the subsequent ones, masking real differences between
|
| 8 |
-
strategies. Three separate API calls now ensure independent evaluation.
|
| 9 |
-
"""
|
| 10 |
import logging
|
| 11 |
import re
|
| 12 |
from config import Config
|
|
|
|
| 1 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
import logging
|
| 3 |
import re
|
| 4 |
from config import Config
|