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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

dicta-il
/
dictabert-heq

Question Answering
Transformers
PyTorch
Hebrew
bert
Model card Files Files and versions
xet
Community
1

Instructions to use dicta-il/dictabert-heq with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use dicta-il/dictabert-heq with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="dicta-il/dictabert-heq")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("dicta-il/dictabert-heq")
    model = AutoModelForQuestionAnswering.from_pretrained("dicta-il/dictabert-heq", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
dictabert-heq
740 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
Shaltiel's picture
Shaltiel
Update README.md
903b0c9 over 2 years ago
  • .gitattributes
    1.57 kB
    Initial upload almost 3 years ago
  • LICENSE
    18.7 kB
    Upload LICENSE almost 3 years ago
  • README.md
    3.11 kB
    Update README.md over 2 years ago
  • config.json
    655 Bytes
    Update config.json almost 3 years ago
  • pytorch_model.bin
    735 MB
    xet
    Initial upload almost 3 years ago
  • tokenizer.json
    3.58 MB
    Initial upload almost 3 years ago
  • tokenizer_config.json
    314 Bytes
    Initial upload almost 3 years ago
  • vocab.txt
    1.5 MB
    xet
    Initial upload almost 3 years ago