Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama2
|
3 |
+
library_name: transformers
|
4 |
+
tags:
|
5 |
+
- code
|
6 |
+
model-index:
|
7 |
+
- name: Pandalyst_13B_v1.0
|
8 |
+
results:
|
9 |
+
- task:
|
10 |
+
type: text-generation
|
11 |
+
metrics:
|
12 |
+
- name: acc@1
|
13 |
+
type: acc@1
|
14 |
+
value: 0.0
|
15 |
+
verified: false
|
16 |
+
language:
|
17 |
+
- en
|
18 |
+
---
|
19 |
+
|
20 |
+
|
21 |
+
## Pandalyst: A large language model for mastering data analysis using pandas
|
22 |
+
|
23 |
+
<p align="center">
|
24 |
+
<img src="https://raw.githubusercontent.com/pipizhaoa/Pandalyst/master/imgs/pandalyst.png" width="300"/>
|
25 |
+
</p>
|
26 |
+
|
27 |
+
<p align="center">
|
28 |
+
🐱 <a href="https://github.com/pipizhaoa/Pandalyst" target="_blank">Github Repo</a> <br>
|
29 |
+
</p>
|
30 |
+
|
31 |
+
**What is Pandalyst**
|
32 |
+
- Pandalyst is a general large language model specifically trained to process and analyze data using the pandas library.
|
33 |
+
|
34 |
+
**How is Pandalyst**
|
35 |
+
- Pandalyst has strong generalization capabilities for data tables in different fields and different data analysis needs.
|
36 |
+
|
37 |
+
**Why is Pandalyst**
|
38 |
+
- Pandalyst is open source and free to use, and its small parameter size (7B/13B) allows us to easily deploy it on local PC.
|
39 |
+
- Pandalyst can handle complex data tables (multiple columns and multiple rows), allowing us to enter enough context to describe our table in detail.
|
40 |
+
- Pandalyst has very competitive performance, significantly outperforming models of the same size and even outperforming some of the strongest closed-source models.
|
41 |
+
|
42 |
+
|
43 |
+
## News
|
44 |
+
- 🔥[2023/10/15] Now we can **plot** 📈! and much more powerful! We released **Pandalyst-7B-V1.2**, which was trained on **CodeLlama-7b-Python** and it surpasses **ChatGPT-3.5 (2023/06/13)**, **Pandalyst-7B-V1.1** and **WizardCoder-Python-13B-V1.0** in our **PandaTest_V1.0**.
|
45 |
+
- 🤖️[2023/09/30] We released **Pandalyst-7B-V1.1** , which was trained on **CodeLlama-7b-Python** and achieves the **76.1 exec@1** in our **PandaTest_V1.0** and surpasses **WizardCoder-Python-13B-V1.0** and **ChatGPT-3.5 (2023/06/13)**.
|
46 |
+
|
47 |
+
| Model | Checkpoint | Support plot | License |
|
48 |
+
|---------------------|--------------------------------------------------------------------------------------------|--------------| ----- |
|
49 |
+
| 🔥Pandalyst-7B-V1.2 | 🤗 <a href="https://huggingface.co/pipizhao/Pandalyst-7B-V1.2" target="_blank">HF Link</a> | ✅ | <a href="https://ai.meta.com/resources/models-and-libraries/llama-downloads/" target="_blank">Llama2</a> |
|
50 |
+
| Pandalyst-7B-V1.1 | 🤗 <a href="https://huggingface.co/pipizhao/Pandalyst-7B-V1.1" target="_blank">HF Link</a> | ❌ | <a href="https://ai.meta.com/resources/models-and-libraries/llama-downloads/" target="_blank">Llama2</a> |
|
51 |
+
|
52 |
+
|
53 |
+
## Usage and Human evaluation
|
54 |
+
Please refer to <a href="https://github.com/pipizhaoa/Pandalyst" target="_blank">Github</a>.
|