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 ·
2cd5afb
1
Parent(s): ff01d16
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438007925
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3907428836756158c93b327838c2d98e5f660d0e55560bd60221b25f1678cf1a
|
| 3 |
size 438007925
|
runs/Apr20_16-34-08_e7482628ca6e/events.out.tfevents.1682008453.e7482628ca6e.281.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:021c42754470604cace27085bcbfe76bea879d48e73fcd4e728cef3e79c9b33f
|
| 3 |
+
size 5072
|