Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use gArthur98/Greg-DistilBert-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gArthur98/Greg-DistilBert-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="gArthur98/Greg-DistilBert-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("gArthur98/Greg-DistilBert-classifier") model = AutoModelForSequenceClassification.from_pretrained("gArthur98/Greg-DistilBert-classifier") - Notebooks
- Google Colab
- Kaggle
Commit ·
31c2b60
1
Parent(s): 6fc3d33
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (659707f040f6111f9cf9153a0897830a14e6004f)
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:612305e0ddd54beb9fb1d3d1540fd93e8552e25f96ce9a6c6a5e182ee0918864
|
| 3 |
+
size 267835644
|