MCPcopy Create free account

hub / github.com/PERSONA-bench/PERSONA / functions

Functions235 in github.com/PERSONA-bench/PERSONA

↓ 1 callersFunctionmain_setup
()
LLMEvaluators/3.3/GPT4.1_Random_Task.py:883
↓ 1 callersFunctionprocess_prompts_thread
(thread_id, prompts_chunk, output_dir, local_sbert_model, local_device, local_rouge_scorer, local_meteor_avail
LLMEvaluators/3.3/GPT4.1_Random_Task.py:340
↓ 1 callersFunctionprocess_results_file
(filepath)
LLMEvaluators/LogEvaluator/LogEval3.3.py:180
↓ 1 callersFunctionsetup_environment
()
LLMEvaluators/3.1/LlamaAndDeepSeek_batch_eval.py:78
↓ 1 callersFunctionsetup_environment
()
LLMEvaluators/3.2/LlamaAndDeepSeek_batch_eval.py:78
↓ 1 callersFunctionsetup_logger
Configures the logger to output to console and a file.
LLMEvaluators/3.1/GPT.py:30
↓ 1 callersFunctionsetup_logger
Configures the logger to output to console and a file.
demo/GPT3.1.py:26
↓ 1 callersFunctionsetup_thread_logger
(name, log_file)
LLMEvaluators/3.3/GPT4.1_Random_Task.py:274
↓ 1 callersMethodstart_vllm_server
Starts a vLLM server in the background.
LLMEvaluators/3.1/LlamaAndDeepSeek_batch_eval.py:276
↓ 1 callersMethodstart_vllm_server
Starts a vLLM server in the background.
LLMEvaluators/3.2/LlamaAndDeepSeek_batch_eval.py:276
Method__init__
( self, model_path: str, base_url: str, num_gpus: int = 2,
LLMEvaluators/3.1/LlamaAndDeepSeek_batch_eval.py:199
Method__init__
( self, model_path: str, base_url: str, num_gpus: int = 2,
LLMEvaluators/3.2/LlamaAndDeepSeek_batch_eval.py:199
Method_async_single_call
()
LLMEvaluators/3.1/LlamaAndDeepSeek_batch_eval.py:368
Method_async_single_call
()
LLMEvaluators/3.2/LlamaAndDeepSeek_batch_eval.py:368
Method_one_req
(prompt: str, image_path: str)
LLMEvaluators/3.1/LlamaAndDeepSeek_batch_eval.py:545
Method_one_req
(prompt: str, image_path: str)
LLMEvaluators/3.2/LlamaAndDeepSeek_batch_eval.py:545
Functionget_claude_prediction
Gets a prediction from Claude via Vertex AI.
LLMEvaluators/3.1/Claude.py:129
Functionget_claude_prediction
Gets a numerical score prediction from Claude via Vertex AI with retry for 429 and extraction.
LLMEvaluators/3.2/Claude.py:197
Functionget_gemini_prediction
(prompt_text, logger_instance)
LLMEvaluators/3.1/Claude.py:96
Functionget_gemini_prediction
Gets a numerical score prediction from Gemini with retry logic for 429 errors.
LLMEvaluators/3.2/Claude.py:154
Functionget_gpt4o_prediction
Gets a prediction from Azure GPT-4o.
LLMEvaluators/3.1/Claude.py:72
Functionget_gpt4o_prediction
Gets a numerical score prediction from Azure GPT-4o with retry logic for 429 errors.
LLMEvaluators/3.2/Claude.py:120
Functionget_thread_concatenated_text
(thread_nodes)
LLMEvaluators/3.3/Claude.py:178
Functionget_thread_concatenated_text
(thread_nodes)
LLMEvaluators/3.3/GPT-4o-mini.py:214
Functionget_thread_concatenated_text
(thread_nodes)
LLMEvaluators/3.3/GPT4.1_Random_Task.py:171
Functionget_thread_concatenated_text
(thread_nodes)
LLMEvaluators/3.3/GPT4.1.py:212
Functionget_thread_concatenated_text
(thread_nodes)
demo/GPT3.3.py:212
Functionget_thread_embedding
(thread_nodes, sbert_model_instance, device_to_use)
LLMEvaluators/3.3/Claude.py:183
Functionprocess_data_chunk
Processes a chunk of data in a separate thread. Logs to its own file and saves results to its own file.
LLMEvaluators/3.1/Claude.py:174
Functionprocess_data_chunk
(data_chunk, model_name_to_eval, thread_id, output_folder=OUTPUT_FOLDER)
LLMEvaluators/3.2/Claude.py:245
Functionprocess_prompts_worker
( thread_id, prompts_chunk_with_indices, model_name, model_config_details, global_sbert_model,
LLMEvaluators/3.3/Claude.py:314
Methodrunner
(prompt_to_run=p, image_path_to_run=img_path, idx=i)
LLMEvaluators/3.1/LlamaAndDeepSeek_batch_eval.py:659
Methodrunner
(prompt_to_run=p, image_path_to_run=img_path, idx=i)
LLMEvaluators/3.2/LlamaAndDeepSeek_batch_eval.py:659
Methodsingle_call
( self, prompt: str, system_message: str, image: str = None,
LLMEvaluators/3.1/LlamaAndDeepSeek_batch_eval.py:339
Methodsingle_call
( self, prompt: str, system_message: str, image: str = None,
LLMEvaluators/3.2/LlamaAndDeepSeek_batch_eval.py:339
← previous201–235 of 235, ranked by callers