Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

nlpchallenges
/
chatbot-qa-path

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

Instructions to use nlpchallenges/chatbot-qa-path with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use nlpchallenges/chatbot-qa-path with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("VAGOsolutions/SauerkrautLM-7b-v1-mistral")
    model = PeftModel.from_pretrained(base_model, "nlpchallenges/chatbot-qa-path")
  • Notebooks
  • Google Colab
  • Kaggle
chatbot-qa-path
22.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
buesst1's picture
buesst1
Update of model components from run
30dc2bb verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    5.06 kB
    Update of model components from run over 2 years ago
  • adapter_config.json
    592 Bytes
    Update of model components from run over 2 years ago
  • adapter_model.safetensors
    20.5 MB
    xet
    Update of model components from run over 2 years ago
  • added_tokens.json
    42 Bytes
    Update of model components from run over 2 years ago
  • config.json
    1.02 kB
    Update of model components from run over 2 years ago
  • special_tokens_map.json
    168 Bytes
    Update of model components from run over 2 years ago
  • tokenizer.json
    1.8 MB
    Update of model components from run over 2 years ago
  • tokenizer.model
    493 kB
    xet
    Update of model components from run over 2 years ago
  • tokenizer_config.json
    955 Bytes
    Update of model components from run over 2 years ago