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

GOSHUNCLE
/
ic_content_firewall_zh

Text Generation
PEFT
Safetensors
Chinese
English
lora
traditional-chinese
ic-design
content-moderation
data-loss-prevention
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use GOSHUNCLE/ic_content_firewall_zh with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-1.5B-Instruct")
    model = PeftModel.from_pretrained(base_model, "GOSHUNCLE/ic_content_firewall_zh")
  • Notebooks
  • Google Colab
  • Kaggle
ic_content_firewall_zh
73.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
GOSHUNCLE's picture
GOSHUNCLE
Update README.md
2ac4c54 verified 19 days ago
  • .gitattributes
    1.52 kB
    initial commit 19 days ago
  • LICENSE
    809 Bytes
    Initial release: v1 adapter + inference code 19 days ago
  • README.md
    6.66 kB
    Update README.md 19 days ago
  • adapter_config.json
    1.15 kB
    Update adapter_config.json 19 days ago
  • adapter_model.safetensors
    73.9 MB
    xet
    Initial release: v1 adapter + inference code 19 days ago
  • banner.svg
    5.04 kB
    Upload banner.svg 19 days ago
  • inference.py
    9.7 kB
    Initial release: v1 adapter + inference code 19 days ago
  • requirements.txt
    87 Bytes
    Initial release: v1 adapter + inference code 19 days ago