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

  • Log In
  • Sign Up

PartAI
/
TookaBERT-Base

Fill-Mask
Transformers
PyTorch
Safetensors
Persian
bert
Model card Files Files and versions
xet
Community

Instructions to use PartAI/TookaBERT-Base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use PartAI/TookaBERT-Base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="PartAI/TookaBERT-Base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("PartAI/TookaBERT-Base")
    model = AutoModelForMaskedLM.from_pretrained("PartAI/TookaBERT-Base")
  • Notebooks
  • Google Colab
  • Kaggle
TookaBERT-Base
1.55 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
mohalisad's picture
mohalisad
initial commit
eb80eef verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    28 Bytes
    initial commit about 2 years ago