Instructions to use paarthmadan/Sentiment-Analysis-API with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use paarthmadan/Sentiment-Analysis-API with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("paarthmadan/Sentiment-Analysis-API", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
41d626c
1
Parent(s): 4555748
Upload requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.88.0
|
| 2 |
+
pydantic==1.10.2
|
| 3 |
+
torch==1.12.1
|
| 4 |
+
transformers==4.22.2
|