Instructions to use N8Programs/lil-bard-checkpts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use N8Programs/lil-bard-checkpts with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("N8Programs/lil-bard-checkpts", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 71 Bytes
5f1f69f | 1 2 3 4 5 | {
"bos_token_id": 8190,
"eos_token_id": 0,
"pad_token_id": 8191
} |