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
| { | |
| "bos_token": { | |
| "content": "<BOS>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "eos_token": { | |
| "content": "<EOC>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "pad_token": "<|endoftext|>", | |
| "unk_token": "<|endoftext|>" | |
| } | |