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

cometadata
/
funding-extraction-modernbert-base-spanhead

Token Classification
Transformers
PyTorch
English
funding-extraction
arxiv
scholarly-communication
span-extraction
modernbert
Model card Files Files and versions
xet
Community
1

Instructions to use cometadata/funding-extraction-modernbert-base-spanhead with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use cometadata/funding-extraction-modernbert-base-spanhead with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="cometadata/funding-extraction-modernbert-base-spanhead")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("cometadata/funding-extraction-modernbert-base-spanhead", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
funding-extraction-modernbert-base-spanhead
600 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
parthsarin's picture
parthsarin
Initial upload: ModernBERT-base span head for funding statement extraction
1e00313 verified about 17 hours ago
  • .gitattributes
    1.52 kB
    initial commit about 17 hours ago
  • README.md
    8.89 kB
    Initial upload: ModernBERT-base span head for funding statement extraction about 17 hours ago
  • modeling.py
    1.69 kB
    Initial upload: ModernBERT-base span head for funding statement extraction about 17 hours ago
  • pytorch_model.bin
    596 MB
    xet
    Initial upload: ModernBERT-base span head for funding statement extraction about 17 hours ago
  • tokenizer.json
    3.58 MB
    Initial upload: ModernBERT-base span head for funding statement extraction about 17 hours ago
  • tokenizer_config.json
    351 Bytes
    Initial upload: ModernBERT-base span head for funding statement extraction about 17 hours ago