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

IMJONEZZ
/
SlovenBERTcina

Fill-Mask
Transformers
PyTorch
Safetensors
roberta
Model card Files Files and versions
xet
Community
2

Instructions to use IMJONEZZ/SlovenBERTcina with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use IMJONEZZ/SlovenBERTcina with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="IMJONEZZ/SlovenBERTcina")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("IMJONEZZ/SlovenBERTcina")
    model = AutoModelForMaskedLM.from_pretrained("IMJONEZZ/SlovenBERTcina")
  • Notebooks
  • Google Colab
  • Kaggle
SlovenBERTcina
2.75 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
IMJONEZZ's picture
IMJONEZZ
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#2)
c1e2006 almost 3 years ago
  • checkpoint-320000
    Initial Commit almost 5 years ago
  • checkpoint-330000
    Initial Commit almost 5 years ago
  • .gitattributes
    791 Bytes
    Adding `safetensors` variant of this model (#2) almost 3 years ago
  • README.md
    1.17 kB
    Update README.md almost 3 years ago
  • config.json
    612 Bytes
    Initial Commit almost 5 years ago
  • merges.txt
    627 kB
    Initial Commit almost 5 years ago
  • model.safetensors
    343 MB
    xet
    Adding `safetensors` variant of this model (#2) almost 3 years ago
  • pytorch_model.bin
    343 MB
    xet
    Initial Commit almost 5 years ago
  • training_args.bin
    2.42 kB
    xet
    Initial Commit almost 5 years ago
  • vocab.json
    1 MB
    Initial Commit almost 5 years ago