Merge pull request #4417 from mMrBun/main
Add tool_format parameter to rewrite templates for different function call formats. Former-commit-id: 8d1460cad5bff5e4626fdd675046021e0a3d1947
This commit is contained in:
@@ -29,6 +29,10 @@ class DataArguments:
|
||||
default=None,
|
||||
metadata={"help": "Which template to use for constructing prompts in training and inference."},
|
||||
)
|
||||
tool_format: Optional[str] = field(
|
||||
default=None,
|
||||
metadata={"help": "Specifies the tool format template for function calling ."},
|
||||
)
|
||||
dataset: Optional[str] = field(
|
||||
default=None,
|
||||
metadata={"help": "The name of provided dataset(s) to use. Use commas to separate multiple datasets."},
|
||||
|
||||
Reference in New Issue
Block a user