Update pipeline tag and paper link in model card
#9
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
library_name: transformers
|
| 3 |
license: apache-2.0
|
| 4 |
license_link: https://huggingface.co/Qwen/Qwen3Guard-Gen-8B/blob/main/LICENSE
|
| 5 |
-
pipeline_tag: text-
|
| 6 |
-
base_model:
|
| 7 |
-
- Qwen/Qwen3-8B
|
| 8 |
---
|
| 9 |
|
| 10 |
# Qwen3Guard-Gen-8B
|
|
@@ -21,7 +21,7 @@ This repository hosts **Qwen3Guard-Gen**, which offers the following key advanta
|
|
| 21 |
* **Multilingual Support:** Qwen3Guard-Gen supports 119 languages and dialects, ensuring robust performance in global and cross-lingual applications.
|
| 22 |
* **Strong Performance:** Qwen3Guard-Gen achieves state-of-the-art performance on various safety benchmarks, excelling in both prompt and response classification across English, Chinese, and multilingual tasks.
|
| 23 |
|
| 24 |
-
For more details, please refer to our [blog](https://qwen.ai/blog?id=f0bbad0677edf58ba93d80a1e12ce458f7a80548&from=research.research-list), [GitHub](https://github.com/QwenLM/Qwen3Guard), and [Technical Report](https://
|
| 25 |
|
| 26 |

|
| 27 |
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- Qwen/Qwen3-8B
|
| 4 |
library_name: transformers
|
| 5 |
license: apache-2.0
|
| 6 |
license_link: https://huggingface.co/Qwen/Qwen3Guard-Gen-8B/blob/main/LICENSE
|
| 7 |
+
pipeline_tag: text-classification
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# Qwen3Guard-Gen-8B
|
|
|
|
| 21 |
* **Multilingual Support:** Qwen3Guard-Gen supports 119 languages and dialects, ensuring robust performance in global and cross-lingual applications.
|
| 22 |
* **Strong Performance:** Qwen3Guard-Gen achieves state-of-the-art performance on various safety benchmarks, excelling in both prompt and response classification across English, Chinese, and multilingual tasks.
|
| 23 |
|
| 24 |
+
For more details, please refer to our [blog](https://qwen.ai/blog?id=f0bbad0677edf58ba93d80a1e12ce458f7a80548&from=research.research-list), [GitHub](https://github.com/QwenLM/Qwen3Guard), and [Technical Report](https://huggingface.co/papers/2510.14276).
|
| 25 |
|
| 26 |

|
| 27 |
|