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

novelcore
/
gem-xlm-roberta

Fill-Mask
Transformers
Safetensors
Greek
English
xlm-roberta
greek
english
legal
bilingual
masked-lm
multilingual
cross-lingual
Model card Files Files and versions
xet
Community

Instructions to use novelcore/gem-xlm-roberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use novelcore/gem-xlm-roberta with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="novelcore/gem-xlm-roberta")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("novelcore/gem-xlm-roberta")
    model = AutoModelForMaskedLM.from_pretrained("novelcore/gem-xlm-roberta")
  • Notebooks
  • Google Colab
  • Kaggle
gem-xlm-roberta
502 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
alexaapo's picture
alexaapo
Update README.md
d3282a6 verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    7.22 kB
    Update README.md 7 months ago
  • config.json
    644 Bytes
    Upload Greek RoBERTa model after pretraining completion 9 months ago
  • model.safetensors
    499 MB
    xet
    Upload Greek RoBERTa model after pretraining completion 9 months ago
  • special_tokens_map.json
    970 Bytes
    Upload Greek RoBERTa tokenizer 9 months ago
  • tokenizer.json
    3.39 MB
    Upload Greek RoBERTa tokenizer 9 months ago
  • tokenizer_config.json
    1.27 kB
    Upload Greek RoBERTa tokenizer 9 months ago