Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

AAU-NLP
/
Cal-BERT-SL1000

Token Classification
Transformers
Safetensors
English
bert
financial NLP
named entity recognition
sequence labeling
structured extraction
hierarchical taxonomy
XBRL
iXBRL
SEC filings
financial-information-extraction
Model card Files Files and versions
xet
Community
1

Instructions to use AAU-NLP/Cal-BERT-SL1000 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AAU-NLP/Cal-BERT-SL1000 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="AAU-NLP/Cal-BERT-SL1000")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("AAU-NLP/Cal-BERT-SL1000")
    model = AutoModelForTokenClassification.from_pretrained("AAU-NLP/Cal-BERT-SL1000")
  • Notebooks
  • Google Colab
  • Kaggle
Cal-BERT-SL1000
440 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
rasmus-aau's picture
rasmus-aau
nielsr's picture
nielsr HF Staff
Add paper link and citation, update official repository (#1)
5929658 17 days ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    2.2 kB
    Add paper link and citation, update official repository (#1) 17 days ago
  • config.json
    132 kB
    Upload 6 files about 1 year ago
  • model.safetensors
    439 MB
    xet
    Upload 6 files about 1 year ago
  • special_tokens_map.json
    695 Bytes
    Upload 6 files about 1 year ago
  • tokenizer.json
    711 kB
    Upload 6 files about 1 year ago
  • tokenizer_config.json
    1.33 kB
    Upload 6 files about 1 year ago
  • vocab.txt
    232 kB
    Upload 6 files about 1 year ago