Instructions to use michaelfeil/ct2fast-RedPajama-INCITE-Chat-3B-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use michaelfeil/ct2fast-RedPajama-INCITE-Chat-3B-v1 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("michaelfeil/ct2fast-RedPajama-INCITE-Chat-3B-v1", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "add_prefix_space": false, | |
| "bos_token": "<|endoftext|>", | |
| "clean_up_tokenization_spaces": true, | |
| "eos_token": "<|endoftext|>", | |
| "model_max_length": 2048, | |
| "tokenizer_class": "GPTNeoXTokenizer", | |
| "unk_token": "<|endoftext|>" | |
| } | |