Instructions to use yossir/cluster-ber with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yossir/cluster-ber with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="yossir/cluster-ber")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("yossir/cluster-ber") model = AutoModelForSequenceClassification.from_pretrained("yossir/cluster-ber") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:74861e2ec0426642e4a7d05cea4f8ddcdf1b235549aa71c8f40757e7f19789d4
|
| 3 |
+
size 737716718
|