- 25 Jul, 2023 2 commits
-
-
Lintang Sutawika authored
Early stop bug of greedy_until (primary_until should be a list of str)
-
Lintang Sutawika authored
[Refactor] Migrate xwinograd tasks to yaml
-
- 24 Jul, 2023 2 commits
-
-
Hailey Schoelkopf authored
[Refactor] Fix tests
-
ZZR0 authored
I discovered that the accuracy of all models (e.g., llama7b, llama13b, starcoder) in the 'gsm8k-cot' task was 0%. After a thorough investigation, I realized that the generated text for each question was causing an early stop, preventing the 'regex_pattern' from finding any answers. This issue was caused by an incorrect assignment of the 'primary_until' variable in the 'greedy_until' function. Specifically, 'primary_until' should be a list of strings instead of a single string, as the 'stop_sequences' parameter in the 'stop_sequences_criteria' function requires a List[str]. Once I assigned 'primary_until' to '[until[0]]', the accuracy of llama7b in the 'gsm8k-cot' task increased to 1.67%.
-
- 22 Jul, 2023 1 commit
-
-
baberabb authored
-
- 21 Jul, 2023 6 commits
- 19 Jul, 2023 1 commit
-
-
Lintang Sutawika authored
[Refactor] Migrate webqs task to yaml
-
- 18 Jul, 2023 7 commits
-
-
Eddy Yeo authored
-
Hailey Schoelkopf authored
Fix dummy model not invoking super class constructor
-
Eddy Yeo authored
-
Hailey Schoelkopf authored
[Test] fix test_evaluator.py
-
Lintang Sutawika authored
[Refactor] typo
-
Lintang Sutawika authored
-
baberabb authored
-
- 17 Jul, 2023 15 commits
-
-
baberabb authored
-
baberabb authored
-
baberabb authored
-
Hailey Schoelkopf authored
-
Hailey Schoelkopf authored
edited output_path and added help to args
-
baberabb authored
-
baberabb authored
-
Lintang Sutawika authored
[Refactor] Migrate ANLI tasks to yaml
-
Lintang Sutawika authored
-
Lintang Sutawika authored
-
Lintang Sutawika authored
-
Eddy Yeo authored
-
Hailey Schoelkopf authored
[Refactor] minor edits
-
baberabb authored
-
baberabb authored
-
- 16 Jul, 2023 2 commits
- 15 Jul, 2023 2 commits
- 14 Jul, 2023 2 commits