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

athirdpath
/
BigMistral-13b-GLUE_LORA

PEFT
mistral
4-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community

Instructions to use athirdpath/BigMistral-13b-GLUE_LORA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use athirdpath/BigMistral-13b-GLUE_LORA with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("athirdpath/BigMistral-13b")
    model = PeftModel.from_pretrained(base_model, "athirdpath/BigMistral-13b-GLUE_LORA")
  • Notebooks
  • Google Colab
  • Kaggle
BigMistral-13b-GLUE_LORA
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
athirdpath's picture
athirdpath
Update README.md
7ea930c over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    725 Bytes
    Update README.md over 2 years ago
  • adapter_config.json
    571 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    10.1 GB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • config.json
    1 kB
    Upload folder using huggingface_hub over 2 years ago
  • special_tokens_map.json
    437 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • tokenizer.model
    493 kB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • tokenizer_config.json
    1.02 kB
    Upload folder using huggingface_hub over 2 years ago