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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

clapAI
/
Fin-ModernBERT

Fill-Mask
Transformers
Safetensors
English
modernbert
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use clapAI/Fin-ModernBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use clapAI/Fin-ModernBERT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="clapAI/Fin-ModernBERT")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("clapAI/Fin-ModernBERT")
    model = AutoModelForMaskedLM.from_pretrained("clapAI/Fin-ModernBERT", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Fin-ModernBERT
303 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
hungnm's picture
hungnm
Update README.md
31d3d96 verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    4.59 kB
    Update README.md 11 months ago
  • all_results.json
    443 Bytes
    End of training 11 months ago
  • config.json
    1.22 kB
    Training in progress, step 17 11 months ago
  • eval_results.json
    267 Bytes
    End of training 11 months ago
  • model.safetensors
    299 MB
    xet
    Model save 11 months ago
  • special_tokens_map.json
    694 Bytes
    Training in progress, step 17 11 months ago
  • tokenizer.json
    3.58 MB
    Training in progress, step 17 11 months ago
  • tokenizer_config.json
    20.9 kB
    Training in progress, step 17 11 months ago
  • train_results.json
    196 Bytes
    End of training 11 months ago
  • trainer_state.json
    1.4 kB
    End of training 11 months ago
  • training_args.bin
    5.78 kB
    xet
    Training in progress, step 1466 11 months ago