Instructions to use meditsolutions/MSH-v1-Bielik-v2.3-Instruct-MedIT-merge-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use meditsolutions/MSH-v1-Bielik-v2.3-Instruct-MedIT-merge-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf meditsolutions/MSH-v1-Bielik-v2.3-Instruct-MedIT-merge-GGUF:Q8_0 # Run inference directly in the terminal: llama cli -hf meditsolutions/MSH-v1-Bielik-v2.3-Instruct-MedIT-merge-GGUF:Q8_0
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf meditsolutions/MSH-v1-Bielik-v2.3-Instruct-MedIT-merge-GGUF:Q8_0 # Run inference directly in the terminal: llama cli -hf meditsolutions/MSH-v1-Bielik-v2.3-Instruct-MedIT-merge-GGUF:Q8_0
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf meditsolutions/MSH-v1-Bielik-v2.3-Instruct-MedIT-merge-GGUF:Q8_0 # Run inference directly in the terminal: ./llama-cli -hf meditsolutions/MSH-v1-Bielik-v2.3-Instruct-MedIT-merge-GGUF:Q8_0
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf meditsolutions/MSH-v1-Bielik-v2.3-Instruct-MedIT-merge-GGUF:Q8_0 # Run inference directly in the terminal: ./build/bin/llama-cli -hf meditsolutions/MSH-v1-Bielik-v2.3-Instruct-MedIT-merge-GGUF:Q8_0
Use Docker
docker model run hf.co/meditsolutions/MSH-v1-Bielik-v2.3-Instruct-MedIT-merge-GGUF:Q8_0
- LM Studio
- Jan
- vLLM
How to use meditsolutions/MSH-v1-Bielik-v2.3-Instruct-MedIT-merge-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "meditsolutions/MSH-v1-Bielik-v2.3-Instruct-MedIT-merge-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "meditsolutions/MSH-v1-Bielik-v2.3-Instruct-MedIT-merge-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/meditsolutions/MSH-v1-Bielik-v2.3-Instruct-MedIT-merge-GGUF:Q8_0
- Ollama
How to use meditsolutions/MSH-v1-Bielik-v2.3-Instruct-MedIT-merge-GGUF with Ollama:
ollama run hf.co/meditsolutions/MSH-v1-Bielik-v2.3-Instruct-MedIT-merge-GGUF:Q8_0
- Unsloth Studio
How to use meditsolutions/MSH-v1-Bielik-v2.3-Instruct-MedIT-merge-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for meditsolutions/MSH-v1-Bielik-v2.3-Instruct-MedIT-merge-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for meditsolutions/MSH-v1-Bielik-v2.3-Instruct-MedIT-merge-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for meditsolutions/MSH-v1-Bielik-v2.3-Instruct-MedIT-merge-GGUF to start chatting
- Docker Model Runner
How to use meditsolutions/MSH-v1-Bielik-v2.3-Instruct-MedIT-merge-GGUF with Docker Model Runner:
docker model run hf.co/meditsolutions/MSH-v1-Bielik-v2.3-Instruct-MedIT-merge-GGUF:Q8_0
- Lemonade
How to use meditsolutions/MSH-v1-Bielik-v2.3-Instruct-MedIT-merge-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull meditsolutions/MSH-v1-Bielik-v2.3-Instruct-MedIT-merge-GGUF:Q8_0
Run and chat with the model
lemonade run user.MSH-v1-Bielik-v2.3-Instruct-MedIT-merge-GGUF-Q8_0
List all available models
lemonade list
- Atomic Chat
Marsh Harrier
The Marsh Harrier (MSH) is a language model developed by MedIT Solutions using an advanced checkpoint merging technique. It represents a novel fusion of the Speakleash Bielik 11B v2.3 Instruct and Speakleash Bielik 11B v2 models, employing our proprietary weight-merging methodology.
Key Features:
- Built on a pioneering approach to neural network weight fusion
- Supports merging models of identical parameter counts while maintaining architecture flexibility
- Demonstrates superior performance compared to its base models
- Optimized for Polish language understanding and generation
Performance:
The model shows significant improvements over its predecessors across multiple metrics in the Open PL LLM Leaderboard evaluation framework (0-shot), which is part of the SpeakLeash.org open-science initiative.
Technical Details:
- Base Models: Speakleash Bielik 11B v2.3 Instruct and Bielik 11B v2
- Architecture: Compatible with original Bielik architecture
- Parameter Count: 11 billion parameters
- Special Feature: Utilizes MedIT Solutions' proprietary checkpoint merging technology
This model represents a step forward in developing the Polish language, demonstrating how merging techniques can enhance model performance while maintaining architectural efficiency.
Polish LLM Open Leaderboard
Core Leaderboards:
- MT-Bench-PL: slight decrease of 0.3 points (8.27 vs 8.56)
- Open PL LLM Leaderboard: improved performance by 0.09 points (65.80 vs 65.71)
Sentiment Analysis (PolEmo2):
- In-domain accuracy: Matches Bielik at 77.70%
- Out-of-domain accuracy: Improved performance at 79.76% (vs 79.35%)
Text Classification Tasks:
- 8tags classification: Significant improvement of ~3pp (76.14% vs 73.17%)
- Belebele benchmark: Matching performance at 88.56%
- CBD task: Substantial F1 score improvement by 10pp (23.91% vs 13.73%)
Language Understanding:
- DYK ("Did you know..."): Improved F1 score (69.77% vs 69.14%)
- Named Entity Recognition (KLEJ NER): Notable improvement of ~8pp (45.53% vs 37.61%)
- PolQA reranking: Slight decrease (81.99% vs 83.21%)
- PPC: Enhanced accuracy (78.00% vs 77.20%)
- PSC: Minor F1 score decrease (90.46% vs 93.63%)
Overall Performance: MSH-v1 achieves a higher average score of 71.18% compared to Bielik v2.3's 69.33%, demonstrating the effectiveness of our checkpoint merging technique in improving model performance across diverse NLP tasks.
All evaluations were conducted using the Open PL LLM Leaderboard framework (0-shot) as part of the SpeakLeash.org open-science initiative.
Kudos to the SpeakLeash project and ACK Cyfronet AGH for their extraordinary work.
- Downloads last month
- 30
8-bit
Model tree for meditsolutions/MSH-v1-Bielik-v2.3-Instruct-MedIT-merge-GGUF
Base model
speakleash/Bielik-11B-v2.3-Instruct