CoolFace
Apppublic

whoy/GigaChat3-10B-A1.8B-GradioChat

sourceHugging Facemitupdated 10mo agoView on Hugging Face
1likes
App README

GigaChat3-10B-A1.8B Gradio Chat Interface

A chat interface powered by GigaChat3-10B-A1.8B, a Mixture of Experts (MoE) language model. This Space runs the model using llama.cpp (b7130) for efficient CPU inference with Q8_0 quantization.

๐Ÿš€ Model Details

  • โ€”Model: whoy/GigaChat3-10B-A1.8B-bf16-gguf
  • โ€”Architecture: DeepSeek2 with MoE (64 experts, 4 active per token)
  • โ€”Parameters: 10.67B total, 1.8B active
  • โ€”Quantization: Q8_0 (~10.6 GB)
  • โ€”Context Length: 8192 tokens (model supports up to 262k)
  • โ€”Languages: Primarily Russian and English

โš™๏ธ Technical Stack

  • โ€”Inference Engine: llama.cpp (release b7130)
  • โ€”Backend: Native CPU with AVX512 support
  • โ€”Interface: Gradio ChatInterface
  • โ€”Chat Template: Custom Jinja template with proper role handling

๐Ÿ“ Usage

Simply type your message in the chat interface. The model will respond in a conversational manner. Works best with:

  • โ€”Question answering
  • โ€”Code generation (Python, JavaScript, etc.)
  • โ€”Creative writing
  • โ€”Technical explanations
  • โ€”General conversation in Russian and English

๐ŸŽฏ Examples

  • โ€”"What is GigaChat?"
  • โ€”"Write a Python function to sort a list"
  • โ€”"Explain quantum physics in simple terms"
  • โ€”"Tell a story"

โš ๏ธ Limitations

  • โ€”Speed: Running on CPU, expect 2-5 tokens/second
  • โ€”Context: Limited to 8192 tokens per conversation
  • โ€”Language: Optimized for Russian, but supports English
  • โ€”Memory: May be slow on first request (model loading)

๐Ÿ”ง Configuration

The model runs with the following settings:

  • โ€”Temperature: 0.5
  • โ€”Top-p: 0.95
  • โ€”Max output tokens: 1024
  • โ€”MoE mode: Enabled (-cmoe flag)

๐Ÿ“œ License

The model weights are released under MIT license by Sber AI.

๐Ÿ™ Credits


Note: This is a community-hosted demo. Response quality may vary. For production use, consider running on GPU hardware.