Instructions to use mamakos/CMClassifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mamakos/CMClassifier with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("teknium/OpenHermes-2.5-Mistral-7B") model = PeftModel.from_pretrained(base_model, "mamakos/CMClassifier") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,29 +9,19 @@ base_model: teknium/OpenHermes-2.5-Mistral-7B
|
|
| 9 |
|
| 10 |
|
| 11 |
|
| 12 |
-
## Model
|
| 13 |
|
| 14 |
-
|
| 15 |
|
| 16 |
-
<!-- Provide a longer summary of what this model is. -->
|
| 17 |
|
| 18 |
|
| 19 |
-
|
| 20 |
-
- **Developed by:** [More Information Needed]
|
| 21 |
-
- **Funded by [optional]:** [More Information Needed]
|
| 22 |
-
- **Shared by [optional]:** [More Information Needed]
|
| 23 |
-
- **Model type:** [More Information Needed]
|
| 24 |
-
- **Language(s) (NLP):** [More Information Needed]
|
| 25 |
-
- **License:** [More Information Needed]
|
| 26 |
-
- **Finetuned from model [optional]:** [More Information Needed]
|
| 27 |
|
| 28 |
### Model Sources [optional]
|
| 29 |
|
| 30 |
<!-- Provide the basic links for the model. -->
|
| 31 |
|
| 32 |
-
- **
|
| 33 |
-
- **Paper [optional]:** [More Information Needed]
|
| 34 |
-
- **Demo [optional]:** [More Information Needed]
|
| 35 |
|
| 36 |
## Uses
|
| 37 |
|
|
|
|
| 9 |
|
| 10 |
|
| 11 |
|
| 12 |
+
## Model Description
|
| 13 |
|
| 14 |
+
This model is a classifier of closed-mindedness: the unwillingness to consider alternative opinions or inconsistent evidence.
|
| 15 |
|
|
|
|
| 16 |
|
| 17 |
|
| 18 |
+
- **Developed by:** Michalis Mamakos https://www.michalismamakos.com/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
### Model Sources [optional]
|
| 21 |
|
| 22 |
<!-- Provide the basic links for the model. -->
|
| 23 |
|
| 24 |
+
- **Paper:** TBD
|
|
|
|
|
|
|
| 25 |
|
| 26 |
## Uses
|
| 27 |
|