Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use philschmid/bert-base-banking77-pt2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use philschmid/bert-base-banking77-pt2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="philschmid/bert-base-banking77-pt2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("philschmid/bert-base-banking77-pt2") model = AutoModelForSequenceClassification.from_pretrained("philschmid/bert-base-banking77-pt2") - Notebooks
- Google Colab
- Kaggle
Commit ·
d89595c
1
Parent(s): 1aef72e
Training in progress, epoch 2
Browse files
logs/events.out.tfevents.1678955228.ip-172-31-46-80.93590.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:80f048f9bb0b47f0bcd871ecda727bc301b4fef0b43ebae93e2259b3827653f3
|
| 3 |
+
size 10966
|
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:862b52dcfb333916c89535f0dc52c5d6c2812f488a40cf191c478c0045ba8120
|
| 3 |
size 438238581
|