Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
---
|
| 6 |
+
<!-- header start -->
|
| 7 |
+
<!-- 200823 -->
|
| 8 |
+
|
| 9 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
| 10 |
+
<img src="https://github.com/janhq/jan/assets/89722390/35daac7d-b895-487c-a6ac-6663daaad78e" alt="Jan banner" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
| 11 |
+
</div>
|
| 12 |
+
|
| 13 |
+
<p align="center">
|
| 14 |
+
<a href="https://jan.ai/">Jan</a
|
| 15 |
+
>
|
| 16 |
+
- <a href="https://discord.gg/AsJ8krTT3N">Discord</a>
|
| 17 |
+
</p>
|
| 18 |
+
<!-- header end -->
|
| 19 |
+
|
| 20 |
+
# Model Description
|
| 21 |
+
This model finetuned [trinity-v1](https://huggingface.co/jan-hq/trinity-v1) on [ultrafeedback_binarized_subset](jan-hq/ultrafeedback_binarized_subset) (cleaned version)
|
| 22 |
+
|
| 23 |
+
More details about the training result [here](https://huggingface.co/jan-hq/trinity-v1-dpo-adapter).
|
| 24 |
+
|
| 25 |
+
# Prompt template
|
| 26 |
+
|
| 27 |
+
- **ChatML**
|
| 28 |
+
|
| 29 |
+
```
|
| 30 |
+
<|im_start|>system
|
| 31 |
+
{system_message}<|im_end|>
|
| 32 |
+
<|im_start|>user
|
| 33 |
+
{prompt}<|im_end|>
|
| 34 |
+
<|im_start|>assistant
|
| 35 |
+
```
|
| 36 |
+
|
| 37 |
+
# Run this model
|
| 38 |
+
You can run this model using [Jan Desktop](https://jan.ai/) on Mac, Windows, or Linux.
|
| 39 |
+
|
| 40 |
+
Jan is an open source, ChatGPT alternative that is:
|
| 41 |
+
|
| 42 |
+
- ๐ป **100% offline on your machine**: Your conversations remain confidential, and visible only to you.
|
| 43 |
+
- ๐๏ธ **An Open File Format**: Conversations and model settings stay on your computer and can be exported or deleted at any time.
|
| 44 |
+
- ๐ **OpenAI Compatible**: Local server on port `1337` with OpenAI compatible endpoints
|
| 45 |
+
- ๐ **Open Source & Free**: We build in public; check out our [Github](https://github.com/janhq)
|
| 46 |
+
|
| 47 |
+

|
| 48 |
+
|
| 49 |
+
# About Jan
|
| 50 |
+
Jan believes in the need for an open-source AI ecosystem and is building the infra and tooling to allow open-source AIs to compete on a level playing field with proprietary ones.
|
| 51 |
+
|
| 52 |
+
Jan's long-term vision is to build a cognitive framework for future robots, who are practical, useful assistants for humans and businesses in everyday life.
|
| 53 |
+
|
| 54 |
+
# Open LLM Leaderboard Evaluation Results
|
| 55 |
+
|
| 56 |
+
Detailed results can be found here.
|
| 57 |
+
|
| 58 |
+
| Metric | Value |
|
| 59 |
+
|-----------------------|---------------------------|
|
| 60 |
+
| Avg. | ?|
|
| 61 |
+
| ARC (25-shot) | ? |
|
| 62 |
+
| HellaSwag (10-shot) | ? |
|
| 63 |
+
| MMLU (5-shot) | ?|
|
| 64 |
+
| TruthfulQA (0-shot) | ? |
|
| 65 |
+
| Winogrande (5-shot) | ? |
|
| 66 |
+
| GSM8K (5-shot) | ? |
|
| 67 |
+
|
| 68 |
+
# Acknowlegement
|
| 69 |
+
- [alignment-handbook](https://github.com/huggingface/alignment-handbook)
|