Instructions to use arshiahemmat/NewsPredictor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use arshiahemmat/NewsPredictor with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="arshiahemmat/NewsPredictor")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("arshiahemmat/NewsPredictor") model = AutoModelForSequenceClassification.from_pretrained("arshiahemmat/NewsPredictor") - Notebooks
- Google Colab
- Kaggle
Commit History
Create README.md 2079c5e
Training in progress, epoch 1 c41cac7
Arshia Hemmat commited on
initial commit 7613445
Arshia Hemmat commited on