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

  • Log In
  • Sign Up

Thunder-rk
/
Chat-App

PEFT
Model card Files Files and versions
xet
Community

Instructions to use Thunder-rk/Chat-App with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Thunder-rk/Chat-App with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Llama-2-7b-chat-hf")
    model = PeftModel.from_pretrained(base_model, "Thunder-rk/Chat-App")
  • Notebooks
  • Google Colab
  • Kaggle
Chat-App
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Thunder-rk's picture
Thunder-rk
Update config.json
77c4a18 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    435 Bytes
    Upload 3 files about 2 years ago
  • adapter_config.json
    453 Bytes
    Upload 3 files about 2 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    134 MB
    xet
    Upload 3 files about 2 years ago
  • added_tokens.json
    21 Bytes
    Upload 8 files about 2 years ago
  • config.json
    502 Bytes
    Update config.json about 2 years ago
  • special_tokens_map.json
    434 Bytes
    Upload 8 files about 2 years ago
  • tokenizer.json
    1.84 MB
    Upload 8 files about 2 years ago
  • tokenizer.model
    500 kB
    xet
    Upload 8 files about 2 years ago
  • tokenizer_config.json
    695 Bytes
    Upload 8 files about 2 years ago