Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Continual-Intelligence/SEAL
/ functions
Functions
359 in github.com/Continual-Intelligence/SEAL
⨍
Functions
359
◇
Types & classes
59
Method
display
(self, encoded_str: str)
few-shot/arclib/representers.py:501
Method
display
(self, encoded_str: str)
few-shot/arclib/representers.py:695
Method
display
(self, encoded_str: str)
few-shot/arclib/representers.py:898
Method
encode
(self, task: Task, **kwargs)
few-shot/arclib/messagers.py:168
Method
encode
(self, task: Task, **kwargs)
few-shot/arclib/messagers.py:216
Method
encode
(self, task: Task)
few-shot/arclib/messagers.py:299
Method
encode
(self, task: Task, code: str)
few-shot/arclib/messagers.py:367
Method
encode
( self, task: Task, examples: List[Task], num_demonstrations: List[int] )
few-shot/arclib/messagers.py:403
Method
encode
(self, task: Task, **kwargs)
few-shot/arclib/messagers.py:459
Method
encode
(self, task: Task, examples: List[Tuple[Task, str]])
few-shot/arclib/messagers.py:567
Method
encode
( self, task: Task, examples: List[Tuple[Task, str]], **kwargs )
few-shot/arclib/messagers.py:753
Method
encode
( self, task: Task, examples: List[Tuple[Task, str]], **kwargs )
few-shot/arclib/messagers.py:849
Method
encode
( self, task: Task, task_reasoning: str, examples: List[Tuple[Task, str, str]] )
few-shot/arclib/messagers.py:969
Method
encode
(self, task: Task, reasoning: str, code: str, error_message: str)
few-shot/arclib/messagers.py:1109
Method
encode
(self, task: Task, **kwargs)
few-shot/arclib/messagers.py:1162
Method
encode
(self, example: Example, **kwargs)
few-shot/arclib/representers.py:89
Method
encode
(self, task: Task, **kwargs)
few-shot/arclib/representers.py:107
Method
encode
(self, grid: Grid)
few-shot/arclib/representers.py:127
Method
encode
(self, grid: Grid)
few-shot/arclib/representers.py:148
Method
encode
(self, grid: Grid)
few-shot/arclib/representers.py:178
Method
encode
(self, grid: Grid, connected_component: Optional[int] = None)
few-shot/arclib/representers.py:307
Method
encode
( self, grid: Grid, actives: Optional[List[int]] = None, connected_component:
few-shot/arclib/representers.py:423
Method
encode
(self, grid: Grid)
few-shot/arclib/representers.py:480
Method
encode
(self, grid: Grid, connected_component: Optional[int] = None)
few-shot/arclib/representers.py:531
Method
encode
(self, example: Example, **kwargs)
few-shot/arclib/representers.py:602
Method
encode
(self, example: Example, **kwargs)
few-shot/arclib/representers.py:649
Method
encode
(self, example: Example, **kwargs)
few-shot/arclib/representers.py:726
Method
encode
(self, task: Task, **kwargs)
few-shot/arclib/representers.py:791
Method
encode
(self, task: Task, show_test_output=False, **kwargs)
few-shot/arclib/representers.py:841
Method
entropy
return the entropy of the outputs
few-shot/arclib/arc.py:159
Function
get_sampling_params
( tokenizer: PreTrainedTokenizer, num_tokens: int, max_tokens: int, temperature: float = 0.0,
few-shot/inference/engine_no_lora_vllm.py:8
Function
get_sampling_params
( tokenizer: PreTrainedTokenizer, num_tokens: int, max_tokens: int, temperature: float = 0.0,
few-shot/inference/engine_vllm.py:8
Function
get_sampling_params
( tokenizer: PreTrainedTokenizer, num_tokens: int, max_tokens: int, temperature: float = 0.0,
few-shot/inference/engine_hf.py:9
Function
hamming_distance
(task, attempt)
few-shot/arclib/eval.py:60
Function
initialize_engine
Initialize the LLMEngine.
few-shot/inference/engine_no_lora_vllm.py:26
Function
initialize_engine
Initialize the LLMEngine.
few-shot/inference/engine_vllm.py:26
Function
initialize_engine
Initialize the LLMEngine.
few-shot/inference/engine_hf.py:27
Function
mode_array
Return the most common array from a list of arrays.
few-shot/ttt.py:59
Function
mode_array
Return the most common array from a list of arrays.
few-shot/self-edit.py:76
Function
np_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
Function
patched_post_init
(self)
general-knowledge/src/inner/GA_server.py:175
Function
patched_post_init
(self)
general-knowledge/src/query/CPT_GA.py:253
Function
patched_set_peft_model_state_dict
(*args, **kwargs)
general-knowledge/src/inner/GA_server.py:185
Function
patched_set_peft_model_state_dict
(*a, **kwargs)
general-knowledge/src/query/CPT_GA.py:265
Function
process_requests
Continuously process a list of prompts and handle the outputs.
few-shot/inference/engine_no_lora_vllm.py:46
Function
process_requests
Continuously process a list of prompts and handle the outputs.
few-shot/inference/engine_vllm.py:46
Function
process_requests
Continuously process a list of prompts and handle the outputs.
few-shot/inference/engine_hf.py:45
Function
read_tasks_from_folder
Read tasks from a folder of JSON files.
few-shot/ttt.py:68
Function
read_tasks_from_folder
Read tasks from a folder of JSON files.
few-shot/self-edit.py:85
Function
read_tasks_from_folder
Read tasks from a folder
few-shot/arclib/arc.py:187
Function
read_tasks_from_single_file
Read tasks from a single JSON file with optional solutions.
few-shot/self-edit.py:98
Function
run_agent
Runs the API function in parallel on the inputs.
few-shot/utils/lm_api.py:124
Function
send_shutdown
(sock)
general-knowledge/src/query/query_server.py:198
Method
serialize
(self)
few-shot/arclib/arc.py:58
Function
setup_lm_api
( redis_host: str = "localhost", redis_port: int = 6379, redis_password: str = "", timeout: fl
few-shot/utils/lm_api.py:66
Method
size
return the size of the example
few-shot/arclib/arc.py:48
Method
size
return the size of the task
few-shot/arclib/arc.py:96
Function
task
(idx_p)
general-knowledge/src/data_generation/make_squad_data_openai.py:85
Function
tokenize_function
(examples)
few-shot/BC-self-edit.py:86
← previous
301–359 of 359, ranked by callers