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

  • Log In
  • Sign Up

coppercitylabs
/
uzbert-base-uncased

Fill-Mask
Transformers
PyTorch
Safetensors
Uzbek
bert
uzbert
uzbek
cyrillic
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use coppercitylabs/uzbert-base-uncased with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="coppercitylabs/uzbert-base-uncased")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("coppercitylabs/uzbert-base-uncased")
    model = AutoModelForMaskedLM.from_pretrained("coppercitylabs/uzbert-base-uncased")
  • Notebooks
  • Google Colab
  • Kaggle
uzbert-base-uncased
Ctrl+K
Ctrl+K
  • 3 contributors
History: 6 commits
coppercitylabs's picture
coppercitylabs
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
a3aff7c about 3 years ago
  • .gitattributes
    791 Bytes
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • LICENSE.md
    1.05 kB
    Add model over 4 years ago
  • README.md
    2.66 kB
    Automatic correction of README.md metadata for keys. Contact website@huggingface.co for any question over 4 years ago
  • config.json
    633 Bytes
    Add model over 4 years ago
  • model.safetensors
    436 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin
    437 MB
    xet
    Add model over 4 years ago
  • tokenizer.json
    647 kB
    Add model over 4 years ago
  • tokenizer_config.json
    316 Bytes
    Add model over 4 years ago
  • vocab.txt
    416 kB
    Add model over 4 years ago