yingfeng64 commited on
Commit
d2dbe7a
·
verified ·
1 Parent(s): 04fd6ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -14,11 +14,11 @@ tags:
14
  license: gpl-3.0
15
  ---
16
 
17
- # QwenTox-LoRA
18
 
19
  ## Model Summary
20
 
21
- **QwenTox-LoRA** is a parameter-efficient **multi-label toxic comment classification**
22
  model built upon **Qwen/Qwen3-0.6B-Base**.
23
  By integrating **LoRA adapters** with a lightweight **multi-label classification head**,
24
  the model is specifically designed to address the **severe class imbalance** problem
@@ -93,7 +93,7 @@ base_model = AutoModel.from_pretrained(
93
  # Load LoRA adapters
94
  model = PeftModel.from_pretrained(
95
  base_model,
96
- "your-username/QwenTox-LoRA"
97
  )
98
 
99
  # Load tokenizer
 
14
  license: gpl-3.0
15
  ---
16
 
17
+ # QwenTox
18
 
19
  ## Model Summary
20
 
21
+ **QwenTox** is a parameter-efficient **multi-label toxic comment classification**
22
  model built upon **Qwen/Qwen3-0.6B-Base**.
23
  By integrating **LoRA adapters** with a lightweight **multi-label classification head**,
24
  the model is specifically designed to address the **severe class imbalance** problem
 
93
  # Load LoRA adapters
94
  model = PeftModel.from_pretrained(
95
  base_model,
96
+ "yingfeng64/QwenTox"
97
  )
98
 
99
  # Load tokenizer