Instructions to use Sujith2121/django-docker-fastapi-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sujith2121/django-docker-fastapi-model with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Sujith2121/django-docker-fastapi-model", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
f1dd136 | 1 2 3 4 5 6 7 | {
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"pad_token": "<|endoftext|>",
"unk_token": "<|endoftext|>"
}
|