Skip to content

Commit f1ebbe3

Browse files
committed
* change the default params for two llm ops.
1 parent e625ee8 commit f1ebbe3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

trinity/data/controllers/default_ops.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
},
5757
"llm_quality_score_filter": {
5858
"api_or_hf_model": "qwen2.5-72b-instruct",
59+
"min_score": 0.0,
5960
"enable_vllm": False,
6061
},
6162
"perplexity_filter": {
@@ -66,6 +67,7 @@
6667
},
6768
"llm_difficulty_score_filter": {
6869
"api_or_hf_model": "qwen2.5-72b-instruct",
70+
"min_score": 0.0,
6971
"enable_vllm": False,
7072
},
7173
# human annotators

0 commit comments

Comments
 (0)