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
37 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
GOSHUNCLE's picture
GOSHUNCLE
Update README.md
402982e verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • LICENSE
    11.2 kB
    Upload 7 files 3 months ago
  • README.md
    7.34 kB
    Update README.md 3 months ago
  • adapter_config.json
    1.27 kB
    Upload 7 files 3 months ago
  • adapter_model.safetensors
    37 MB
    xet
    Upload 7 files 3 months ago
  • banner.svg
    4.32 kB
    Upload 7 files 3 months ago
  • inference.py
    12.7 kB
    add filter 3 months ago
  • requirements.txt
    75 Bytes
    Upload 7 files 3 months ago