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
|
@@ -16,7 +16,7 @@ This model is a classifier of closed-mindedness: the unwillingness to have one's
|
|
| 16 |
|
| 17 |
- **Developed by:** Michalis Mamakos https://www.michalismamakos.com/
|
| 18 |
- **Paper:** TBA
|
| 19 |
-
- **Validation
|
| 20 |
|
| 21 |
|
| 22 |
```python
|
|
|
|
| 16 |
|
| 17 |
- **Developed by:** Michalis Mamakos https://www.michalismamakos.com/
|
| 18 |
- **Paper:** TBA
|
| 19 |
+
- **Validation:** TBA
|
| 20 |
|
| 21 |
|
| 22 |
```python
|