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 tokenizer_sentiment.pkl with huggingface_hub
Browse files- tokenizer_sentiment.pkl +2 -2
tokenizer_sentiment.pkl
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:1b0ec813e704f20f2070b3dc6899d0e5a00b270abb7a2c37650f98f4516d5022
|
| 3 |
+
size 1313265
|