Instructions to use augustocsc/Se124M10KInfKeyValue with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use augustocsc/Se124M10KInfKeyValue with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("gpt2") model = PeftModel.from_pretrained(base_model, "augustocsc/Se124M10KInfKeyValue") - Notebooks
- Google Colab
- Kaggle
| { | |
| "epoch": 50.0, | |
| "eval_loss": 0.5416154265403748, | |
| "eval_runtime": 9.3336, | |
| "eval_samples_per_second": 160.924, | |
| "eval_steps_per_second": 5.036, | |
| "perplexity": 1.7187811854679051 | |
| } |