natong19 commited on
Commit
55103b6
·
verified ·
1 Parent(s): c972815

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
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