Instructions to use EttoreCaputo/ACC-Mistral-v0.3-7B-q4-AbstRCT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use EttoreCaputo/ACC-Mistral-v0.3-7B-q4-AbstRCT with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/mistral-7b-instruct-v0.3-bnb-4bit") model = PeftModel.from_pretrained(base_model, "EttoreCaputo/ACC-Mistral-v0.3-7B-q4-AbstRCT") - Notebooks
- Google Colab
- Kaggle
| { | |
| "epoch": 4.982857142857143, | |
| "total_flos": 6.16643394722857e+16, | |
| "train_loss": 0.029113658708195354, | |
| "train_runtime": 1637.6537, | |
| "train_samples_per_second": 1.069, | |
| "train_steps_per_second": 0.131 | |
| } |