Instructions to use Frenz/modelsent_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Frenz/modelsent_test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Frenz/modelsent_test")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Frenz/modelsent_test") model = AutoModelForSequenceClassification.from_pretrained("Frenz/modelsent_test") - Notebooks
- Google Colab
- Kaggle
Delete sentiment-int8.onnx
Browse files- sentiment-int8.onnx +0 -3
sentiment-int8.onnx
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8793001d5cbe068ffae63a1d110fb26c85e1c30a8bc9065889cf22cfffe690be
|
| 3 |
-
size 40562561
|
|
|
|
|
|
|
|
|
|
|
|