MCPcopy Create free account

hub / github.com/AMAP-ML/GPG / functions

Functions443 in github.com/AMAP-ML/GPG

Methodtest_five_word_completion_with_repetition
(self)
open-r1/tests/test_rewards.py:346
Methodtest_format_reward_correct
Test format_reward with correct format.
open-r1/tests/test_rewards.py:89
Methodtest_format_reward_incorrect
Test format_reward with incorrect format.
open-r1/tests/test_rewards.py:95
Methodtest_format_reward_specific_multiline
Test format_reward with a specific multiline input.
open-r1/tests/test_rewards.py:166
Methodtest_four_word_completion_with_repetition
(self)
open-r1/tests/test_rewards.py:338
Methodtest_full_repetition
(self)
open-r1/tests/test_rewards.py:256
Methodtest_get_reward_funcs
Test get_reward_funcs with various reward functions.
open-r1/tests/test_rewards.py:33
Methodtest_incorrect_formats
Test code format reward with various incorrect formats.
open-r1/tests/test_rewards.py:425
Methodtest_ioi_code_reward
(self)
open-r1/tests/slow/test_code_reward.py:35
Methodtest_long_completion_with_repetition
(self)
open-r1/tests/test_rewards.py:361
Methodtest_long_completion_without_repetition
(self)
open-r1/tests/test_rewards.py:367
Methodtest_mixed_case
(self)
open-r1/tests/test_rewards.py:299
Methodtest_mixed_correctness
Test len_reward with mix of correct and incorrect answers of different lengths.
open-r1/tests/test_rewards.py:206
Methodtest_multiline_code
Test format reward with complex multiline code blocks.
open-r1/tests/test_rewards.py:479
Methodtest_multiple_code_blocks
Test format reward with multiple code blocks in think and answer sections.
open-r1/tests/test_rewards.py:446
Methodtest_multiple_completions
Test handling multiple completions at once.
open-r1/tests/test_rewards.py:128
Methodtest_multiple_completions
(self)
open-r1/tests/test_rewards.py:273
Methodtest_no_repetition
(self)
open-r1/tests/test_rewards.py:250
Methodtest_one_word_completion
(self)
open-r1/tests/test_rewards.py:310
Methodtest_partial_repetition
(self)
open-r1/tests/test_rewards.py:264
Methodtest_positive_max_penalty_raises_value_error
(self)
open-r1/tests/test_rewards.py:244
Methodtest_python_code_reward
(self)
open-r1/tests/slow/test_code_reward.py:24
Methodtest_reasoning_steps_reward
Test reasoning_steps_reward with various formats.
open-r1/tests/test_rewards.py:110
Methodtest_same_length_responses
Test len_reward when all responses have the same length.
open-r1/tests/test_rewards.py:173
Methodtest_six_word_completion_with_repetition
(self)
open-r1/tests/test_rewards.py:354
Methodtest_tag_count_rewards_all_correct
Test tag_count_reward with correct tags.
open-r1/tests/test_rewards.py:374
Methodtest_tag_count_rewards_missing_all_tags
Test tag_count_reward with missing all tags.
open-r1/tests/test_rewards.py:404
Methodtest_tag_count_rewards_missing_answer_begin
Test tag_count_reward with missing <answer> tag.
open-r1/tests/test_rewards.py:392
Methodtest_tag_count_rewards_missing_answer_end
Test tag_count_reward with missing </answer> tag.
open-r1/tests/test_rewards.py:398
Methodtest_tag_count_rewards_missing_think_begin
Test tag_count_reward with missing <think> tag.
open-r1/tests/test_rewards.py:380
Methodtest_tag_count_rewards_missing_think_end
Test tag_count_reward with missing </think> tag.
open-r1/tests/test_rewards.py:386
Methodtest_three_word_completion
(self)
open-r1/tests/test_rewards.py:324
Methodtest_three_word_repetition_completion
(self)
open-r1/tests/test_rewards.py:331
Methodtest_two_word_completion
(self)
open-r1/tests/test_rewards.py:317
Methodtest_unparseable_solution
Test len_reward with unparseable solution.
open-r1/tests/test_rewards.py:233
Methoduninstall_package
(self, language, version)
open-r1/src/open_r1/utils/ioi/piston_client.py:109
Methodweight_hard
(rewards)
open-r1/src/open_r1/gpg_trainer.py:121
Methodweight_medium
(rewards)
open-r1/src/open_r1/gpg_trainer.py:129
Methodweight_soft
(rewards)
open-r1/src/open_r1/gpg_trainer.py:106
Methodweight_uniform
(rewards)
open-r1/src/open_r1/gpg_trainer.py:118
Methodweighted_score
Calculates the weighted score by multiplying the raw score by the available points. Returns: float: The rounded weighted
open-r1/src/open_r1/utils/ioi/scoring.py:75
Functionxyxy2xywh
change bbox to coco format :param bbox: [x1, y1, x2, y2] :return: [x, y, w, h]
Visual-RFT/lvis_evaluation/Qwen2_VL_lvis_infere.py:89
Functionxyxy2xywh
change bbox to coco format :param bbox: [x1, y1, x2, y2] :return: [x, y, w, h]
Visual-RFT/coco_evaluation/Qwen2_VL_coco_infere.py:89
← previous401–443 of 443, ranked by callers