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

HalleluBERT
/
HalleluBERT_base

Fill-Mask
Transformers
PyTorch
Safetensors
Fairseq
Hebrew
roberta
hebrew
encoder
masked-language-modeling
mlm
named-entity-recognition
sentiment-analysis
monolingual
byte-level-bpe
Model card Files Files and versions
xet
Community
1

Instructions to use HalleluBERT/HalleluBERT_base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use HalleluBERT/HalleluBERT_base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="HalleluBERT/HalleluBERT_base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("HalleluBERT/HalleluBERT_base")
    model = AutoModelForMaskedLM.from_pretrained("HalleluBERT/HalleluBERT_base")
  • Fairseq

    How to use HalleluBERT/HalleluBERT_base with Fairseq:

    from fairseq.checkpoint_utils import load_model_ensemble_and_task_from_hf_hub
    
    models, cfg, task = load_model_ensemble_and_task_from_hf_hub(
        "HalleluBERT/HalleluBERT_base"
    )
  • Notebooks
  • Google Colab
  • Kaggle
HalleluBERT_base
1.01 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 6 commits
rjschmitt's picture
rjschmitt
Update README.md
a6f7e87 verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    4.29 kB
    Update README.md 3 months ago
  • config.json
    637 Bytes
    Upload 4 files 10 months ago
  • merges.txt
    1.13 MB
    Upload 4 files 10 months ago
  • model.safetensors
    504 MB
    xet
    Adding `safetensors` variant of this model (#1) 6 months ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    504 MB
    xet
    Upload 4 files 10 months ago
  • vocab.json
    1.59 MB
    Upload 4 files 10 months ago