Skip to content

Commit 111e77b

Browse files
authored
Revert config.yaml
1 parent 0e15c06 commit 111e77b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fastchat/serve/monitor/classify/config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
44
cache_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

77
convert_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

1616
model_name: null
1717
name: llama-3-70b-instruct
@@ -24,4 +24,4 @@ max_token: 512
2424

2525
max_retry: 2
2626
retry_sleep: 10
27-
error_output: $ERROR$
27+
error_output: $ERROR$

0 commit comments

Comments
 (0)