MCPcopy Create free account

hub / github.com/OpenBMB/ToolBench / types & classes

Types & classes56 in github.com/OpenBMB/ToolBench

↓ 16 callersClassExecutionNode
toolbench/tooleval/evaluation/dataclass.py:39
↓ 7 callersClasstree_node
toolbench/inference/Tree/Tree.py:23
↓ 5 callersClassConversation
A class that keeps all conversation history.
toolbench/tool_conversation.py:25
↓ 5 callersClassExecutionGraph
toolbench/tooleval/evaluation/dataclass.py:65
↓ 4 callersClassSimpleChatIO
toolbench/inference/utils.py:240
↓ 3 callersClasspipeline_runner
toolbench/inference/Downstream_tasks/rapidapi.py:391
↓ 2 callersClassAnswerStatus
toolbench/tooleval/evaluators/registered_cls/rtl.py:16
↓ 2 callersClassCLinear
Compressed Linear Layer.
toolbench/model/compression.py:26
↓ 2 callersClassChatGPTFunction
toolbench/inference/LLM/chatgpt_function_model.py:47
↓ 2 callersClassDavinci
toolbench/inference/LLM/davinci_model.py:14
↓ 2 callersClassOpenaiPoolRequest
toolbench/tooleval/evaluators/registered_cls/utils.py:29
↓ 2 callersClassToolLLaMA
toolbench/inference/LLM/tool_llama_model.py:18
↓ 2 callersClassToolLLaMALoRA
toolbench/inference/LLM/tool_llama_lora_model.py:19
↓ 2 callersClassmy_tree
toolbench/inference/Tree/Tree.py:7
↓ 1 callersClassAPIEvaluator
This class evaluates an Information Retrieval (IR) setting. Given a set of queries and a large corpus set. It will retrieve for each query th
toolbench/retrieval/api_evaluator.py:58
↓ 1 callersClassCompressionConfig
Group-wise quantization.
toolbench/model/compression.py:11
↓ 1 callersClassDFS_tree_search
toolbench/inference/Algorithms/DFS.py:12
↓ 1 callersClassDirectedEdge
toolbench/tooleval/evaluation/dataclass.py:55
↓ 1 callersClassEvalCompleted
toolbench/tooleval/evaluation/dataclass.py:7
↓ 1 callersClassLlamaModel
toolbench/inference/LLM/llama_model.py:17
↓ 1 callersClassModel
toolbench/inference/toolbench_server.py:18
↓ 1 callersClassQuestion
toolbench/tooleval/evaluation/dataclass.py:28
↓ 1 callersClassSampleMethod
toolbench/tooleval/automatic_eval_sample.py:34
↓ 1 callersClassServerEventCallback
Base callback handler
toolbench/inference/callbacks/ServerEventCallback.py:3
↓ 1 callersClassTaskStatus
toolbench/tooleval/evaluators/registered_cls/rtl.py:21
↓ 1 callersClassToolRetriever
toolbench/inference/LLM/retriever.py:9
↓ 1 callersClassUserEvaluation
toolbench/tooleval/evaluation/usereval.py:8
↓ 1 callersClassrapidapi_wrapper
toolbench/inference/Downstream_tasks/rapidapi.py:55
↓ 1 callersClasssingle_chain
Implement of CoT method
toolbench/inference/Algorithms/single_chain.py:7
ClassAnswerPass
toolbench/tooleval/evaluators/registered_cls/rtl.py:26
ClassBaseAdapter
The base and the default model adapter.
toolbench/model/model_adapter.py:28
ClassBaseEvaluator
Base class for evaluators. Attributes: ---------- fn_completions : Callable[[Dict,List[Dict]],int] The completion fun
toolbench/tooleval/evaluators/registered_cls/base.py:21
ClassBaseToolMethod
toolbench/tooleval/evaluation/methodcls.py:3
ClassChatIO
toolbench/inference/utils.py:223
ClassCondenseRotaryEmbedding
toolbench/utils.py:73
ClassCondenseRotaryEmbedding
toolbench/train/llama_condense_monkey_patch.py:8
ClassDataArguments
toolbench/train/train.py:42
ClassInfo
toolbench/inference/server.py:9
ClassLazySupervisedDataset
Dataset for supervised fine-tuning.
toolbench/train/train.py:194
ClassLoraArguments
toolbench/train/train_lora.py:44
ClassModelArguments
toolbench/train/train.py:37
ClassOpenAIEvaluator
toolbench/tooleval/evaluators/registered_cls/tooleval.py:16
ClassOpenAINormalizedEvaluator
toolbench/tooleval/evaluators/registered_cls/tooleval.py:50
ClassParameters
toolbench/tooleval/evaluation/dataclass.py:14
ClassProperties
toolbench/tooleval/evaluation/dataclass.py:18
ClassReinforceToolLearningEvaluator
toolbench/tooleval/evaluators/registered_cls/rtl.py:33
ClassSeparatorStyle
Separator styles.
toolbench/tool_conversation.py:10
ClassSupervisedDataset
Dataset for supervised fine-tuning.
toolbench/train/train.py:169
ClassTool
toolbench/tooleval/evaluation/dataclass.py:10
ClassToolEvalEvaluator
ToolEval common evaluator class. Attributes: ---------- cfg_path : str A path store the configuration of the evaluato
toolbench/tooleval/evaluators/registered_cls/base.py:104
ClassToolLlamaAdapter
Model adapater for tool-llama
toolbench/model/model_adapter.py:249
ClassToolLlamaAdapterSingleRound
Model adapater for tool-llama-single-round
toolbench/model/model_adapter.py:267
ClassTrainingArguments
toolbench/train/train.py:56
ClassVicunaAdapter
Model adapater for vicuna-v1.1
toolbench/model/model_adapter.py:218
Classbase_env
toolbench/inference/Downstream_tasks/base_env.py:1
Classbase_search_method
For the base tree search method, you need to support the following functions
toolbench/inference/Algorithms/base_search.py:3