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

  • Log In
  • Sign Up

PartAI
/
TookaBERT-Large

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

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

  • Libraries
  • Transformers

    How to use PartAI/TookaBERT-Large with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="PartAI/TookaBERT-Large")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("PartAI/TookaBERT-Large")
    model = AutoModelForMaskedLM.from_pretrained("PartAI/TookaBERT-Large")
  • Notebooks
  • Google Colab
  • Kaggle
TookaBERT-Large
2.83 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 16 commits
mohalisad's picture
mohalisad
Update README.md
953ce0a verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    5.89 kB
    Update README.md over 1 year ago
  • config.json
    740 Bytes
    init about 2 years ago
  • generation_config.json
    132 Bytes
    init about 2 years ago
  • model.safetensors
    1.41 GB
    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?

    1.41 GB
    xet
    init about 2 years ago
  • special_tokens_map.json
    145 Bytes
    init about 2 years ago
  • tokenizer.json
    2.59 MB
    hotfix maks special cases about 2 years ago
  • tokenizer_config.json
    463 Bytes
    init about 2 years ago