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

EuroBERT
/
EuroBERT-610m

Fill-Mask
Transformers
PyTorch
Safetensors
eurobert
code
custom_code
Model card Files Files and versions
xet
Community
12

Instructions to use EuroBERT/EuroBERT-610m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use EuroBERT/EuroBERT-610m with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="EuroBERT/EuroBERT-610m", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("EuroBERT/EuroBERT-610m", trust_remote_code=True)
    model = AutoModelForMaskedLM.from_pretrained("EuroBERT/EuroBERT-610m", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
EuroBERT-610m
6.06 GB
Ctrl+K
Ctrl+K
  • 6 contributors
History: 29 commits
hgissbkh's picture
hgissbkh
saattrupdan's picture
saattrupdan
feat: Add EuroBertForQuestionAnswering (#12)
d9af784 verified 7 months ago
  • img
    Upload 3 files about 1 year ago
  • .gitattributes
    1.79 kB
    Upload 4 files about 1 year ago
  • README.md
    6.74 kB
    Update README.md about 1 year ago
  • config.json
    1.42 kB
    fix: Set AutoModelForQuestionAnswering class path in config (#13) 7 months ago
  • configuration_eurobert.py
    12.1 kB
    Upload 3 files about 1 year ago
  • model.safetensors
    3.02 GB
    xet
    Adding `safetensors` variant of this model (#5) about 1 year ago
  • modeling_eurobert.py
    47.6 kB
    feat: Add EuroBertForQuestionAnswering (#12) 7 months ago
  • pytorch_model.bin
    3.02 GB
    xet
    Add files using upload-large-folder tool over 1 year ago
  • special_tokens_map.json
    582 Bytes
    Upload tokenizer about 1 year ago
  • tokenizer.json
    17.2 MB
    xet
    Upload tokenizer about 1 year ago
  • tokenizer_config.json
    50.6 kB
    Upload tokenizer about 1 year ago