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

CMB-ClimateModernBERT
/
A_CX

Fill-Mask
Transformers
Safetensors
English
modernbert
climate
domain-adaptation
continued-pretraining
academic-text
Model card Files Files and versions
xet
Community

Instructions to use CMB-ClimateModernBERT/A_CX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use CMB-ClimateModernBERT/A_CX with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="CMB-ClimateModernBERT/A_CX")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("CMB-ClimateModernBERT/A_CX")
    model = AutoModelForMaskedLM.from_pretrained("CMB-ClimateModernBERT/A_CX", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
A_CX
601 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Michaelyya's picture
Michaelyya
Update model card
c5655ce verified 19 days ago
  • .gitattributes
    1.52 kB
    initial commit 20 days ago
  • README.md
    6.13 kB
    Update model card 19 days ago
  • config.json
    1.15 kB
    Republish sraj/CMB_MARK_CX as A_CX 20 days ago
  • model.safetensors
    599 MB
    xet
    Republish sraj/CMB_MARK_CX as A_CX 20 days ago
  • special_tokens_map.json
    693 Bytes
    Republish sraj/CMB_MARK_CX as A_CX 20 days ago
  • tokenizer.json
    2.13 MB
    Republish sraj/CMB_MARK_CX as A_CX 20 days ago
  • tokenizer_config.json
    20.8 kB
    Republish sraj/CMB_MARK_CX as A_CX 20 days ago