Instructions to use yyyjwang/disc7 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use yyyjwang/disc7 with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("meta-llama/Llama-3.2-3B") model = PeftModel.from_pretrained(base_model, "yyyjwang/disc7") - Notebooks
- Google Colab
- Kaggle
| { | |
| "epoch": 1.0, | |
| "total_flos": 4343707729920000.0, | |
| "train_loss": 0.597255859375, | |
| "train_runtime": 54.7176, | |
| "train_samples": 500, | |
| "train_samples_per_second": 9.138, | |
| "train_steps_per_second": 2.284 | |
| } |