Instructions to use aavinashsyamala/huffpost-roberta-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aavinashsyamala/huffpost-roberta-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="aavinashsyamala/huffpost-roberta-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("aavinashsyamala/huffpost-roberta-classifier") model = AutoModelForSequenceClassification.from_pretrained("aavinashsyamala/huffpost-roberta-classifier") - Notebooks
- Google Colab
- Kaggle
Upload best_roberta.pt with huggingface_hub
Browse files- best_roberta.pt +3 -0
best_roberta.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e3afe0be45cd73c4b6474ec407a6f92e272a34fce63917d259a29878a76fa97
|
| 3 |
+
size 498734776
|