Instructions to use aychang/roberta-base-imdb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aychang/roberta-base-imdb with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="aychang/roberta-base-imdb")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("aychang/roberta-base-imdb") model = AutoModelForSequenceClassification.from_pretrained("aychang/roberta-base-imdb") - Notebooks
- Google Colab
- Kaggle
Cite model in article
#1
by sudo - opened
Hello,
How I can reference your model in a conference article, please ?
Hi Sid,
Feel free to just add my contact info and a URL link the model:
Andrew Chang aychang995@gmail.com
Let me know if you have any other questions, thanks!
-Andrew
aychang changed discussion status to closed
Hi Andrew,
Ok, thank you for your reply π€
Sid Ali.