Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use Econlinguistics/debtbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Econlinguistics/debtbert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Econlinguistics/debtbert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Econlinguistics/debtbert") model = AutoModelForSequenceClassification.from_pretrained("Econlinguistics/debtbert") - Notebooks
- Google Colab
- Kaggle
Commit ·
dc5e13e
1
Parent(s): c52d0c4
End of training
Browse files
runs/Apr20_16-29-33_e7482628ca6e/events.out.tfevents.1682008182.e7482628ca6e.281.0
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:94a80acecd439af95d15810d46e0db6884a5be1cd9fa69dae02daa7d83407deb
|
| 3 |
+
size 4755
|