Text Classification
Transformers
Safetensors
Turkish
bert
legal
multi-label-classification
banking
turkish
contract-analysis
text-embeddings-inference
Instructions to use Agreemind/banking-bert-turkish with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Agreemind/banking-bert-turkish with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Agreemind/banking-bert-turkish")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Agreemind/banking-bert-turkish") model = AutoModelForSequenceClassification.from_pretrained("Agreemind/banking-bert-turkish") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!