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

  • Log In
  • Sign Up

Azmarah
/
finbert-keyword-extraction

Token Classification
Transformers
Safetensors
English
bert
keyword-extraction
finbert
finance
Model card Files Files and versions
xet
Community

Instructions to use Azmarah/finbert-keyword-extraction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Azmarah/finbert-keyword-extraction with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Azmarah/finbert-keyword-extraction")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Azmarah/finbert-keyword-extraction")
    model = AutoModelForTokenClassification.from_pretrained("Azmarah/finbert-keyword-extraction")
  • Notebooks
  • Google Colab
  • Kaggle
finbert-keyword-extraction
437 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Azmarah's picture
Azmarah
Create README.md
6654d8f verified 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    241 Bytes
    Create README.md 12 months ago
  • config.json
    674 Bytes
    Upload folder using huggingface_hub 12 months ago
  • final dataset_English.csv
    178 kB
    Upload folder using huggingface_hub 12 months ago
  • model.safetensors
    436 MB
    xet
    Upload folder using huggingface_hub 12 months ago
  • special_tokens_map.json
    125 Bytes
    Upload folder using huggingface_hub 12 months ago
  • tokenizer.json
    711 kB
    Upload folder using huggingface_hub 12 months ago
  • tokenizer_config.json
    1.27 kB
    Upload folder using huggingface_hub 12 months ago
  • vocab.txt
    232 kB
    Upload folder using huggingface_hub 12 months ago