Instructions to use Kyleyee/gpm_tldr_3e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kyleyee/gpm_tldr_3e with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Kyleyee/gpm_tldr_3e") model = AutoModel.from_pretrained("Kyleyee/gpm_tldr_3e") - Notebooks
- Google Colab
- Kaggle
Ctrl+K