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: 135 Bytes
076b539 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9fdd5d4e5abc47b7801925fa4319a27dafffe3e26c99c08dec6388e846d06382
size 1045856081
|