Spaces:
Sleeping
Sleeping
config
Browse files
qwen_classifier/config.py
CHANGED
@@ -17,4 +17,6 @@ TAG_NAMES = [
|
|
17 |
'probabilities',
|
18 |
'strings',
|
19 |
'trees'
|
20 |
-
]
|
|
|
|
|
|
17 |
'probabilities',
|
18 |
'strings',
|
19 |
'trees'
|
20 |
+
]
|
21 |
+
|
22 |
+
EVAL_LIMIT = 2
|