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

dicta-il
/
dictabert-morph

Feature Extraction
Transformers
PyTorch
Safetensors
Hebrew
bert
custom_code
text-embeddings-inference
Model card Files Files and versions
xet
Community
4

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="dicta-il/dictabert-morph", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("dicta-il/dictabert-morph", trust_remote_code=True)
    model = AutoModel.from_pretrained("dicta-il/dictabert-morph", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
dictabert-morph
1.48 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 15 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
216ea8a verified over 1 year ago
  • .gitattributes
    1.57 kB
    Upload 7 files over 2 years ago
  • BertForMorphTagging.py
    9.82 kB
    Fixed special tokens map to not ignore unk over 2 years ago
  • LICENSE
    18.7 kB
    Upload LICENSE over 2 years ago
  • README.md
    4.09 kB
    Update README.md over 2 years ago
  • config.json
    676 Bytes
    Update config.json over 2 years ago
  • model.safetensors
    738 MB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    738 MB
    xet
    Upload 7 files over 2 years ago
  • tokenizer.json
    3.58 MB
    Added missing normalizer to tokenizer over 2 years ago
  • tokenizer_config.json
    314 Bytes
    Upload 7 files over 2 years ago
  • vocab.txt
    1.5 MB
    xet
    Upload 7 files over 2 years ago