Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ language:
|
|
23 |
|
24 |
</p>
|
25 |
|
26 |
-
**Paper**: [GreenLLaMA: A Framework for Detoxification with Explanations](https://arxiv.org/abs/
|
27 |
|
28 |
This model card corresponds to the GreenLLaMA 7B detoxification model based on [LLaMA-2](https://huggingface.co/meta-llama/Llama-2-7b). The model is finetuned with Chain-of-Thought (CoT) explanation.
|
29 |
|
@@ -219,6 +219,11 @@ In creating an open model, we have carefully considered the following:
|
|
219 |
## Citation
|
220 |
If you use GreenLLaMA for your scientific publication, or if you find the resources in this repository useful, please cite our paper as follows (to be updated):
|
221 |
```
|
222 |
-
|
|
|
|
|
|
|
|
|
|
|
223 |
|
224 |
```
|
|
|
23 |
|
24 |
</p>
|
25 |
|
26 |
+
**Paper**: [GreenLLaMA: A Framework for Detoxification with Explanations](https://arxiv.org/abs/2402.15951)
|
27 |
|
28 |
This model card corresponds to the GreenLLaMA 7B detoxification model based on [LLaMA-2](https://huggingface.co/meta-llama/Llama-2-7b). The model is finetuned with Chain-of-Thought (CoT) explanation.
|
29 |
|
|
|
219 |
## Citation
|
220 |
If you use GreenLLaMA for your scientific publication, or if you find the resources in this repository useful, please cite our paper as follows (to be updated):
|
221 |
```
|
222 |
+
@inproceedings{Khondaker2024GreenLLaMA,
|
223 |
+
title={GreenLLaMA: A Framework for Detoxification with Explanations},
|
224 |
+
author={Md. Tawkat Islam Khondaker and Muhammad Abdul-Mageed and Laks V. S. Lakshmanan},
|
225 |
+
year={2024},
|
226 |
+
url={https://arxiv.org/abs/2402.15951}
|
227 |
+
}
|
228 |
|
229 |
```
|