Update hf2llamastack.py
Browse files- hf2llamastack.py +1 -1
hf2llamastack.py
CHANGED
|
@@ -180,7 +180,7 @@ sys_template = env.from_string(SYS_PROMPT_TEMPLATE)
|
|
| 180 |
|
| 181 |
|
| 182 |
cnt = 0
|
| 183 |
-
for subset in
|
| 184 |
js = load_jslines(f'data/BFCL_v3_{subset}.json')
|
| 185 |
answer_map = {}
|
| 186 |
if os.path.exists(f'data/possible_answer/BFCL_v3_{subset}.json'):
|
|
|
|
| 180 |
|
| 181 |
|
| 182 |
cnt = 0
|
| 183 |
+
for subset in AST_LIVE_CATEGORY + AST_NON_LIVE_CATEGORY : # RELEVANCE_CATEGORY +
|
| 184 |
js = load_jslines(f'data/BFCL_v3_{subset}.json')
|
| 185 |
answer_map = {}
|
| 186 |
if os.path.exists(f'data/possible_answer/BFCL_v3_{subset}.json'):
|