File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
fastchat/serve/monitor/classify Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Yaml config file for category classification
22
3- input_file : " /home/derryxu/FastChatRefusal/fastchat/serve/monitor/classify/refusal_test/unlabeled.json " # json
3+ input_file : null # json
44cache_file : null # json
5- output_file : " /home/derryxu/FastChatRefusal/fastchat/serve/monitor/classify/refusal_test/labeled.jsonl " # json line
5+ output_file : null # json line
66
77convert_to_json : True
88
@@ -11,7 +11,7 @@ task_name:
1111 # - if_v0.1
1212 # - math_v0.1
1313 # - creative_writing_v0.1
14- - refusal_v0.2
14+ # - refusal_v0.2
1515
1616model_name : null
1717name : llama-3-70b-instruct
@@ -24,4 +24,4 @@ max_token: 512
2424
2525max_retry : 2
2626retry_sleep : 10
27- error_output : $ERROR$
27+ error_output : $ERROR$
You can’t perform that action at this time.
0 commit comments