Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,8 @@ base_model:
|
|
16 |
|
17 |
# Model Card for Typhoon Safety Model
|
18 |
|
19 |
-
Typhoon Safety Model
|
|
|
20 |
|
21 |
Typhoon Safety is a lightweight binary classifier built on mDeBERTa-v3-base that detects harmful content in both English and Thai languages, with particular emphasis on Thai cultural sensitivities. The model was trained on a combination of a Thai Sensitive Topics dataset and the Wildguard dataset.
|
22 |
|
@@ -101,9 +102,8 @@ The model is designed to predict safety labels across the following categories:
|
|
101 |
</tr>
|
102 |
</table>
|
103 |
|
104 |
-
## Model Details
|
105 |
|
106 |
-
## Model Performance
|
107 |
|
108 |
### Comparison with Other Models (English Content)
|
109 |
| Model | WildGuard | HarmBench | SafeRLHF | BeaverTails | XSTest | Thai Topic | AVG |
|
@@ -131,7 +131,7 @@ The model is designed to predict safety labels across the following categories:
|
|
131 |
- **Finetuned from model:** mDeBERTa v3 base https://huggingface.co/microsoft/mdeberta-v3-base
|
132 |
|
133 |
|
134 |
-
## How to Get Started with the Model
|
135 |
|
136 |
Use the code below to get started with the model.
|
137 |
|
|
|
16 |
|
17 |
# Model Card for Typhoon Safety Model
|
18 |
|
19 |
+
**Typhoon Safety Model**
|
20 |
+
|
21 |
|
22 |
Typhoon Safety is a lightweight binary classifier built on mDeBERTa-v3-base that detects harmful content in both English and Thai languages, with particular emphasis on Thai cultural sensitivities. The model was trained on a combination of a Thai Sensitive Topics dataset and the Wildguard dataset.
|
23 |
|
|
|
102 |
</tr>
|
103 |
</table>
|
104 |
|
|
|
105 |
|
106 |
+
## **Model Performance**
|
107 |
|
108 |
### Comparison with Other Models (English Content)
|
109 |
| Model | WildGuard | HarmBench | SafeRLHF | BeaverTails | XSTest | Thai Topic | AVG |
|
|
|
131 |
- **Finetuned from model:** mDeBERTa v3 base https://huggingface.co/microsoft/mdeberta-v3-base
|
132 |
|
133 |
|
134 |
+
## **How to Get Started with the Model**
|
135 |
|
136 |
Use the code below to get started with the model.
|
137 |
|