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: 134 Bytes
076b539 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:999968e8507c4b291fb95454907a11256d5d7a19cd2a0e8ff6f63b25718551bf
size 826871587
|