Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

tarekxpc
/
NextMistral

PEFT
TensorBoard
Safetensors
trl
sft
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • PEFT

    How to use tarekxpc/NextMistral with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("TheBloke/Mistral-7B-Instruct-v0.1-GPTQ")
    model = PeftModel.from_pretrained(base_model, "tarekxpc/NextMistral")
  • Notebooks
  • Google Colab
  • Kaggle
NextMistral / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
tarekxpc's picture
tarekxpc
Training in progress, epoch 5
72acc63 over 2 years ago
  • Dec29_16-18-15_eceb0be57f97
    Training in progress, epoch 5 over 2 years ago