MonteXiaofeng
commited on
Commit
•
0f29961
1
Parent(s):
94564fa
fix readme
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ license: other
|
|
9 |
<h4 align="center">
|
10 |
<p>
|
11 |
<b>English</b> |
|
12 |
-
<a href="https://huggingface.co/BAAI/
|
13 |
</p>
|
14 |
</h4>
|
15 |
|
@@ -25,12 +25,14 @@ Aquila Language Model is the first open source language model that supports both
|
|
25 |
|
26 |
The additional details of the Aquila model will be presented in the official technical report. Please stay tuned for updates on official channels, including the [FlagAI GitHub repository](https://github.com/FlagAI-Open/FlagAI/), [FlagAI's Zhihu account](https://www.zhihu.com/people/95-22-20-18) and [FlagAI's official technical communication group](https://github.com/FlagAI-Open/FlagAI/blob/master/wechat-qrcode.jpg).
|
27 |
|
28 |
-
| Model | Model Type | Description | Status | GPUs Used |
|
29 |
-
| ------------ | :--------- | ------------------------------------------------------------ | --------- | ----------- |
|
30 |
-
| AquilaSQL-7B | chat model | text2sql model, cotinue traind from the AquilaCode-base model, AquilaSQL achieved sota on the cspider leadboard | published | Nvidia-A100 |
|
31 |
|
32 |
|
33 |
|
|
|
|
|
|
|
|
|
|
|
34 |
We will continue to release improved versions of Aquila model as open source.
|
35 |
(https://huggingface.co/BAAI/AquilaSQL-7B/blob/main/change_log.log).
|
36 |
|
|
|
9 |
<h4 align="center">
|
10 |
<p>
|
11 |
<b>English</b> |
|
12 |
+
<a href="https://huggingface.co/BAAI/AquilaSQL-7B/blob/main/README_zh.md">简体中文</a>
|
13 |
</p>
|
14 |
</h4>
|
15 |
|
|
|
25 |
|
26 |
The additional details of the Aquila model will be presented in the official technical report. Please stay tuned for updates on official channels, including the [FlagAI GitHub repository](https://github.com/FlagAI-Open/FlagAI/), [FlagAI's Zhihu account](https://www.zhihu.com/people/95-22-20-18) and [FlagAI's official technical communication group](https://github.com/FlagAI-Open/FlagAI/blob/master/wechat-qrcode.jpg).
|
27 |
|
|
|
|
|
|
|
28 |
|
29 |
|
30 |
|
31 |
+
| Model | Model Type | Description | Status | GPUs Used |
|
32 |
+
| :----------------- | :----------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :--------------| :----------- |
|
33 |
+
|
34 |
+
| AquilaSQL-7B |chat model | text2sql model, cotinue traind from the AquilaCode-base model| AquilaSQL achieved sota on the cspider leadboard | published | Nvidia-A100 |
|
35 |
+
|
36 |
We will continue to release improved versions of Aquila model as open source.
|
37 |
(https://huggingface.co/BAAI/AquilaSQL-7B/blob/main/change_log.log).
|
38 |
|