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-chunk-classifier-modernbert-base

Text Classification
Transformers
PyTorch
English
funding-extraction
arxiv
scholarly-communication
chunk-classification
modernbert
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use cometadata/funding-chunk-classifier-modernbert-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="cometadata/funding-chunk-classifier-modernbert-base")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("cometadata/funding-chunk-classifier-modernbert-base", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
funding-chunk-classifier-modernbert-base
1.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
3e3be95 verified 5 days ago
  • .gitattributes
    1.52 kB
    initial commit 5 days ago
  • README.md
    7.44 kB
    Initial upload: ModernBERT-base chunk classifier (stage 1 of funding-extraction cascade) 5 days ago
  • model.safetensors
    596 MB
    xet
    Adding `safetensors` variant of this model 5 days ago
  • modeling.py
    1.34 kB
    Initial upload: ModernBERT-base chunk classifier (stage 1 of funding-extraction cascade) 5 days ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    596 MB
    xet
    Initial upload: ModernBERT-base chunk classifier (stage 1 of funding-extraction cascade) 5 days ago
  • tokenizer.json
    3.58 MB
    Initial upload: ModernBERT-base chunk classifier (stage 1 of funding-extraction cascade) 5 days ago
  • tokenizer_config.json
    351 Bytes
    Initial upload: ModernBERT-base chunk classifier (stage 1 of funding-extraction cascade) 5 days ago