Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

bilalzafar
/
BankAI-BERT

Text Classification
Transformers
Safetensors
English
bert
AI
Artificial-Intellegence
AI-Disclosure
Finance
BERT
Financial-NLP
Sentence-Classification
Transformers
Banking
Machine-Learning
text-embeddings-inference
Model card Files Files and versions
xet
Community

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
BankAI-BERT
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 40 commits
bilalzafar's picture
bilalzafar
Update README.md
54dffe8 verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    3.04 kB
    Update README.md 7 months ago
  • config.json
    687 Bytes
    FinAI-BERT Model File 11 months ago
  • model.safetensors
    438 MB
    xet
    FinAI-BERT Model File 11 months ago
  • special_tokens_map.json
    125 Bytes
    FinAI-BERT Model File 11 months ago
  • tokenizer.json
    712 kB
    FinAI-BERT Model File 11 months ago
  • tokenizer_config.json
    1.22 kB
    FinAI-BERT Model File 11 months ago
  • vocab.txt
    232 kB
    FinAI-BERT Model File 11 months ago