Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: 01-ai/Yi-1.5-9B
|
| 4 |
+
library_name: transformers
|
| 5 |
+
pipeline_tag: text-generation
|
| 6 |
+
tags:
|
| 7 |
+
- llama
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# Yi-1.5-9B-GGUF
|
| 11 |
+
- This is quzntized version of [01-ai/Yi-1.5-9B](https://huggingface.co/01-ai/Yi-1.5-9B) created using llama.cpp
|
| 12 |
+
|
| 13 |
+
# Model Description
|
| 14 |
+
|
| 15 |
+
Yi-1.5 is an upgraded version of Yi. It is continuously pre-trained on Yi with a high-quality corpus of 500B tokens and fine-tuned on 3M diverse fine-tuning samples.
|
| 16 |
+
|
| 17 |
+
Compared with Yi, Yi-1.5 delivers stronger performance in coding, math, reasoning, and instruction-following capability, while still maintaining excellent capabilities in language understanding, commonsense reasoning, and reading comprehension.
|
| 18 |
+
|
| 19 |
+
<div align="center">
|
| 20 |
+
|
| 21 |
+
Model | Context Length | Pre-trained Tokens
|
| 22 |
+
| :------------: | :------------: | :------------: |
|
| 23 |
+
| Yi-1.5 | 4K | 3.6T
|
| 24 |
+
|
| 25 |
+
</div>
|
| 26 |
+
|
| 27 |
+
# Models
|
| 28 |
+
|
| 29 |
+
- Chat models
|
| 30 |
+
|
| 31 |
+
<div align="center">
|
| 32 |
+
|
| 33 |
+
| Name | Download |
|
| 34 |
+
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
| 35 |
+
| Yi-1.5-34B-Chat | β’ [π€ Hugging Face](https://huggingface.co/collections/01-ai/yi-15-2024-05-663f3ecab5f815a3eaca7ca8) β’ [π€ ModelScope](https://www.modelscope.cn/organization/01ai) β’ [π wisemodel](https://wisemodel.cn/organization/01.AI)|
|
| 36 |
+
| Yi-1.5-9B-Chat | β’ [π€ Hugging Face](https://huggingface.co/collections/01-ai/yi-15-2024-05-663f3ecab5f815a3eaca7ca8) β’ [π€ ModelScope](https://www.modelscope.cn/organization/01ai) β’ [π wisemodel](https://wisemodel.cn/organization/01.AI)|
|
| 37 |
+
| Yi-1.5-6B-Chat | β’ [π€ Hugging Face](https://huggingface.co/collections/01-ai/yi-15-2024-05-663f3ecab5f815a3eaca7ca8) β’ [π€ ModelScope](https://www.modelscope.cn/organization/01ai) β’ [π wisemodel](https://wisemodel.cn/organization/01.AI)|
|
| 38 |
+
|
| 39 |
+
</div>
|
| 40 |
+
|
| 41 |
+
- Base models
|
| 42 |
+
|
| 43 |
+
<div align="center">
|
| 44 |
+
|
| 45 |
+
| Name | Download |
|
| 46 |
+
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
| 47 |
+
| Yi-1.5-34B | β’ [π€ Hugging Face](https://huggingface.co/collections/01-ai/yi-15-2024-05-663f3ecab5f815a3eaca7ca8) β’ [π€ ModelScope](https://www.modelscope.cn/organization/01ai) β’ [π wisemodel](https://wisemodel.cn/organization/01.AI)|
|
| 48 |
+
| Yi-1.5-9B | β’ [π€ Hugging Face](https://huggingface.co/collections/01-ai/yi-15-2024-05-663f3ecab5f815a3eaca7ca8) β’ [π€ ModelScope](https://www.modelscope.cn/organization/01ai) β’ [π wisemodel](https://wisemodel.cn/organization/01.AI)|
|
| 49 |
+
| Yi-1.5-6B | β’ [π€ Hugging Face](https://huggingface.co/collections/01-ai/yi-15-2024-05-663f3ecab5f815a3eaca7ca8) β’ [π€ ModelScope](https://www.modelscope.cn/organization/01ai) β’ [π wisemodel](https://wisemodel.cn/organization/01.AI)|
|
| 50 |
+
|
| 51 |
+
</div>
|
| 52 |
+
|
| 53 |
+
# Benchmarks
|
| 54 |
+
|
| 55 |
+
- Chat models
|
| 56 |
+
|
| 57 |
+
Yi-1.5-34B-Chat is on par with or excels beyond larger models in most benchmarks.
|
| 58 |
+
|
| 59 |
+

|
| 60 |
+
|
| 61 |
+
Yi-1.5-9B-Chat is the top performer among similarly sized open-source models.
|
| 62 |
+
|
| 63 |
+

|
| 64 |
+
|
| 65 |
+
- Base models
|
| 66 |
+
|
| 67 |
+
Yi-1.5-34B is on par with or excels beyond larger models in some benchmarks.
|
| 68 |
+
|
| 69 |
+

|
| 70 |
+
|
| 71 |
+
Yi-1.5-9B is the top performer among similarly sized open-source models.
|
| 72 |
+
|
| 73 |
+

|
| 74 |
+
|
| 75 |
+
# Quick Start
|
| 76 |
+
|
| 77 |
+
For getting up and running with Yi-1.5 models quickly, see [README](https://github.com/01-ai/Yi-1.5).
|