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 ·
8d51c84
1
Parent(s): d89595c
Training in progress, epoch 3
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:6a8eb4ab791e2322f6534090a9914864bfd20da5c368ca38757cb4f809df37a2
|
| 3 |
+
size 11754
|
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:cd61670e800cdf74ff8fc5c87006f08014ea896a1325ac6be031dc2354faed0c
|
| 3 |
size 438238581
|