Instructions to use EttoreCaputo/ACS-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/ACS-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/ACS-Mistral-v0.3-7B-q4-AbstRCT") - Notebooks
- Google Colab
- Kaggle
| { | |
| "epoch": 4.982857142857143, | |
| "total_flos": 9.788115420905472e+16, | |
| "train_loss": 0.006386435382761234, | |
| "train_runtime": 2535.9671, | |
| "train_samples_per_second": 0.69, | |
| "train_steps_per_second": 0.085 | |
| } |