Instructions to use CShorten/decicoder-schemaSplit-5k-steps with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use CShorten/decicoder-schemaSplit-5k-steps with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Deci/DeciCoder-1b") model = PeftModel.from_pretrained(base_model, "CShorten/decicoder-schemaSplit-5k-steps") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
0bb218b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:17632a0137874d074c022c1591f5eb6eddea4f13d1a3fff70ff1625196dd6525
size 100307496
|