Update README.md
Browse files
README.md
CHANGED
@@ -33,12 +33,12 @@ In this evaluation, we have also added **a real-world SQL benchmark (the DW test
|
|
33 |
|
34 |
| **Model** | **Download Latest** |
|
35 |
|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
36 |
-
|XiYanSQL-QwenCoder-3B | π€[HuggingFace](https://huggingface.co/XGenerationLab/XiYanSQL-QwenCoder-3B-2504) π€[Modelscope](https://www.modelscope.cn/models/XGenerationLab/XiYanSQL-QwenCoder-3B-2504) |
|
37 |
|XiYanSQL-QwenCoder-7B | π€[HuggingFace](https://huggingface.co/XGenerationLab/XiYanSQL-QwenCoder-7B-2504) π€[Modelscope](https://www.modelscope.cn/models/XGenerationLab/XiYanSQL-QwenCoder-7B-2504) |
|
38 |
-
|XiYanSQL-QwenCoder-14B | π€[HuggingFace](https://huggingface.co/XGenerationLab/XiYanSQL-QwenCoder-14B-2504) π€[Modelscope](https://www.modelscope.cn/models/XGenerationLab/XiYanSQL-QwenCoder-14B-2504) |
|
39 |
|XiYanSQL-QwenCoder-32B | π€[HuggingFace](https://huggingface.co/XGenerationLab/XiYanSQL-QwenCoder-32B-2504) π€[Modelscope](https://www.modelscope.cn/models/XGenerationLab/XiYanSQL-QwenCoder-32B-2504) |
|
40 |
|
41 |
-
|
|
|
|
|
42 |
|
43 |
## Performance
|
44 |
The XiYanSQL-QwenCoder models, as multi-dialect SQL base models, demonstrating robust SQL generation capabilities. The following presents the evaluation results at the time of release. We conducted a comprehensive evaluation of the model's performance under two schema formats, M-Schema, and original DDL, using the BIRD and Spider as SQLite benchmarks in the Text-to-SQL domain, as well as DW benchmarks for PostgreSQL and MySQL dialects.
|
|
|
33 |
|
34 |
| **Model** | **Download Latest** |
|
35 |
|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
|
36 |
|XiYanSQL-QwenCoder-7B | π€[HuggingFace](https://huggingface.co/XGenerationLab/XiYanSQL-QwenCoder-7B-2504) π€[Modelscope](https://www.modelscope.cn/models/XGenerationLab/XiYanSQL-QwenCoder-7B-2504) |
|
|
|
37 |
|XiYanSQL-QwenCoder-32B | π€[HuggingFace](https://huggingface.co/XGenerationLab/XiYanSQL-QwenCoder-32B-2504) π€[Modelscope](https://www.modelscope.cn/models/XGenerationLab/XiYanSQL-QwenCoder-32B-2504) |
|
38 |
|
39 |
+
<!-- |XiYanSQL-QwenCoder-3B | π€[HuggingFace](https://huggingface.co/XGenerationLab/XiYanSQL-QwenCoder-3B-2504) π€[Modelscope](https://www.modelscope.cn/models/XGenerationLab/XiYanSQL-QwenCoder-3B-2504) |
|
40 |
+
|XiYanSQL-QwenCoder-14B | π€[HuggingFace](https://huggingface.co/XGenerationLab/XiYanSQL-QwenCoder-14B-2504) π€[Modelscope](https://www.modelscope.cn/models/XGenerationLab/XiYanSQL-QwenCoder-14B-2504) |
|
41 |
+
-->
|
42 |
|
43 |
## Performance
|
44 |
The XiYanSQL-QwenCoder models, as multi-dialect SQL base models, demonstrating robust SQL generation capabilities. The following presents the evaluation results at the time of release. We conducted a comprehensive evaluation of the model's performance under two schema formats, M-Schema, and original DDL, using the BIRD and Spider as SQLite benchmarks in the Text-to-SQL domain, as well as DW benchmarks for PostgreSQL and MySQL dialects.
|