Instructions to use theSOL1/kogrammar-tiny-distil with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use theSOL1/kogrammar-tiny-distil with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("theSOL1/kogrammar-tiny-distil") model = AutoModelForSeq2SeqLM.from_pretrained("theSOL1/kogrammar-tiny-distil", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
9b06774 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:412c89819e1f42963a232048d0aedc7b6100e7d16cc36cb00f64b6443e9f2ff7
size 4027
|