Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,13 @@
|
|
| 1 |
---
|
| 2 |
pipeline_tag: text-classification
|
|
|
|
| 3 |
---
|
| 4 |
# Model Card for [natong19/moralization_classifier](https://huggingface.co/natong19/moralization_classifier)
|
| 5 |
|
| 6 |
A classifer for detecting moralizations, soft refusals and unsolicited advice.
|
| 7 |
|
|
|
|
|
|
|
| 8 |
Trained on [OpenLeecher/lmsys_chat_1m_clean](https://huggingface.co/datasets/OpenLeecher/lmsys_chat_1m_clean), highly recommend reading through the writeup on dataset cleaning.
|
| 9 |
|
| 10 |
### Quickstart
|
|
|
|
| 1 |
---
|
| 2 |
pipeline_tag: text-classification
|
| 3 |
+
license: apache-2.0
|
| 4 |
---
|
| 5 |
# Model Card for [natong19/moralization_classifier](https://huggingface.co/natong19/moralization_classifier)
|
| 6 |
|
| 7 |
A classifer for detecting moralizations, soft refusals and unsolicited advice.
|
| 8 |
|
| 9 |
+
Base model: [distilbert/distilroberta-base](https://huggingface.co/distilbert/distilroberta-base)
|
| 10 |
+
|
| 11 |
Trained on [OpenLeecher/lmsys_chat_1m_clean](https://huggingface.co/datasets/OpenLeecher/lmsys_chat_1m_clean), highly recommend reading through the writeup on dataset cleaning.
|
| 12 |
|
| 13 |
### Quickstart
|