remove unused import and update readme
This commit is contained in:
@@ -171,6 +171,9 @@ base_model_ignore_patterns:
|
|||||||
# if the base_model repo on hf hub doesn't include configuration .json files,
|
# if the base_model repo on hf hub doesn't include configuration .json files,
|
||||||
# you can set that here, or leave this empty to default to base_model
|
# you can set that here, or leave this empty to default to base_model
|
||||||
base_model_config: ./llama-7b-hf
|
base_model_config: ./llama-7b-hf
|
||||||
|
# Optional tokenizer configuration override in case you want to use a different tokenizer
|
||||||
|
# than the one defined in the base model
|
||||||
|
tokenizer_config:
|
||||||
# If you want to specify the type of model to load, AutoModelForCausalLM is a good choice too
|
# If you want to specify the type of model to load, AutoModelForCausalLM is a good choice too
|
||||||
model_type: AutoModelForCausalLM
|
model_type: AutoModelForCausalLM
|
||||||
# Corresponding tokenizer for the model AutoTokenizer is a good choice
|
# Corresponding tokenizer for the model AutoTokenizer is a good choice
|
||||||
|
|||||||
@@ -30,7 +30,6 @@ from axolotl.prompt_tokenizers import LLAMA_DEFAULT_PAD_TOKEN
|
|||||||
|
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
from peft import PeftConfig # noqa: F401
|
from peft import PeftConfig # noqa: F401
|
||||||
from transformers import PreTrainedTokenizer # noqa: F401
|
|
||||||
|
|
||||||
from axolotl.utils.dict import DictDefault # noqa: F401
|
from axolotl.utils.dict import DictDefault # noqa: F401
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user