Instructions to use rwitz2/grindin with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use rwitz2/grindin with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("AIDC-ai-business_Marcoroni-7B-v3") model = PeftModel.from_pretrained(base_model, "rwitz2/grindin") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@ library_name: peft
|
|
| 3 |
base_model: AIDC-ai-business_Marcoroni-7B-v3
|
| 4 |
license: cc-by-nc-4.0
|
| 5 |
---
|
| 6 |
-
|
| 7 |
# Model Card for Model ID
|
| 8 |
|
| 9 |
<!-- Provide a quick summary of what the model is/does. -->
|
|
|
|
| 3 |
base_model: AIDC-ai-business_Marcoroni-7B-v3
|
| 4 |
license: cc-by-nc-4.0
|
| 5 |
---
|
| 6 |
+
marcoroni + argilla/distilabel-math-preference-dpo for 1 epoch
|
| 7 |
# Model Card for Model ID
|
| 8 |
|
| 9 |
<!-- Provide a quick summary of what the model is/does. -->
|