Update README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,8 @@ tags:
|
|
| 13 |
|
| 14 |
# LLaMA2 Fine-Tuned on not Engaging with Hate Speech
|
| 15 |
|
|
|
|
|
|
|
| 16 |
## Model Description
|
| 17 |
This model is a fine-tuned version of `meta-llama/Llama-2-13b-chat-hf` on a hate speech dataset using the PEFT approach, to prevent the model from exacerbating hate discourse.
|
| 18 |
|
|
@@ -113,18 +115,14 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
| 113 |
If you use this model, please cite the following reference:
|
| 114 |
|
| 115 |
```bibtex
|
| 116 |
-
@
|
| 117 |
-
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
|
| 123 |
-
|
| 124 |
-
author={Piot, Paloma and Martín-Rodilla, Patricia and Parapar, Javier},
|
| 125 |
-
year={2024},
|
| 126 |
-
month={May},
|
| 127 |
-
pages={2025-2039}
|
| 128 |
}
|
| 129 |
```
|
| 130 |
|
|
|
|
| 13 |
|
| 14 |
# LLaMA2 Fine-Tuned on not Engaging with Hate Speech
|
| 15 |
|
| 16 |
+
This model was created as part of the work "Decoding Hate: Exploring Language Models' Reactions to Hate Speech," which was accepted for the main conference of NAACL 2025.
|
| 17 |
+
|
| 18 |
## Model Description
|
| 19 |
This model is a fine-tuned version of `meta-llama/Llama-2-13b-chat-hf` on a hate speech dataset using the PEFT approach, to prevent the model from exacerbating hate discourse.
|
| 20 |
|
|
|
|
| 115 |
If you use this model, please cite the following reference:
|
| 116 |
|
| 117 |
```bibtex
|
| 118 |
+
@misc{piot2024decodinghateexploringlanguage,
|
| 119 |
+
title={Decoding Hate: Exploring Language Models' Reactions to Hate Speech},
|
| 120 |
+
author={Paloma Piot and Javier Parapar},
|
| 121 |
+
year={2024},
|
| 122 |
+
eprint={2410.00775},
|
| 123 |
+
archivePrefix={arXiv},
|
| 124 |
+
primaryClass={cs.CL},
|
| 125 |
+
url={https://arxiv.org/abs/2410.00775},
|
|
|
|
|
|
|
|
|
|
|
|
|
| 126 |
}
|
| 127 |
```
|
| 128 |
|