Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Goader
/
liberta-large

Fill-Mask
Transformers
PyTorch
Ukrainian
bert
Model card Files Files and versions
xet
Community
1

Instructions to use Goader/liberta-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Goader/liberta-large with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Goader/liberta-large")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("Goader/liberta-large")
    model = AutoModelForMaskedLM.from_pretrained("Goader/liberta-large")
  • Notebooks
  • Google Colab
  • Kaggle
liberta-large
1.35 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Goader's picture
Goader
Update README.md
102ba64 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    7.49 kB
    Update README.md almost 2 years ago
  • config.json
    687 Bytes
    Pushing model to the hub almost 2 years ago
  • generation_config.json
    90 Bytes
    Pushing model to the hub almost 2 years ago
  • pytorch_model.bin
    1.35 GB
    xet
    Pushing model to the hub almost 2 years ago
  • special_tokens_map.json
    285 Bytes
    Pushing model to the hub almost 2 years ago
  • spm.model
    1.58 MB
    xet
    Pushing model to the hub almost 2 years ago
  • tokenization_liberta.py
    12.2 kB
    Pushing model to the hub almost 2 years ago
  • tokenizer_config.json
    1.31 kB
    Pushing model to the hub almost 2 years ago