Instructions to use dortucx/gpt2-nm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dortucx/gpt2-nm with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="dortucx/gpt2-nm")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("dortucx/gpt2-nm") model = AutoModel.from_pretrained("dortucx/gpt2-nm") - Notebooks
- Google Colab
- Kaggle
DO NOT DOWNLOAD - THIS MODEL HAS BEEN UPLOADED FOR TESTING PURPOSES ONLY
- Downloads last month
- 2