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
986 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 12 commits
mohalisad's picture
mohalisad
Update README.md
fa5ca89 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    5.75 kB
    Update README.md over 1 year ago
  • config.json
    730 Bytes
    fix pytoch weights about 2 years ago
  • generation_config.json
    132 Bytes
    init about 2 years ago
  • model.safetensors
    492 MB
    xet
    init about 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    492 MB
    xet
    fix pytoch weights about 2 years ago
  • special_tokens_map.json
    145 Bytes
    init about 2 years ago
  • tokenizer.json
    2.59 MB
    fix tokenizer about 2 years ago
  • tokenizer_config.json
    463 Bytes
    init about 2 years ago