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
Commit History
End of training 3eee034
Pedro Gabriel commited on
Training in progress, epoch 3 85320dc
Pedro Gabriel commited on
Training in progress, epoch 2 5c62808
Pedro Gabriel commited on
Training in progress, epoch 1 2c4a297
Pedro Gabriel commited on
initial commit c593e95
Pedro Gabriel commited on