Text Classification
Transformers
Safetensors
English
bert
AI
Artificial-Intellegence
AI-Disclosure
Finance
BERT
Financial-NLP
Sentence-Classification
Transformers
Banking
Machine-Learning
text-embeddings-inference
Instructions to use bilalzafar/BankAI-BERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bilalzafar/BankAI-BERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="bilalzafar/BankAI-BERT")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("bilalzafar/BankAI-BERT") model = AutoModelForSequenceClassification.from_pretrained("bilalzafar/BankAI-BERT") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -62,7 +62,7 @@ BankAI-BERT was fine-tuned on a manually annotated dataset comprising sentences
|
|
| 62 |
|
| 63 |
## GitHub Repository
|
| 64 |
|
| 65 |
-
For full pipeline, data, and visualizations, see the **
|
| 66 |
.
|
| 67 |
|
| 68 |
## Citation
|
|
|
|
| 62 |
|
| 63 |
## GitHub Repository
|
| 64 |
|
| 65 |
+
For full pipeline, data, and visualizations, see the [**GitHub repository**](https://github.com/bilalezafar/BankAI-BERT).
|
| 66 |
.
|
| 67 |
|
| 68 |
## Citation
|