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
|
@@ -32,7 +32,7 @@ A LoRA adapter on top of **Qwen2.5-1.5B-Instruct** that performs structured cont
|
|
| 32 |
|
| 33 |
### 功能
|
| 34 |
|
| 35 |
-
分析中英文混合的 IC 設計業常見用語
|
| 36 |
|
| 37 |
| 維度 | 內容 |
|
| 38 |
|---|---|
|
|
|
|
| 32 |
|
| 33 |
### 功能
|
| 34 |
|
| 35 |
+
分析中英文混合的 IC 設計業工程師常見機密資訊用語,有效避免企業資敏資訊外洩,輸出結構化 JSON:
|
| 36 |
|
| 37 |
| 維度 | 內容 |
|
| 38 |
|---|---|
|