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
Commit ·
09815fa
1
Parent(s): 867d45e
Update README.md
Browse files
README.md
CHANGED
|
@@ -47,4 +47,6 @@ model = AutoModelForSequenceClassification.from_pretrained("NLPScholars/Roberta-
|
|
| 47 |
|
| 48 |
# Contributors
|
| 49 |
|
| 50 |
-
*Sumit Ranjan- sumit.ranjan819@gmail.com*,
|
|
|
|
|
|
|
|
|
| 47 |
|
| 48 |
# Contributors
|
| 49 |
|
| 50 |
+
*Sumit Ranjan- sumit.ranjan819@gmail.com*,
|
| 51 |
+
*Aanchal Varma- aanchalvarma511@gmail.com*,
|
| 52 |
+
*Akshul Mittal- akshull.mittal@gmail.com*
|