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

ufal
/
robeczech-base

Fill-Mask
Transformers
PyTorch
google-tensorflow TensorFlow
Safetensors
Czech
roberta
RobeCzech
Czech
RoBERTa
ÚFAL
Model card Files Files and versions
xet
Community
4

Instructions to use ufal/robeczech-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ufal/robeczech-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="ufal/robeczech-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("ufal/robeczech-base")
    model = AutoModelForMaskedLM.from_pretrained("ufal/robeczech-base")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
robeczech-base
1.18 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 10 commits
nazneen's picture
nazneen
model documentation
9238641 over 3 years ago
  • .gitattributes
    690 Bytes
    initial commit almost 5 years ago
  • LICENSE
    20.9 kB
    Add explicit LICENSE. almost 5 years ago
  • README.md
    6.3 kB
    model documentation over 3 years ago
  • config.json
    516 Bytes
    Add RobeCzech checkpoint. almost 5 years ago
  • merges.txt
    601 kB
    Add RobeCzech checkpoint. almost 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.LongStorage"

    What is a pickle import?

    507 MB
    xet
    Add RobeCzech checkpoint. almost 5 years ago
  • tf_model.h5
    668 MB
    xet
    Add RobeCzech checkpoint. almost 5 years ago
  • tokenizer_config.json
    184 Bytes
    Add RobeCzech checkpoint. almost 5 years ago
  • vocab.json
    1.06 MB
    Add RobeCzech checkpoint. almost 5 years ago