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

persiannlp
/
wikibert-base-parsinlu-multiple-choice

Text Classification
Transformers
PyTorch
JAX
Persian
multilingual
bert
multiple-choice
wikibert
persian
farsi
Model card Files Files and versions
xet
Community
1

Instructions to use persiannlp/wikibert-base-parsinlu-multiple-choice with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use persiannlp/wikibert-base-parsinlu-multiple-choice with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="persiannlp/wikibert-base-parsinlu-multiple-choice")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMultipleChoice
    
    tokenizer = AutoTokenizer.from_pretrained("persiannlp/wikibert-base-parsinlu-multiple-choice")
    model = AutoModelForMultipleChoice.from_pretrained("persiannlp/wikibert-base-parsinlu-multiple-choice")
  • Notebooks
  • Google Colab
  • Kaggle
wikibert-base-parsinlu-multiple-choice
812 MB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 13 commits
elishowk's picture
elishowk
Automatic correction of README.md metadata. Contact website@huggingface.co for any question
b52a505 over 4 years ago
  • .gitattributes
    736 Bytes
    allow flax about 5 years ago
  • README.md
    2.32 kB
    Automatic correction of README.md metadata. Contact website@huggingface.co for any question over 4 years ago
  • config.json
    710 Bytes
    First version of the wikibert-base-parsinlu-multiple-choice model and tokenizer. about 5 years ago
  • flax_model.msgpack
    406 MB
    xet
    upload flax model about 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    406 MB
    xet
    First version of the wikibert-base-parsinlu-multiple-choice model and tokenizer. about 5 years ago
  • special_tokens_map.json
    112 Bytes
    First version of the wikibert-base-parsinlu-multiple-choice model and tokenizer. about 5 years ago
  • tokenizer_config.json
    62 Bytes
    First version of the wikibert-base-parsinlu-multiple-choice model and tokenizer. about 5 years ago
  • vocab.txt
    202 kB
    First version of the wikibert-base-parsinlu-multiple-choice model and tokenizer. about 5 years ago