prince-canuma
Kokoro-82M
Ministral-8B-Instruct-2410-HF
Ministral-8B-Instruct-2410-HF is the Hugging Face version of Ministral-8B-Instruct-2410 by Mistral AI. It is a multilingual instruction-tuned language model based on the Mistral architecture, designed for various natural language processing tasks with a focus on chat-based interactions. Here's a Python script demonstrating how to use the model for chat completion: - Developed by: Mistral AI - Model type: Causal Language Model - Language(s): English - License: mrl - Resources for more information: - Model Repository - Mistral AI GitHub
Damysus-2.7B-Chat-GGUF
bark-small
Spark-TTS-0.5B
Kokoro-82M-4bit
Kokoro-82M-3bit
Kokoro-82M-8bit
test-cpu
Llama-3-6B-v0.1
c4ai-command-r-v01-4bit
Kokoro-82M-6bit
Mistral-Small-3.1-24B-Instruct-2503
Damysus-2.7B-Chat
Florence-2-large-ft
deepseek-vl2-small
Phi-4-reasoning-Plus-6bit
deepseek-vl2
Florence-2-base-ft
Meta-Llama-3-8B-Instruct-AWQ
Llama-3.1-250M
nanoVLM
nanoVLM is a minimal and lightweight Vision-Language Model (VLM) designed for efficient training and experimentation. Built using pure PyTorch, the entire model architecture and training logic fits within ~750 lines of code. It combines a ViT-based image encoder (SigLIP-B/16-224-85M) with a lightweight causal language model (SmolLM2-135M), resulting in a compact 222M parameter model. For more information, check out the base model on https://huggingface.co/lusxvr/nanoVLM-222M. Clone the nanoVLM repository: https://github.com/huggingface/nanoVLM. Follow the install instructions and run the following code: