đ Pandora-v1-13B Model
This is a model file designed solely for evaluation. It offers a unique approach by leveraging the passthrough
merge method from top 7B models on the OpenLLM Leaderboard.
Jan - Discord
đ Quick Start
This model can be run using Jan on Mac, Windows, or Linux. When using it on Jan, please use the Pandora-v1-13B-GGUF.
⨠Features
- Confidentiality: đģ 100% offline on your machine, ensuring your conversations remain private.
- Open File Format: đī¸ Conversations and model settings are stored locally and can be exported or deleted at will.
- OpenAI Compatibility: đ Local server on port
1337
with OpenAI compatible endpoints.
- Open Source & Free: đ Built in public; check out our Github
đĻ Installation
No specific installation steps are provided in the original document.
đģ Usage Examples
Basic Usage
You can use the following prompt template (ChatML) when interacting with the model:
<|im_start|>system
{system_message}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant
đ Documentation
Model Description
This model uses the passthrough
merge method from the best 7B models on the OpenLLM Leaderboard:
- viethq188/LeoScorpius-7B-Chat-DPO
- GreenNode/GreenNodeLM-7B-v1olet
The yaml config file for this model is as follows:
slices:
- sources:
- model: "viethq188/LeoScorpius-7B-Chat-DPO"
layer_range: [0, 24]
- sources:
- model: "GreenNode/GreenNodeLM-7B-v1olet"
layer_range: [8, 32]
merge_method: passthrough
dtype: bfloat16
About Jan
Jan believes in the need for an open - source AI ecosystem and is building the infrastructure and tools to enable open - source AIs to compete fairly with proprietary ones. Its long - term vision is to build a cognitive framework for future robots, which can serve as practical and useful assistants for humans and businesses in daily life.
Jan Model Merger
This is a test project for merging models.
Open LLM Leaderboard Evaluation Results
Detailed results can be found here.
Metric |
Value |
Avg. |
? |
ARC (25 - shot) |
? |
HellaSwag (10 - shot) |
? |
MMLU (5 - shot) |
? |
TruthfulQA (0 - shot) |
? |
Winogrande (5 - shot) |
? |
GSM8K (5 - shot) |
? |
đ§ Technical Details
No technical details are provided in the original document.
đ License
This project is licensed under the Apache-2.0 license.
Acknowlegement
â ī¸ Important Note
This is a model file only for evaluation.
