Commit
·
47ae276
1
Parent(s):
4877bfc
Update README.md
Browse files
README.md
CHANGED
@@ -2,29 +2,32 @@
|
|
2 |
license: mit
|
3 |
---
|
4 |
|
5 |
-
# To comply with the LLaMA model license, we release Lion weights as _delta weights_.
|
6 |
|
|
|
7 |
<p align="center" width="100%">
|
8 |
-
<a ><img src="pics/Lion.jpg" alt="Lion" style="width: 20%; min-width: 200px; display: block; margin: auto;"></a>
|
9 |
</p>
|
10 |
<p align="center">
|
11 |
<a href="https://arxiv.org/abs/2305.12870">[📄 Paper]</a> |
|
12 |
-
<a href="https://
|
13 |
-
<a href="https://84bc5e1fdfbb976d51.gradio.live/">[
|
14 |
</p>
|
15 |
<hr>
|
16 |
|
17 |
|
18 |
-
[![Code License](https://img.shields.io/badge/code%20license-MIT-green)](https://github.com/YJiangcm/Lion/blob/master/LICENSE)
|
19 |
-
[![Data License](https://img.shields.io/badge/Data%20License-CC%20By%20NC%204.0-red.svg)](https://github.com/tatsu-lab/stanford_alpaca/blob/main/DATA_LICENSE)
|
20 |
-
[![Weight Diff License](https://img.shields.io/badge/Weight%20Diff%20License-CC%20By%20NC%204.0-yellow)](https://github.com/tatsu-lab/stanford_alpaca/blob/main/WEIGHT_DIFF_LICENSE)
|
21 |
-
[![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/release/python-390/)
|
22 |
|
23 |
<!-- The dataset is CC BY NC 4.0 (allowing only non-commercial use) and models trained using the dataset should not be used outside of research purposes. -->
|
24 |
<!-- The weight diff is also CC BY NC 4.0 (allowing only non-commercial use). -->
|
25 |
|
26 |
### Tuned on 70k instruction-following data, Lion (7B) can achieve 95% capability of ChatGPT!
|
27 |
-
|
|
|
|
|
28 |
|
29 |
## News
|
30 |
- **[May 26, 2023]** We released the model weights. Check out the [7B](https://huggingface.co/YuxinJiang/Lion) model!
|
|
|
2 |
license: mit
|
3 |
---
|
4 |
|
5 |
+
# Note: To comply with the LLaMA model license, we release Lion weights as _delta weights_.
|
6 |
|
7 |
+
# Lion: Adversarial Distillation of Closed-Source Large Language Model
|
8 |
<p align="center" width="100%">
|
9 |
+
<a ><img src="https://github.com/YJiangcm/Lion/raw/master/pics/Lion.jpg" alt="Lion" style="width: 20%; min-width: 200px; display: block; margin: auto;"></a>
|
10 |
</p>
|
11 |
<p align="center">
|
12 |
<a href="https://arxiv.org/abs/2305.12870">[📄 Paper]</a> |
|
13 |
+
<a href="https://github.com/YJiangcm/Lion">[⌨ Github]</a> |
|
14 |
+
<a href="https://84bc5e1fdfbb976d51.gradio.live/">[💻 Demo]</a>
|
15 |
</p>
|
16 |
<hr>
|
17 |
|
18 |
|
19 |
+
<!-- [![Code License](https://img.shields.io/badge/code%20license-MIT-green)](https://github.com/YJiangcm/Lion/blob/master/LICENSE) -->
|
20 |
+
<!-- [![Data License](https://img.shields.io/badge/Data%20License-CC%20By%20NC%204.0-red.svg)](https://github.com/tatsu-lab/stanford_alpaca/blob/main/DATA_LICENSE) -->
|
21 |
+
<!-- [![Weight Diff License](https://img.shields.io/badge/Weight%20Diff%20License-CC%20By%20NC%204.0-yellow)](https://github.com/tatsu-lab/stanford_alpaca/blob/main/WEIGHT_DIFF_LICENSE) -->
|
22 |
+
<!-- [![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/release/python-390/) -->
|
23 |
|
24 |
<!-- The dataset is CC BY NC 4.0 (allowing only non-commercial use) and models trained using the dataset should not be used outside of research purposes. -->
|
25 |
<!-- The weight diff is also CC BY NC 4.0 (allowing only non-commercial use). -->
|
26 |
|
27 |
### Tuned on 70k instruction-following data, Lion (7B) can achieve 95% capability of ChatGPT!
|
28 |
+
<p align="center">
|
29 |
+
<img width="500" height="250" src="https://github.com/YJiangcm/Lion/raw/master/pics/relative_quality_overall.jpg">
|
30 |
+
</p>
|
31 |
|
32 |
## News
|
33 |
- **[May 26, 2023]** We released the model weights. Check out the [7B](https://huggingface.co/YuxinJiang/Lion) model!
|