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

zakarth
/
patina

Text Generation
PEFT
Safetensors
English
style-transfer
victorian
lora
qwen3
text2text-generation
conversational
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • PEFT

    How to use zakarth/patina with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-8B")
    model = PeftModel.from_pretrained(base_model, "zakarth/patina")
  • Notebooks
  • Google Colab
  • Kaggle
patina
361 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
zakarth's picture
zakarth
Rewrite card: purpose, method, novelty, reproducible examples
2b3cfa8 verified 3 days ago
  • .gitattributes
    1.57 kB
    Victorian rephraser v2 (SFT) β€” QLoRA adapter for Qwen3-8B 3 days ago
  • README.md
    14.4 kB
    Rewrite card: purpose, method, novelty, reproducible examples 3 days ago
  • adapter_config.json
    1.28 kB
    Victorian rephraser v2 (SFT) β€” QLoRA adapter for Qwen3-8B 3 days ago
  • adapter_model.safetensors
    349 MB
    xet
    Victorian rephraser v2 (SFT) β€” QLoRA adapter for Qwen3-8B 3 days ago
  • chat_template.jinja
    4.67 kB
    Victorian rephraser v2 (SFT) β€” QLoRA adapter for Qwen3-8B 3 days ago
  • tokenizer.json
    11.4 MB
    xet
    Victorian rephraser v2 (SFT) β€” QLoRA adapter for Qwen3-8B 3 days ago
  • tokenizer_config.json
    5.1 kB
    Victorian rephraser v2 (SFT) β€” QLoRA adapter for Qwen3-8B 3 days ago