Update README.md
Browse files
README.md
CHANGED
|
@@ -6,8 +6,6 @@ CareGuard is a fine-tuned Large Language Model (LLM) designed for cyberbullying
|
|
| 6 |
|
| 7 |
CareGuard is an LLM-based text classification model fine-tuned on labeled Twitter data from the Cyberbully Detection Dataset (Kaggle). It builds on a pretrained multilingual LLM backbone and is optimized to identify cyberbullying, harassment, and abusive language patterns in online communication.
|
| 8 |
|
| 9 |
-
Developed by: Jeloh
|
| 10 |
-
|
| 11 |
Model type: Transformer-based Large Language Model (LLM) for text classification
|
| 12 |
|
| 13 |
Language(s): Multilingual (primarily English)
|
|
@@ -20,7 +18,7 @@ Here is how to use this model in PyTorch:
|
|
| 20 |
```python
|
| 21 |
pipe = pipeline(
|
| 22 |
"text-classification",
|
| 23 |
-
model="JeloH/
|
| 24 |
truncation=True,
|
| 25 |
# device=0 # enable if GPU available
|
| 26 |
)
|
|
|
|
| 6 |
|
| 7 |
CareGuard is an LLM-based text classification model fine-tuned on labeled Twitter data from the Cyberbully Detection Dataset (Kaggle). It builds on a pretrained multilingual LLM backbone and is optimized to identify cyberbullying, harassment, and abusive language patterns in online communication.
|
| 8 |
|
|
|
|
|
|
|
| 9 |
Model type: Transformer-based Large Language Model (LLM) for text classification
|
| 10 |
|
| 11 |
Language(s): Multilingual (primarily English)
|
|
|
|
| 18 |
```python
|
| 19 |
pipe = pipeline(
|
| 20 |
"text-classification",
|
| 21 |
+
model="JeloH/cyberbully_ft_FacebookAI_xlm_roberta_base",
|
| 22 |
truncation=True,
|
| 23 |
# device=0 # enable if GPU available
|
| 24 |
)
|