Fill-Mask
Transformers.js
ONNX
Fairseq
Hebrew
roberta
hebrew
encoder
masked-language-modeling
mlm
named-entity-recognition
sentiment-analysis
monolingual
byte-level-bpe
Instructions to use onnx-community/HalleluBERT_base-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use onnx-community/HalleluBERT_base-ONNX with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('fill-mask', 'onnx-community/HalleluBERT_base-ONNX'); - Fairseq
How to use onnx-community/HalleluBERT_base-ONNX 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( "onnx-community/HalleluBERT_base-ONNX" ) - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!