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

CCLV
/
kaon-w

Text Generation
PEFT
Safetensors
lora
dpo
role-playing
chinese
Model card Files Files and versions
xet
Community

Instructions to use CCLV/kaon-w with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use CCLV/kaon-w with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("/mnt/local/zeyu/models/kaon-c-mistral-12b-v0.1-dpo-v0.1")
    model = PeftModel.from_pretrained(base_model, "CCLV/kaon-w")
  • Notebooks
  • Google Colab
  • Kaggle
kaon-w
912 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
CCLV's picture
CCLV
Upload folder using huggingface_hub
7f03404 verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    1.16 kB
    Upload folder using huggingface_hub 6 months ago
  • adapter_config.json
    756 Bytes
    Upload folder using huggingface_hub 6 months ago
  • adapter_model.safetensors
    912 MB
    xet
    Upload folder using huggingface_hub 6 months ago
  • upload_script.sh
    1.34 kB
    Upload folder using huggingface_hub 6 months ago