Any-to-Any
MLX
Safetensors
Transformers
GGUF
English
gemma4
image-text-to-text
4-bit precision
8-bit precision
Instructions to use LetheanNetwork/lemma-bk with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use LetheanNetwork/lemma-bk with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir lemma-bk LetheanNetwork/lemma-bk
- Transformers
How to use LetheanNetwork/lemma-bk with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("LetheanNetwork/lemma-bk") model = AutoModelForImageTextToText.from_pretrained("LetheanNetwork/lemma-bk") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
Ctrl+K