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
Upload sentiment-int8.onnx with huggingface_hub
Browse files- sentiment-int8.onnx +2 -2
sentiment-int8.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d044ef2b05d17b0928a148e14ccb3576a783fd27cf357c102bdd526a87bda27
|
| 3 |
+
size 40655243
|