Text Classification
Transformers
PyTorch
Safetensors
English
bert
feature-extraction
Eval Results (legacy)
text-embeddings-inference
Instructions to use shhossain/bert-tiny-book-text-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use shhossain/bert-tiny-book-text-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="shhossain/bert-tiny-book-text-classifier")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("shhossain/bert-tiny-book-text-classifier") model = AutoModel.from_pretrained("shhossain/bert-tiny-book-text-classifier") - Notebooks
- Google Colab
- Kaggle
Commit ·
46b5bb0
1
Parent(s): b4f47de
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (3c26decfe6983e57fb5a392ee5ae190101fdb7a8)
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:c841c6e94a5aac7b827623d5455820ecc0d30c57206a21478fe71a62de7fb85e
|
| 3 |
+
size 17547912
|