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

xray1111
/
FB-DLAI-Instruct-tune-v3-8bit

PEFT
Model card Files Files and versions
xet
Community

Instructions to use xray1111/FB-DLAI-Instruct-tune-v3-8bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use xray1111/FB-DLAI-Instruct-tune-v3-8bit with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("openlm-research/open_llama_7b_700bt_preview")
    model = PeftModel.from_pretrained(base_model, "xray1111/FB-DLAI-Instruct-tune-v3-8bit")
  • Notebooks
  • Google Colab
  • Kaggle
FB-DLAI-Instruct-tune-v3-8bit
35.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
xray1111's picture
xray1111
Upload tokenizer
40b874b about 3 years ago
  • .gitattributes
    1.52 kB
    initial commit about 3 years ago
  • README.md
    27 Bytes
    Upload model about 3 years ago
  • adapter_config.json
    442 Bytes
    Upload model about 3 years ago
  • adapter_model.bin
    33.6 MB
    xet
    Upload model about 3 years ago
  • special_tokens_map.json
    96 Bytes
    Upload tokenizer about 3 years ago
  • tokenizer.json
    1.99 MB
    Upload tokenizer about 3 years ago
  • tokenizer_config.json
    207 Bytes
    Upload tokenizer about 3 years ago