Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use wildercb/bert-s with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use wildercb/bert-s with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="wildercb/bert-s")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("wildercb/bert-s") model = AutoModelForSequenceClassification.from_pretrained("wildercb/bert-s") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
runs/Apr24_00-47-21_531497a1cb5f/events.out.tfevents.1682297244.531497a1cb5f.155.2
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:6c12a392fe465c889f567ca31f7cce227c9f0fcc4e079df0abbf20bfb73545f7
|
| 3 |
+
size 4350
|
runs/Apr24_00-47-21_531497a1cb5f/events.out.tfevents.1682301170.531497a1cb5f.155.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2718af91ef8d0414d6c5e1508006846ad9de7dbcd77635b9cf3be5c9672ab6a5
|
| 3 |
+
size 457
|