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 ·
ff01d16
1
Parent(s): 367d5c4
Training in progress, epoch 1
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:760a286041bb7d64f5fcc41aa1652803587aa3a421b042778473c676478c48aa
|
| 3 |
size 438007925
|
runs/Apr20_16-34-08_e7482628ca6e/1682008453.7674494/events.out.tfevents.1682008453.e7482628ca6e.281.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea3ffdd41322fb23d71e0c074f39feff71a0216330c6c4760d9743fff1970bd1
|
| 3 |
+
size 5866
|
runs/Apr20_16-34-08_e7482628ca6e/events.out.tfevents.1682008453.e7482628ca6e.281.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d43e05556c6f2ea8df201cd563d7839c5e8a912510ea5a18556e4889c5a4e2dd
|
| 3 |
+
size 4407
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3579
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e876ee2d2646ca91bf92af0a44c40f71b61599995fe3e35e05a273eae2e7faf1
|
| 3 |
size 3579
|