Tabular Regression
Transformers
Safetensors
gpt2
MOE
GPT-2
tabular
generative
causalLM
text-generation-inference
Instructions to use sonicc/tabby-distilgpt2-diabetes with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sonicc/tabby-distilgpt2-diabetes with Transformers:
# Load model directly from transformers import AutoTokenizer, MHTabbyGPT2 tokenizer = AutoTokenizer.from_pretrained("sonicc/tabby-distilgpt2-diabetes") model = MHTabbyGPT2.from_pretrained("sonicc/tabby-distilgpt2-diabetes", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.