* Fix pad token * Update llama.py * Typo * ignored labels * Revert "ignored labels" This reverts commit110ee41971. * More patching * Update _utils.py * Update _utils.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Feat/all tmp (#1219) * Update save.py Check whether path is in /tmp dir for Kaggle environment * Update save.py Move temporary_location to /tmp in Kaggle * Enhance Kaggle environment support in save and tokenizer utilities --------- Co-authored-by: dendarrion <37800703+dendarrion@users.noreply.github.com> Co-authored-by: Erland366 <erland.pg366@gmail.com> * Bug fixes * Update pyproject.toml * Update _utils.py * Update __init__.py * Update __init__.py * Update _utils.py * Update _utils.py * Update _utils.py * Update _utils.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Tied weights * Revert "Tied weights" This reverts commit42bb212916. * Tied weights * Utils * CE Loss patching * Update __init__.py * Update __init__.py * Patching * Update cross_entropy_loss.py * CE Loss * Update _utils.py * Update _utils.py * CE Loss * Update _utils.py * Update _utils.py * Layernorm * Update _utils.py * Update _utils.py * Post patch * Update _utils.py * Update llama.py * Update _utils.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * typing * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * int64 * Update _utils.py * Update cross_entropy_loss.py * constexpr * constexpr * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update _utils.py * Update _utils.py * Update _utils.py * CE * Update cross_entropy_loss.py * Update _utils.py * Update llama.py * Update _utils.py * Update rms_layernorm.py * Update rms_layernorm.py * Update rms_layernorm.py * Update rms_layernorm.py * Update rms_layernorm.py * Update rms_layernorm.py * Update utils.py * Update rms_layernorm.py * Update rms_layernorm.py * Update rms_layernorm.py * Update rms_layernorm.py * Update rms_layernorm.py * Update rms_layernorm.py * Update rms_layernorm.py * Update rms_layernorm.py * Update rms_layernorm.py * Update rms_layernorm.py * Update rms_layernorm.py * Update rms_layernorm.py * typing * Update rope_embedding.py * types * Disable compiling * Update _utils.py * Update _utils.py * Forward hook * Update _utils.py * Update llama.py * Update _utils.py * Update llama.py * Update llama.py * Update _utils.py * Update pyproject.toml * Update _utils.py * Update llama.py * CE Loss * Update cross_entropy_loss.py * Update _utils.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update cross_entropy_loss.py * Update llama.py * Update _utils.py * Update _utils.py * Update _utils.py * Update _utils.py * Update _utils.py * Fix: cast logits to float32 in cross_entropy_forward to prevent errors (#1254) * Fix: cast logits to float32 in cross_entropy_forward to prevent errors * Update cross_entropy_loss.py --------- Co-authored-by: Daniel Han <danielhanchen@gmail.com> * Throw error when inferencing longer than max_popsition_embeddings (#1236) * Throw error when inferencing longer than max_popsition_embeddings without rope scaling * Update llama.py --------- Co-authored-by: Daniel Han <danielhanchen@gmail.com> * CLI now handles user input strings for dtype correctly (#1235) Co-authored-by: root <root@ieeres.chu.cam.ac.uk> * Update flex_attention.py * Update _utils.py * Update _utils.py * Update flex_attention.py * Update flex_attention.py * Update loader.py * Update loader.py * Update flex_attention.py * Update flex_attention.py * Update flex_attention.py * Update flex_attention.py * Update _utils.py * Update cross_entropy_loss.py * Update _utils.py * Update tokenizer_utils.py * Update tokenizer_utils.py * Update tokenizer_utils.py * Update tokenizer_utils.py * Update tokenizer_utils.py * triton_cast * Update utils.py * Qwen 2.5 Coder * Fix/export mistral (#1281) * Enhance install_python_non_blocking to handle protobuf installation and process management * Revert "Enhance install_python_non_blocking to handle protobuf installation and process management" This reverts commit a3b796a05841fb8d93c652c845591e12cf81ea93. * Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION to 'python' to address issue #1266 * Revert "Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION to 'python' to address issue #1266" This reverts commit f00fbf5eac7ad4f5d48c70b98d770255d1a9ef58. * Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION to 'python' to address issue #1266 * Update __init__.py --------- Co-authored-by: Daniel Han <danielhanchen@gmail.com> * DOC Update - Update README.md with os.environ in example (#1269) * Update README.md with os.environ in example Added OS Environ in example to avoid device conflicts , for a user at least in jupyter notebook this allows to select GPU in a multi GPU setup. As currently the unsloth init checks all GPU's and takes the first in the order which can be a issue when some GPU's are in use and the list still shows them. So to manually avoid this, this os config is required. Small change but a bit time saver for those who straight away copies the tutorials * Update README.md --------- Co-authored-by: Daniel Han <danielhanchen@gmail.com> * fix/get_chat_template (#1246) * Refactor `get_chat_template` to now support system message instead. It supposed to fix ollama tokenizer chattemplate to * Remove type hinting * Update chat_templates.py --------- Co-authored-by: Daniel Han <danielhanchen@gmail.com> * fix/sft-trainer (#1276) * Add patch for SFTTrainer to maintain backward compatibility with TRL changes * Update trainer.py * Update trainer.py * Refactor trainer patch to maintain backward compatibility with TRL changes * Update trainer.py * Refactor trainer.py to exclude non-convertible trainers from backward compatibility patch --------- Co-authored-by: Daniel Han <danielhanchen@gmail.com> * Update __init__.py * Update trainer.py * Update trainer.py * Update trainer.py * Update tokenizer_utils.py * Update llama.py * Fix #853 * fix/sfttrainer-compatibility (#1293) * Refactor trainer.py to import SFTConfig directly and update UnslothTrainingArguments class inheritance * Update trainer.py * Update trainer.py --------- Co-authored-by: Daniel Han <danielhanchen@gmail.com> * Update rms_layernorm.py * Update rms_layernorm.py * Gemma * Update rms_layernorm.py * Update gemma2.py * Cut Cross Entropy * Update llama.py * Cut Cross Entropy * Update llama.py * Update llama.py * Update llama.py * Update __init__.py * Update __init__.py * Update _utils.py * Update _utils.py * Update _utils.py * Update _utils.py * Update _utils.py * Update _utils.py * Update _utils.py * Update _utils.py * Update mapper.py * Update _utils.py * Update _utils.py * Update _utils.py * Update _utils.py * Update _utils.py * Update _utils.py * Update _utils.py * Update _utils.py * Update _utils.py * patch_fast_lora * vision * Update fast_lora.py * Update _utils.py * Update _utils.py * Vision * Update trainer.py * Update save.py * FastBaseVisionModel * Update loader_utils.py * Update vision.py * Update loader.py * Update vision.py * Update loader.py * Update vision.py * Update _utils.py * tokenizer_name * Update loader.py * Update vision.py * Update save.py * Update save.py * Update vision.py * Update vision.py * Update vision.py * Update vision.py * Update vision.py * Update vision.py * Update _utils.py --------- Co-authored-by: dendarrion <37800703+dendarrion@users.noreply.github.com> Co-authored-by: Erland366 <erland.pg366@gmail.com> Co-authored-by: Edd <68678137+Erland366@users.noreply.github.com> Co-authored-by: Datta Nimmaturi <datta.nimmaturi@nutanix.com> Co-authored-by: Edwin Fennell <edwinfennell1@gmail.com> Co-authored-by: root <root@ieeres.chu.cam.ac.uk> Co-authored-by: Uday Girish Maradana <einsteingirish@gmail.com>
226 lines
7.8 KiB
Python
226 lines
7.8 KiB
Python
# Copyright 2023-present Daniel Han-Chen & the Unsloth team. All rights reserved.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
import warnings
|
|
from dataclasses import dataclass, field
|
|
from typing import Optional
|
|
from functools import wraps
|
|
|
|
import trl
|
|
import inspect
|
|
from trl import SFTTrainer
|
|
from . import is_bfloat16_supported
|
|
from unsloth_zoo.training_utils import (
|
|
unsloth_train as _unsloth_train,
|
|
)
|
|
from unsloth_zoo.vision_utils import (
|
|
UnslothVisionDataCollator,
|
|
)
|
|
from packaging.version import Version
|
|
import dataclasses
|
|
|
|
__all__ = [
|
|
"UnslothTrainingArguments",
|
|
"UnslothTrainer",
|
|
"unsloth_train",
|
|
"_patch_trl_trainer",
|
|
"UnslothVisionDataCollator",
|
|
]
|
|
|
|
# Unsloth gradient accumulation fix:
|
|
from transformers import __version__ as transformers_version
|
|
if Version(transformers_version) > Version("4.45.2"):
|
|
def unsloth_train(trainer, *args, **kwargs):
|
|
return trainer.train(*args, **kwargs)
|
|
pass
|
|
else:
|
|
def unsloth_train(trainer, *args, **kwargs):
|
|
if len(args) != 0 or len(kwargs) != 0:
|
|
raise RuntimeError(
|
|
"Unsloth: Our custom gradient accumulation fixed trainer does not support other arguments.\n"\
|
|
"If you want to use our fix inside of HF, please update `transformers` to the latest version via:\n"\
|
|
'`pip uninstall transformers -y && pip install --upgrade --no-cache-dir transformers`'
|
|
)
|
|
print(
|
|
"Unsloth: Using our custom gradient accumulation fixed trainer, which is not feature complete.\n"\
|
|
"If you want to use our fix inside of HF, please update `transformers` to the latest version via:\n"\
|
|
'`pip uninstall transformers -y && pip install --upgrade --no-cache-dir transformers`'
|
|
)
|
|
return _unsloth_train(trainer)
|
|
pass
|
|
pass
|
|
|
|
try:
|
|
from trl import SFTConfig as TrainingArguments
|
|
except:
|
|
from transformers import TrainingArguments
|
|
pass
|
|
@dataclass
|
|
class UnslothTrainingArguments(TrainingArguments):
|
|
embedding_learning_rate : Optional[float] = field(
|
|
default = None,
|
|
metadata = {"help" : "Different learning rates for embeddings and lm_head."}
|
|
)
|
|
pass
|
|
|
|
|
|
def _create_unsloth_optimizer(
|
|
model,
|
|
optimizer_cls,
|
|
optimizer_kwargs,
|
|
embedding_lr = 5e-5,
|
|
):
|
|
lr = optimizer_kwargs["lr"]
|
|
weight_decay = optimizer_kwargs.get("weight_decay", 0.0)
|
|
|
|
param_groups = \
|
|
{
|
|
"non_embeddings" : {},
|
|
"embeddings" : {},
|
|
}
|
|
|
|
for name, param in model.named_parameters():
|
|
if not param.requires_grad: continue
|
|
if name.endswith("modules_to_save.default.weight"):
|
|
partial_name = name[:-len(".modules_to_save.default.weight")]
|
|
partial_name = partial_name[partial_name.rfind(".")+1:]
|
|
print(f"Unsloth: Setting lr = {embedding_lr:.2e} instead of {lr:.2e} for {partial_name}.")
|
|
param_groups["embeddings"] [name] = param
|
|
else:
|
|
param_groups["non_embeddings"][name] = param
|
|
pass
|
|
pass
|
|
|
|
optimizer_grouped_parameters = [
|
|
{
|
|
"params" : list(param_groups["non_embeddings"].values()),
|
|
"weight_decay" : weight_decay,
|
|
"lr" : lr,
|
|
},
|
|
{
|
|
"params" : list(param_groups["embeddings"].values()),
|
|
"weight_decay" : weight_decay,
|
|
"lr" : embedding_lr,
|
|
},
|
|
]
|
|
optimizer = optimizer_cls(optimizer_grouped_parameters, **optimizer_kwargs)
|
|
return optimizer
|
|
pass
|
|
|
|
|
|
class UnslothTrainer(SFTTrainer):
|
|
def create_optimizer(self):
|
|
embedding_learning_rate = getattr(self.args, "embedding_learning_rate", None)
|
|
if embedding_learning_rate is None: return super().create_optimizer()
|
|
|
|
if self.optimizer is None:
|
|
optimizer_cls, optimizer_kwargs = SFTTrainer.get_optimizer_cls_and_kwargs(self.args)
|
|
self.optimizer = _create_unsloth_optimizer(
|
|
self.model,
|
|
optimizer_cls,
|
|
optimizer_kwargs,
|
|
embedding_learning_rate,
|
|
)
|
|
pass
|
|
return self.optimizer
|
|
pass
|
|
pass
|
|
|
|
# From `trl>=0.13.0`, they changed how to pass several params to the trainer
|
|
# We need to patch to make the transition smooth
|
|
def _backwards_compatible_trainer(trainer_class, config_class):
|
|
original_init = trainer_class.__init__
|
|
|
|
@wraps(original_init)
|
|
def new_init(self, *args, **kwargs):
|
|
# All Trainer tokenizer are now called processing_class
|
|
trainer_params = set(inspect.signature(original_init).parameters.keys())
|
|
|
|
if "processing_class" in trainer_params and "tokenizer" in kwargs:
|
|
kwargs["processing_class"] = kwargs.pop("tokenizer")
|
|
pass
|
|
|
|
if ("args" in kwargs) and (Version(trl.__version__) >= Version("0.13.0.dev0")):
|
|
training_args = kwargs.pop("args", None)
|
|
|
|
# Get parameters that Trainer.__init__ actually expects
|
|
trainer_params.remove('self')
|
|
trainer_params.remove('args')
|
|
|
|
# Get fields that should be passed to Config init
|
|
config_fields = {
|
|
field.name: field for field in dataclasses.fields(config_class)
|
|
if field.init
|
|
}
|
|
|
|
# Create config dict with valid fields from training_args
|
|
config_dict = {
|
|
name: getattr(training_args, name)
|
|
for name in config_fields
|
|
if hasattr(training_args, name)
|
|
}
|
|
|
|
# Get parameters that exist in Config but not in TrainingArguments
|
|
from transformers import TrainingArguments
|
|
moved_params = \
|
|
set(inspect.signature(config_class) .parameters.keys()) - \
|
|
set(inspect.signature(TrainingArguments).parameters.keys())
|
|
|
|
# Separate kwargs into trainer kwargs and config kwargs
|
|
trainer_kwargs = {}
|
|
additional_config_kwargs = {}
|
|
|
|
for key, value in kwargs.items():
|
|
if key in trainer_params: trainer_kwargs[key] = value
|
|
elif key in moved_params or key in config_fields:
|
|
additional_config_kwargs[key] = value
|
|
else:
|
|
additional_config_kwargs[key] = value
|
|
pass
|
|
pass
|
|
|
|
# Update config_dict with additional kwargs
|
|
config_dict.update(additional_config_kwargs)
|
|
|
|
# Create Config with all the collected parameters
|
|
config = config_class(**config_dict)
|
|
|
|
# Reconstruct kwargs for Trainer
|
|
kwargs = trainer_kwargs
|
|
kwargs["args"] = config
|
|
pass
|
|
original_init(self, *args, **kwargs)
|
|
pass
|
|
return new_init
|
|
pass
|
|
|
|
|
|
def _patch_trl_trainer():
|
|
import trl
|
|
if hasattr(trl, "__UNSLOTH_BACKWARDS_COMPATIBLE__"): return
|
|
if Version(trl.__version__) <= Version("0.11.0"): return
|
|
|
|
import trl.trainer
|
|
trl_classes = dir(trl.trainer)
|
|
trl_trainers = set(x[:-len("Trainer")] for x in trl_classes if x.endswith("Trainer"))
|
|
trl_configs = set(x[:-len("Config")] for x in trl_classes if x.endswith("Config"))
|
|
trl_classes = list(trl_trainers & trl_configs)
|
|
|
|
for x in trl_classes:
|
|
try: exec(f"trl.{x}Trainer.__init__ = _backwards_compatible_trainer(trl.{x}Trainer, trl.{x}Config)", globals())
|
|
except: continue
|
|
pass
|
|
|
|
trl.__UNSLOTH_BACKWARDS_COMPATIBLE__ = True
|
|
pass
|