Instructions to use chatwithnerd/tiny-bert-master-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chatwithnerd/tiny-bert-master-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="chatwithnerd/tiny-bert-master-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("chatwithnerd/tiny-bert-master-classifier") model = AutoModelForSequenceClassification.from_pretrained("chatwithnerd/tiny-bert-master-classifier") - Notebooks
- Google Colab
- Kaggle
Commit ·
0bd50f8
1
Parent(s): 4d1f95b
Added latest categories
Browse files- pytorch_model.bin +2 -2
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b5c27238c779fad6534f25e675ef99d0f7bc0af7f588ecff430eb99e2853796
|
| 3 |
+
size 57480583
|