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
|
@@ -42,7 +42,7 @@ print(prob) # [0.97105557]
|
|
| 42 |
```
|
| 43 |
|
| 44 |
|
| 45 |
-
## Citation
|
| 46 |
|
| 47 |
If you use this model in your research, please cite: TBA
|
| 48 |
|
|
|
|
| 42 |
```
|
| 43 |
|
| 44 |
|
| 45 |
+
## Citation
|
| 46 |
|
| 47 |
If you use this model in your research, please cite: TBA
|
| 48 |
|