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
add 5bit: model.safetensors
Browse files
mlx-5bit/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f7a6149b7d1918a92baf39274a6f3aee503a3480e42c47c10f1c092e6a15033
|
| 3 |
+
size 5205733179
|