Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AkaliKong/MiniOneRec
/ functions
Functions
426 in github.com/AkaliKong/MiniOneRec
⨍
Functions
426
◇
Types & classes
56
↳
Endpoints
24
Method
test_minimax_provider
(self, mock_mm)
tests/test_minimax_provider.py:43
Method
test_multiline_think_tag_stripping
(self, mock_post)
tests/test_minimax_provider.py:155
Method
test_multiple_prompts
(self, mock_post)
tests/test_minimax_provider.py:79
Method
test_no_think_tag_passthrough
Content without think tags should pass through unchanged.
tests/test_minimax_provider.py:233
Method
test_rate_limit_retry
(self, mock_post)
tests/test_minimax_provider.py:166
Method
test_request_payload_format
(self, mock_post)
tests/test_minimax_provider.py:193
Method
test_server_error_returns_empty
(self, mock_post)
tests/test_minimax_provider.py:180
Method
test_single_completion
(self)
tests/test_minimax_provider.py:346
Method
test_single_prompt_success
(self, mock_post)
tests/test_minimax_provider.py:69
Method
test_successful_request
(self, mock_post)
tests/test_minimax_provider.py:134
Method
test_temperature_0_accepted
(self, mock_post)
tests/test_minimax_provider.py:306
Method
test_temperature_1_accepted
(self, mock_post)
tests/test_minimax_provider.py:322
Method
test_temperature_clamped_to_max_1
(self, mock_post)
tests/test_minimax_provider.py:258
Method
test_temperature_clamped_to_min_0
(self, mock_post)
tests/test_minimax_provider.py:274
Method
test_think_tag_stripping
(self, mock_post)
tests/test_minimax_provider.py:144
Method
test_trainer_source_sets_top_k_and_top_p_none
Regression test for issue #66: test_generation_config must set top_k=None, top_p=None.
tests/test_minimax_provider.py:399
Method
test_unknown_provider_falls_back_to_openai
(self, mock_openai)
tests/test_minimax_provider.py:50
Method
test_whitespace_stripping
(self, mock_post)
tests/test_minimax_provider.py:244
Function
to_pickled_df
(data_directory, **kwargs)
utility.py:18
Function
train
( # model/data params model_path: str = "", seed: int = 42, train_file: str = "", eval_fil
rl_gpr.py:31
Function
train
( # model/data params base_model: str = "", # the only required argument train_file: str="",
sft.py:90
Function
train
( # model/data params base_model: str = "", # the only required argument train_file: str="",
ts_rec_sft.py:103
Function
train
( # model/data params model_path: str = "", seed: int = 42, train_file: str = "", eval_fil
rl.py:30
Function
train
( # model/data params base_model: str = "", # the only required argument train_file: str="",
sft_gpr.py:133
Function
write_json_file
(dic, file)
rq/text2emb/utils.py:348
Function
write_remap_index
(unit2index, file)
rq/text2emb/utils.py:353
← previous
401–426 of 426, ranked by callers