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
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")
The community tab is the place to discuss and collaborate with the HF community!