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

jerteh
/
Jerteh-81

Fill-Mask
Transformers
PyTorch
Safetensors
Serbian
roberta
srpski
Serbian
RoBERTa
BERT
MaskedLM
Model card Files Files and versions
xet
Community
2

Instructions to use jerteh/Jerteh-81 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use jerteh/Jerteh-81 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="jerteh/Jerteh-81")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("jerteh/Jerteh-81")
    model = AutoModelForMaskedLM.from_pretrained("jerteh/Jerteh-81")
  • Notebooks
  • Google Colab
  • Kaggle
Jerteh-81
Ctrl+K
Ctrl+K
  • 2 contributors
History: 26 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
83f2a8d verified over 2 years ago
  • .gitattributes
    1.57 kB
    Rename model.safetensors to model.safetensorsx over 2 years ago
  • README.md
    6.18 kB
    Update README.md over 2 years ago
  • config.json
    671 Bytes
    Upload 4 files almost 3 years ago
  • cover.png
    431 kB
    Upload cover.png over 2 years ago
  • model.safetensors
    325 MB
    xet
    Adding `safetensors` variant of this model over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    325 MB
    xet
    Upload 4 files almost 3 years ago
  • tokenizer.json
    2.24 MB
    Upload tokenizer.json over 2 years ago