Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

m3hrdadfi
/
albert-fa-base-v2

Fill-Mask
Transformers
PyTorch
Persian
albert
albert-persian
persian-lm
Model card Files Files and versions
xet
Community
1

Instructions to use m3hrdadfi/albert-fa-base-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use m3hrdadfi/albert-fa-base-v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="m3hrdadfi/albert-fa-base-v2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("m3hrdadfi/albert-fa-base-v2")
    model = AutoModelForMaskedLM.from_pretrained("m3hrdadfi/albert-fa-base-v2")
  • Notebooks
  • Google Colab
  • Kaggle
albert-fa-base-v2
76.7 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
m3hrdadfi's picture
m3hrdadfi
Update README.md
f180b9e over 5 years ago
  • .gitattributes
    345 Bytes
    initial commit almost 6 years ago
  • README.md
    7.42 kB
    Update README.md over 5 years ago
  • config.json
    684 Bytes
    Update config.json almost 6 years ago
  • pytorch_model.bin
    73.1 MB
    xet
    Update pytorch_model.bin almost 6 years ago
  • spiece.model
    1.88 MB
    Update spiece.model almost 6 years ago
  • spiece.vocab
    1.71 MB
    Update spiece.vocab almost 6 years ago