MCPcopy Create free account

hub / github.com/Continual-Intelligence/SEAL / functions

Functions359 in github.com/Continual-Intelligence/SEAL

Methoddisplay
(self, encoded_str: str)
few-shot/arclib/representers.py:501
Methoddisplay
(self, encoded_str: str)
few-shot/arclib/representers.py:695
Methoddisplay
(self, encoded_str: str)
few-shot/arclib/representers.py:898
Methodencode
(self, task: Task, **kwargs)
few-shot/arclib/messagers.py:168
Methodencode
(self, task: Task, **kwargs)
few-shot/arclib/messagers.py:216
Methodencode
(self, task: Task)
few-shot/arclib/messagers.py:299
Methodencode
(self, task: Task, code: str)
few-shot/arclib/messagers.py:367
Methodencode
( self, task: Task, examples: List[Task], num_demonstrations: List[int] )
few-shot/arclib/messagers.py:403
Methodencode
(self, task: Task, **kwargs)
few-shot/arclib/messagers.py:459
Methodencode
(self, task: Task, examples: List[Tuple[Task, str]])
few-shot/arclib/messagers.py:567
Methodencode
( self, task: Task, examples: List[Tuple[Task, str]], **kwargs )
few-shot/arclib/messagers.py:753
Methodencode
( self, task: Task, examples: List[Tuple[Task, str]], **kwargs )
few-shot/arclib/messagers.py:849
Methodencode
( self, task: Task, task_reasoning: str, examples: List[Tuple[Task, str, str]] )
few-shot/arclib/messagers.py:969
Methodencode
(self, task: Task, reasoning: str, code: str, error_message: str)
few-shot/arclib/messagers.py:1109
Methodencode
(self, task: Task, **kwargs)
few-shot/arclib/messagers.py:1162
Methodencode
(self, example: Example, **kwargs)
few-shot/arclib/representers.py:89
Methodencode
(self, task: Task, **kwargs)
few-shot/arclib/representers.py:107
Methodencode
(self, grid: Grid)
few-shot/arclib/representers.py:127
Methodencode
(self, grid: Grid)
few-shot/arclib/representers.py:148
Methodencode
(self, grid: Grid)
few-shot/arclib/representers.py:178
Methodencode
(self, grid: Grid, connected_component: Optional[int] = None)
few-shot/arclib/representers.py:307
Methodencode
( self, grid: Grid, actives: Optional[List[int]] = None, connected_component:
few-shot/arclib/representers.py:423
Methodencode
(self, grid: Grid)
few-shot/arclib/representers.py:480
Methodencode
(self, grid: Grid, connected_component: Optional[int] = None)
few-shot/arclib/representers.py:531
Methodencode
(self, example: Example, **kwargs)
few-shot/arclib/representers.py:602
Methodencode
(self, example: Example, **kwargs)
few-shot/arclib/representers.py:649
Methodencode
(self, example: Example, **kwargs)
few-shot/arclib/representers.py:726
Methodencode
(self, task: Task, **kwargs)
few-shot/arclib/representers.py:791
Methodencode
(self, task: Task, show_test_output=False, **kwargs)
few-shot/arclib/representers.py:841
Methodentropy
return the entropy of the outputs
few-shot/arclib/arc.py:159
Functionget_sampling_params
( tokenizer: PreTrainedTokenizer, num_tokens: int, max_tokens: int, temperature: float = 0.0,
few-shot/inference/engine_no_lora_vllm.py:8
Functionget_sampling_params
( tokenizer: PreTrainedTokenizer, num_tokens: int, max_tokens: int, temperature: float = 0.0,
few-shot/inference/engine_vllm.py:8
Functionget_sampling_params
( tokenizer: PreTrainedTokenizer, num_tokens: int, max_tokens: int, temperature: float = 0.0,
few-shot/inference/engine_hf.py:9
Functionhamming_distance
(task, attempt)
few-shot/arclib/eval.py:60
Functioninitialize_engine
Initialize the LLMEngine.
few-shot/inference/engine_no_lora_vllm.py:26
Functioninitialize_engine
Initialize the LLMEngine.
few-shot/inference/engine_vllm.py:26
Functioninitialize_engine
Initialize the LLMEngine.
few-shot/inference/engine_hf.py:27
Functionmode_array
Return the most common array from a list of arrays.
few-shot/ttt.py:59
Functionmode_array
Return the most common array from a list of arrays.
few-shot/self-edit.py:76
Functionnp_lru_cache
Wrapper similar to functool's lru_cache, but can handle caching numpy arrays. Uses xxhash to hash the raw bytes of the argument array(s) + shape i
few-shot/utils/np_cache.py:17
Functionpatched_post_init
(self)
general-knowledge/src/inner/GA_server.py:175
Functionpatched_post_init
(self)
general-knowledge/src/query/CPT_GA.py:253
Functionpatched_set_peft_model_state_dict
(*args, **kwargs)
general-knowledge/src/inner/GA_server.py:185
Functionpatched_set_peft_model_state_dict
(*a, **kwargs)
general-knowledge/src/query/CPT_GA.py:265
Functionprocess_requests
Continuously process a list of prompts and handle the outputs.
few-shot/inference/engine_no_lora_vllm.py:46
Functionprocess_requests
Continuously process a list of prompts and handle the outputs.
few-shot/inference/engine_vllm.py:46
Functionprocess_requests
Continuously process a list of prompts and handle the outputs.
few-shot/inference/engine_hf.py:45
Functionread_tasks_from_folder
Read tasks from a folder of JSON files.
few-shot/ttt.py:68
Functionread_tasks_from_folder
Read tasks from a folder of JSON files.
few-shot/self-edit.py:85
Functionread_tasks_from_folder
Read tasks from a folder
few-shot/arclib/arc.py:187
Functionread_tasks_from_single_file
Read tasks from a single JSON file with optional solutions.
few-shot/self-edit.py:98
Functionrun_agent
Runs the API function in parallel on the inputs.
few-shot/utils/lm_api.py:124
Functionsend_shutdown
(sock)
general-knowledge/src/query/query_server.py:198
Methodserialize
(self)
few-shot/arclib/arc.py:58
Functionsetup_lm_api
( redis_host: str = "localhost", redis_port: int = 6379, redis_password: str = "", timeout: fl
few-shot/utils/lm_api.py:66
Methodsize
return the size of the example
few-shot/arclib/arc.py:48
Methodsize
return the size of the task
few-shot/arclib/arc.py:96
Functiontask
(idx_p)
general-knowledge/src/data_generation/make_squad_data_openai.py:85
Functiontokenize_function
(examples)
few-shot/BC-self-edit.py:86
← previous301–359 of 359, ranked by callers