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-roberta-bilingual

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="novelcore/gem-roberta-bilingual")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("novelcore/gem-roberta-bilingual")
    model = AutoModelForMaskedLM.from_pretrained("novelcore/gem-roberta-bilingual")
  • Notebooks
  • Google Colab
  • Kaggle
gem-roberta-bilingual
506 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
alexaapo's picture
alexaapo
Update README.md
338e541 verified 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    6.52 kB
    Update README.md 8 months ago
  • config.json
    637 Bytes
    Upload Greek RoBERTa model after pretraining completion 11 months ago
  • merges.txt
    1.11 MB
    Upload Greek RoBERTa tokenizer 11 months ago
  • model.safetensors
    499 MB
    xet
    Upload Greek RoBERTa model after pretraining completion 11 months ago
  • special_tokens_map.json
    964 Bytes
    Upload Greek RoBERTa tokenizer 11 months ago
  • tokenizer.json
    4.86 MB
    Upload Greek RoBERTa tokenizer 11 months ago
  • tokenizer_config.json
    1.27 kB
    Upload Greek RoBERTa tokenizer 11 months ago
  • vocab.json
    1.45 MB
    Upload Greek RoBERTa tokenizer 11 months ago