Instructions to use gianma/classifierEUtopLevelLongerTrainBDWdInt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gianma/classifierEUtopLevelLongerTrainBDWdInt with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="gianma/classifierEUtopLevelLongerTrainBDWdInt")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("gianma/classifierEUtopLevelLongerTrainBDWdInt") model = AutoModelForSequenceClassification.from_pretrained("gianma/classifierEUtopLevelLongerTrainBDWdInt") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (367bd858e633c06f482b6d4d2fd992c98bc29be2)
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:4cdeca44ea706da224f63dacf0393b88dea7e1e699c49326b1903d2abe76bfa5
|
| 3 |
+
size 444489952
|