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

GOSHUNCLE
/
pii-masking-zh-tw

Text Generation
PEFT
Safetensors
Chinese
English
pii
privacy
taiwan
zh-tw
lora
qwen2.5
Model card Files Files and versions
xet
Community

Instructions to use GOSHUNCLE/pii-masking-zh-tw with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use GOSHUNCLE/pii-masking-zh-tw with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("C:\Users\chris.ma_cycraft\.cache\huggingface\hub\models--Qwen--Qwen2.5-1.5B-Instruct\snapshots\989aa7980e4cf806f80c7fef2b1adb7bc71aa306")
    model = PeftModel.from_pretrained(base_model, "GOSHUNCLE/pii-masking-zh-tw")
  • Notebooks
  • Google Colab
  • Kaggle
pii-masking-zh-tw
1.55 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
GOSHUNCLE's picture
GOSHUNCLE
initial commit
bf10086 verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    31 Bytes
    initial commit 3 months ago