Text Generation
PEFT
Safetensors
Chinese
English
lora
traditional-chinese
ic-design
content-moderation
data-loss-prevention
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
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ tags:
|
|
| 15 |
library_name: peft
|
| 16 |
---
|
| 17 |
|
| 18 |
-
|
| 19 |
|
| 20 |
# IC Design Content Firewall (Traditional Chinese)
|
| 21 |
|
|
|
|
| 15 |
library_name: peft
|
| 16 |
---
|
| 17 |
|
| 18 |
+
<img src="https://huggingface.co/GOSHUNCLE/ic_content_firewall_zh/resolve/main/banner.svg" alt="banner" width="900" />
|
| 19 |
|
| 20 |
# IC Design Content Firewall (Traditional Chinese)
|
| 21 |
|