Instructions to use AvengingPrime/Reddit_and_Procon with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AvengingPrime/Reddit_and_Procon with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("AvengingPrime/Reddit_and_Procon") model = AutoModelForSeq2SeqLM.from_pretrained("AvengingPrime/Reddit_and_Procon") - Notebooks
- Google Colab
- Kaggle
Commit ·
295bfc7
1
Parent(s): 47c9fdb