Instructions to use NLPScholars/Roberta-Earning-Call-Transcript-Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NLPScholars/Roberta-Earning-Call-Transcript-Classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="NLPScholars/Roberta-Earning-Call-Transcript-Classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("NLPScholars/Roberta-Earning-Call-Transcript-Classification") model = AutoModelForSequenceClassification.from_pretrained("NLPScholars/Roberta-Earning-Call-Transcript-Classification") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
4e3de1a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7e576054cd7500c0dbbf0fd1a8f9eed8654a4dee51cfc1f088bd1f053e2cf0f3
size 498687085
|