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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

meyflex
/
Mixtral_45b_SIG_v2

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

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

  • Libraries
  • PEFT

    How to use meyflex/Mixtral_45b_SIG_v2 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mixtral-8x7B-Instruct-v0.1")
    model = PeftModel.from_pretrained(base_model, "meyflex/Mixtral_45b_SIG_v2")
  • Notebooks
  • Google Colab
  • Kaggle
Mixtral_45b_SIG_v2
753 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
meyflex's picture
meyflex
meyflex/Mixtral_SIG
5cc6e6e verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.39 kB
    meyflex/Mixtral_SIG over 2 years ago
  • adapter_config.json
    753 Bytes
    meyflex/Mixtral_SIG over 2 years ago
  • adapter_model.safetensors
    752 MB
    xet
    meyflex/Mixtral_SIG over 2 years ago
  • special_tokens_map.json
    437 Bytes
    meyflex/Mixtral_SIG over 2 years ago
  • tokenizer.json
    1.8 MB
    meyflex/Mixtral_SIG over 2 years ago
  • tokenizer_config.json
    1.46 kB
    meyflex/Mixtral_SIG over 2 years ago
  • training_args.bin
    4.73 kB
    xet
    meyflex/Mixtral_SIG over 2 years ago