Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use Kirie/test-bert-base-banking77 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kirie/test-bert-base-banking77 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Kirie/test-bert-base-banking77")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Kirie/test-bert-base-banking77") model = AutoModelForSequenceClassification.from_pretrained("Kirie/test-bert-base-banking77") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
logs/events.out.tfevents.1691000642.WorkStation.31096.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:c8316c0220ca49cbc17e4bb5d6f652b87467b06905e293a775769f913e9858f1
|
| 3 |
+
size 10901
|
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:a0a07a882cc0e66ebc8d0d2e62c284e993105e89c760fb6e92bb45b73e932a31
|
| 3 |
size 438238581
|