Instructions to use EttoreCaputo/ARI-Qwen-2.5-7B-q4-AbstRCT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use EttoreCaputo/ARI-Qwen-2.5-7B-q4-AbstRCT with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-7B-Instruct-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "EttoreCaputo/ARI-Qwen-2.5-7B-q4-AbstRCT") - Notebooks
- Google Colab
- Kaggle
| { | |
| "epoch": 4.982857142857143, | |
| "total_flos": 6.074175768153293e+16, | |
| "train_loss": 0.13208661772484004, | |
| "train_runtime": 1471.8376, | |
| "train_samples_per_second": 1.189, | |
| "train_steps_per_second": 0.146 | |
| } |