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
File size: 222 Bytes
4a7d980 | 1 2 3 4 5 6 7 8 | {
"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
} |