Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
c1d8795d
Unverified
Commit
c1d8795d
authored
Oct 17, 2024
by
Arda
Committed by
GitHub
Oct 18, 2024
Browse files
Fix: Turkish MMLU Regex Pattern (#2393)
* Fix Regex Pattern for CoT experiments ---------
parent
624017b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lm_eval/tasks/turkishmmlu/config_cot/_turkishmmlu_cot_default_yaml
...asks/turkishmmlu/config_cot/_turkishmmlu_cot_default_yaml
+1
-1
No files found.
lm_eval/tasks/turkishmmlu/config_cot/_turkishmmlu_cot_default_yaml
View file @
c1d8795d
...
...
@@ -11,7 +11,7 @@ filter_list:
- name: "get-answer"
filter:
- function: "regex"
regex_pattern: "([A-E])(?= şıkkıdır| şıkkı)
$
"
regex_pattern: "([A-E])(?= şıkkıdır| şıkkı)"
- function: "take_first"
- name: "get-choice"
filter:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment