Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Chirag0123
/
zephyr_beta

PEFT
Safetensors
trl
sft
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use Chirag0123/zephyr_beta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Chirag0123/zephyr_beta with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("TheBloke/zephyr-7B-alpha-GPTQ")
    model = PeftModel.from_pretrained(base_model, "Chirag0123/zephyr_beta")
  • Notebooks
  • Google Colab
  • Kaggle
zephyr_beta
29.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 68 commits
Chirag0123's picture
Chirag0123
Update tokenizer_config.json
98cb4d0 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.16 kB
    End of training over 2 years ago
  • adapter_config.json
    582 Bytes
    Training in progress, epoch 1 over 2 years ago
  • adapter_model.safetensors
    27.3 MB
    xet
    Training in progress, epoch 62 over 2 years ago
  • special_tokens_map.json
    510 Bytes
    Training in progress, epoch 1 over 2 years ago
  • tokenizer.json
    1.8 MB
    Training in progress, epoch 1 over 2 years ago
  • tokenizer.model
    493 kB
    xet
    Training in progress, epoch 1 over 2 years ago
  • tokenizer_config.json
    1.03 kB
    Update tokenizer_config.json over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

    • "transformers.trainer_utils.HubStrategy",
    • "accelerate.state.PartialState",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.training_args.TrainingArguments",
    • "transformers.training_args.OptimizerNames",
    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.SchedulerType"

    How to fix it?

    4.73 kB
    xet
    Training in progress, epoch 1 over 2 years ago