Feature Extraction
Transformers
PyTorch
Safetensors
Hebrew
bert
custom_code
text-embeddings-inference
Instructions to use dicta-il/dictabert-lex with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dicta-il/dictabert-lex with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="dicta-il/dictabert-lex", trust_remote_code=True)# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("dicta-il/dictabert-lex", trust_remote_code=True) model = AutoModel.from_pretrained("dicta-il/dictabert-lex", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
c23b6c0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d5c161077b87d8ee0bb8c9faba39721f6bfec76d60297a322f9532200b6e31a7
size 737979893
|