Instructions to use gianma/classifierEUtopLevelLongerTrain with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gianma/classifierEUtopLevelLongerTrain with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="gianma/classifierEUtopLevelLongerTrain")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("gianma/classifierEUtopLevelLongerTrain") model = AutoModelForSequenceClassification.from_pretrained("gianma/classifierEUtopLevelLongerTrain") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (2ee5cceaff4c210a59f458f0db2d805f7d064963)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8feca4521ec668f3da7d35b4992c17a5fdc15ce8ef82e09d6e4bc702c2a6b395
|
| 3 |
+
size 444489952
|