Text Classification
Transformers
Safetensors
English
mingru
minGRU
sentiment_analysis
custom_code
hf_integration
Instructions to use suayptalha/minGRU-Sentiment-Analysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use suayptalha/minGRU-Sentiment-Analysis with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="suayptalha/minGRU-Sentiment-Analysis", trust_remote_code=True)# Load model directly from transformers import AutoModelForSequenceClassification model = AutoModelForSequenceClassification.from_pretrained("suayptalha/minGRU-Sentiment-Analysis", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
0cb1bed
1
Parent(s): 76a03d2
Yeni dosya yüklendi.
Browse files- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:857355807fe247edd394a07c932f8637977a6c761d238671657d600731e46b60
|
| 3 |
+
size 75096576
|