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
| { | |
| "tokenizer_class": "PreTrainedTokenizerFast", | |
| "bos_token": "<|beginoftext|>", | |
| "eos_token": "<|endoftext|>", | |
| "pad_token": "<|pad|>", | |
| "model_max_length": 32768, | |
| "clean_up_tokenization_spaces": false, | |
| "unk_token": "<|unk|>" | |
| } |