Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
|
| 4 |
+
tags:
|
| 5 |
+
- alignment-handbook
|
| 6 |
+
- generated_from_trainer
|
| 7 |
+
- trl
|
| 8 |
+
- sft
|
| 9 |
+
- generated_from_trainer
|
| 10 |
+
datasets:
|
| 11 |
+
- jan-hq/bagel_sft_binarized
|
| 12 |
+
- jan-hq/dolphin_binarized
|
| 13 |
+
- jan-hq/openhermes_binarized
|
| 14 |
+
model-index:
|
| 15 |
+
- name: LlamaCorn-sft-adapter
|
| 16 |
+
results: []
|
| 17 |
+
---
|
| 18 |
+
<!-- header start -->
|
| 19 |
+
<!-- 200823 -->
|
| 20 |
+
|
| 21 |
+
<div style="width: auto; margin-left: auto; margin-right: auto"
|
| 22 |
+
>
|
| 23 |
+
<img src="https://github.com/janhq/jan/assets/89722390/35daac7d-b895-487c-a6ac-6663daaad78e" alt="Jan banner"
|
| 24 |
+
style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
| 25 |
+
</div>
|
| 26 |
+
|
| 27 |
+
<p align="center">
|
| 28 |
+
<a href="https://jan.ai/">Jan</a
|
| 29 |
+
>
|
| 30 |
+
- <a href="https://discord.gg/AsJ8krTT3N">Discord</a>
|
| 31 |
+
</p>
|
| 32 |
+
<!-- header end -->
|
| 33 |
+
|
| 34 |
+
# Prompt template
|
| 35 |
+
|
| 36 |
+
ChatML
|
| 37 |
+
```
|
| 38 |
+
<|im_start|>system
|
| 39 |
+
{system_message}<|im_end|>
|
| 40 |
+
<|im_start|>user
|
| 41 |
+
{prompt}<|im_end|>
|
| 42 |
+
<|im_start|>assistant
|
| 43 |
+
|
| 44 |
+
```
|
| 45 |
+
|
| 46 |
+
# Run this model
|
| 47 |
+
You can run this model using [Jan Desktop](https://jan.ai/) on Mac, Windows, or Linux.
|
| 48 |
+
|
| 49 |
+
Jan is an open source, ChatGPT alternative that is:
|
| 50 |
+
|
| 51 |
+
- 💻 **100% offline on your machine**: Your conversations remain confidential, and visible only to you.
|
| 52 |
+
- 🗂️ **
|
| 53 |
+
An Open File Format**: Conversations and model settings stay on your computer and can be exported or deleted at any time.
|
| 54 |
+
- 🌐 **OpenAI Compatible**: Local server on port `1337` with OpenAI compatible endpoints
|
| 55 |
+
|
| 56 |
+
- 🌍 **Open Source & Free**: We build in public; check out our [Github](https://github.com/janhq)
|
| 57 |
+
|
| 58 |
+

|
| 59 |
+
|
| 60 |
+
|
| 61 |
+
# About Jan
|
| 62 |
+
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.
|
| 63 |
+
|
| 64 |
+
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.
|
| 65 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 66 |
+
should probably proofread and complete it, then remove this comment. -->
|