Instructions to use stillerman/starcoder-mathematica with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use stillerman/starcoder-mathematica with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoder") model = PeftModel.from_pretrained(base_model, "stillerman/starcoder-mathematica") - Notebooks
- Google Colab
- Kaggle
File size: 72 Bytes
076b539 | 1 2 3 4 5 6 7 | {
"</s>": 49154,
"<s>": 49153,
"<unk>": 49155,
"[PAD]": 49152
}
|