Instructions to use chchen/Qwen2.5-7B-Instruct-PsyCourse-doc-fold1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use chchen/Qwen2.5-7B-Instruct-PsyCourse-doc-fold1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-7B-Instruct") model = PeftModel.from_pretrained(base_model, "chchen/Qwen2.5-7B-Instruct-PsyCourse-doc-fold1") - Notebooks
- Google Colab
- Kaggle
| { | |
| "epoch": 4.938271604938271, | |
| "eval_loss": 0.02043716236948967, | |
| "eval_runtime": 28.7191, | |
| "eval_samples_per_second": 1.567, | |
| "eval_steps_per_second": 1.567 | |
| } |