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 1
Browse files
logs/1690972486.404313/events.out.tfevents.1690972486.WorkStation.24660.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5bf9a0186bc60d1bbb85e0c08e133c99f544cb8a5d03244fcfc1c9a8fc33f658
|
| 3 |
+
size 5916
|
logs/events.out.tfevents.1690972486.WorkStation.24660.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9635248aa1109322ee7cf4fc75411fa5f459ee91c6437952b5a043f3919a02d2
|
| 3 |
+
size 10113
|
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:9a6c9178ec6444b2f877f2b1f7fffdb06b3234142ea68839154d1f8f7c12a028
|
| 3 |
size 438238581
|