mirror of
https://github.com/wassname/alignment-handbook.git
synced 2026-08-18 11:50:34 +08:00
CITATION.cff and fix F401 warning (#183)
* fix F401 warning * add CITATION.cff * update version in CITATION * update title * fix label * Update src/alignment/__init__.py Co-authored-by: Alvaro Bartolome <36760800+alvarobartt@users.noreply.github.com> * make style * add Alvaro Bartolome * update version in readme --------- Co-authored-by: Alvaro Bartolome <36760800+alvarobartt@users.noreply.github.com>
This commit is contained in:
co-authored by
Alvaro Bartolome
parent
95dc47218c
commit
98563353d7
@@ -11,3 +11,21 @@ from .model_utils import (
|
||||
get_tokenizer,
|
||||
is_adapter_model,
|
||||
)
|
||||
|
||||
|
||||
__all__ = [
|
||||
"DataArguments",
|
||||
"DPOConfig",
|
||||
"H4ArgumentParser",
|
||||
"ModelArguments",
|
||||
"SFTConfig",
|
||||
"apply_chat_template",
|
||||
"get_datasets",
|
||||
"decontaminate_humaneval",
|
||||
"get_checkpoint",
|
||||
"get_kbit_device_map",
|
||||
"get_peft_config",
|
||||
"get_quantization_config",
|
||||
"get_tokenizer",
|
||||
"is_adapter_model",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user