Instructions to use augustocsc/Se124M500KInfKeyValue with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use augustocsc/Se124M500KInfKeyValue with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("gpt2") model = PeftModel.from_pretrained(base_model, "augustocsc/Se124M500KInfKeyValue") - Notebooks
- Google Colab
- Kaggle
| { | |
| "epoch": 29.0, | |
| "total_flos": 5.058807603414958e+17, | |
| "train_loss": 0.11824046083851339, | |
| "train_runtime": 25872.5126, | |
| "train_samples_per_second": 514.295, | |
| "train_steps_per_second": 16.073 | |
| } |