Instructions to use Pipper/SolCoderFuncs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Pipper/SolCoderFuncs with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Pipper/SolCoderFuncs") model = AutoModelForSeq2SeqLM.from_pretrained("Pipper/SolCoderFuncs") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
f1fa69a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2f80d136f2253afe1a7904fe850d6f6592eec6074bd7affa35146ed957e3137c
size 891558816
|