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

FlexingD
/
yarn-mistral-7B-64k-instruct-alpaca-cleaned-origin

PEFT
Safetensors
mistral
custom_code
Model card Files Files and versions
xet
Community

Instructions to use FlexingD/yarn-mistral-7B-64k-instruct-alpaca-cleaned-origin with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use FlexingD/yarn-mistral-7B-64k-instruct-alpaca-cleaned-origin with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Yarn-Mistral-7b-64k")
    model = PeftModel.from_pretrained(base_model, "FlexingD/yarn-mistral-7B-64k-instruct-alpaca-cleaned-origin")
  • Notebooks
  • Google Colab
  • Kaggle
yarn-mistral-7B-64k-instruct-alpaca-cleaned-origin
14.5 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
FlexingD's picture
FlexingD
Upload tokenizer
9f28c7b almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • config.json
    975 Bytes
    Upload MistralForCausalLM almost 3 years ago
  • generation_config.json
    116 Bytes
    Upload MistralForCausalLM almost 3 years ago
  • model-00001-of-00003.safetensors
    4.94 GB
    xet
    Upload MistralForCausalLM almost 3 years ago
  • model-00002-of-00003.safetensors
    5 GB
    xet
    Upload MistralForCausalLM almost 3 years ago
  • model-00003-of-00003.safetensors
    4.54 GB
    xet
    Upload MistralForCausalLM almost 3 years ago
  • model.safetensors.index.json
    24 kB
    Upload MistralForCausalLM almost 3 years ago
  • special_tokens_map.json
    487 Bytes
    Upload tokenizer almost 3 years ago
  • tokenizer.json
    1.8 MB
    Upload tokenizer almost 3 years ago
  • tokenizer.model
    493 kB
    xet
    Upload tokenizer almost 3 years ago
  • tokenizer_config.json
    1 kB
    Upload tokenizer almost 3 years ago