Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use pedroplanel/bert-base-banking77 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pedroplanel/bert-base-banking77 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="pedroplanel/bert-base-banking77")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("pedroplanel/bert-base-banking77") model = AutoModelForSequenceClassification.from_pretrained("pedroplanel/bert-base-banking77") - Notebooks
- Google Colab
- Kaggle
Pedro Gabriel commited on
Commit ·
85320dc
1
Parent(s): 5c62808
Training in progress, epoch 3
Browse files
logs/events.out.tfevents.1685399845.209eb5847d42.988.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:fd90f6a529917dece88ad3ba44922c3af3147ccee2a3b97e371777bc305bf010
|
| 3 |
+
size 11647
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438238581
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3acb1f2facfbf0bc68225b6da227f2bf4fee3f3de3dcd4cbd788e7de8df01e4
|
| 3 |
size 438238581
|