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

haraygese
/
fastchat

Text Generation
PEFT
Model card Files Files and versions
xet
Community
2

Instructions to use haraygese/fastchat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use haraygese/fastchat with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSeq2SeqLM
    
    base_model = AutoModelForSeq2SeqLM.from_pretrained("lmsys/fastchat-t5-3b-v1.0")
    model = PeftModel.from_pretrained(base_model, "haraygese/fastchat")
  • Notebooks
  • Google Colab
  • Kaggle
fastchat
37.9 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
haraygese's picture
haraygese
Update README.md
e27abfc almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    56 Bytes
    Update README.md almost 3 years ago
  • adapter_config.json
    360 Bytes
    Upload model (#1) almost 3 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    37.9 MB
    xet
    Upload model (#1) almost 3 years ago