-
Notifications
You must be signed in to change notification settings - Fork 580
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from ymcui/dev
Release v1.0: Chinese-LLaMA-2-7B, Chinese-Alpaca-2-7B
- Loading branch information
Showing
29 changed files
with
4,416 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
name: English Issue Template | ||
description: For questions related to this project, we will prioritize issues with relatively complete content. | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: 💡 For open discussions, please visit [Discussion Space](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/discussions). Please do not open a discussion in Issue section. Thank you. | ||
- type: checkboxes | ||
id: mustchecks | ||
attributes: | ||
label: Check before submitting issues | ||
description: Please check the following items before asking questions. Use the search function to find issues related to your problem. | ||
options: | ||
- label: Make sure to pull the latest code, as some issues and bugs have been fixed. | ||
required: true | ||
- label: I have read the [Wiki](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki) and [FAQ section](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki/FAQ) AND searched for similar issues and did not find a similar problem or solution | ||
required: true | ||
- label: Third-party plugin issues - e.g., [llama.cpp](https://github.com/ggerganov/llama.cpp), [text-generation-webui](https://github.com/oobabooga/text-generation-webui), we recommend checking the corresponding project for solutions | ||
required: true | ||
- type: dropdown | ||
id: question-type | ||
attributes: | ||
label: Type of Issue | ||
description: Please select the type of issue that best matches your problem | ||
options: | ||
- Download issue | ||
- Model conversion and merging | ||
- Model training and fine-tuning | ||
- Model inference | ||
- Model quantization and deployment | ||
- Performance issue | ||
- Other issues | ||
- type: dropdown | ||
id: model-type | ||
attributes: | ||
label: Base Model | ||
description: Please provide the type of base model. For issues related to multiple models, please select the most appropriate one and specify all models in the main text. | ||
options: | ||
- LLaMA-2-7B | ||
- Alpaca-2-7B | ||
- type: dropdown | ||
id: operating-system | ||
attributes: | ||
label: Operating System | ||
description: Please provide your operating system | ||
options: | ||
- Windows | ||
- macOS | ||
- Linux | ||
- type: textarea | ||
id: question-detailed | ||
attributes: | ||
label: Describe your issue in detail | ||
description: Please describe your problem as detail as possible. **For code-related issues, please provide the complete command to reproduce the problem.** This will help us locate the issue quickly. | ||
value: | | ||
``` | ||
# Please copy-and-paste your command here. | ||
``` | ||
- type: textarea | ||
id: dependencies | ||
attributes: | ||
label: Dependencies (must be provided for code-related issues) | ||
description: Please provide the versions of common dependencies such as transformers, peft, torch, etc. Use `pip list | grep -E 'transformers|peft|torch'` | ||
value: | | ||
``` | ||
# Please copy-and-paste your dependencies here. | ||
``` | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Execution logs or screenshots | ||
description: Please provide logs in text format (upload files if content is too long), or alternatively, screenshots of the execution record. | ||
value: | | ||
``` | ||
# Please copy-and-paste your logs here. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
name: 中文提问模板 | ||
description: 与本项目相关的问题提问,我们会优先查阅内容相对完整的issue。 | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: 💡 开放式讨论请移步[讨论区](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/discussions),请勿以issue形式提问,谢谢。 | ||
- type: checkboxes | ||
id: mustchecks | ||
attributes: | ||
label: 提交前必须检查以下项目 | ||
description: 请在提问前检查以下项目,善用搜索功能查找与自己问题相关的issue。 | ||
options: | ||
- label: 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。 | ||
required: true | ||
- label: 我已阅读[项目文档](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki)和[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案 | ||
required: true | ||
- label: 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.cpp)、[text-generation-webui](https://github.com/oobabooga/text-generation-webui)等,同时建议到对应的项目中查找解决方案 | ||
required: true | ||
- type: dropdown | ||
id: question-type | ||
attributes: | ||
label: 问题类型 | ||
description: 请选择最符合的问题类型 | ||
options: | ||
- 下载问题 | ||
- 模型转换和合并 | ||
- 模型训练与精调 | ||
- 模型推理 | ||
- 模型量化和部署 | ||
- 效果问题 | ||
- 其他问题 | ||
- type: dropdown | ||
id: model-type | ||
attributes: | ||
label: 基础模型 | ||
description: 请提供问题涉及的具体模型。 | ||
options: | ||
- LLaMA-2-7B | ||
- Alpaca-2-7B | ||
- type: dropdown | ||
id: operating-system | ||
attributes: | ||
label: 操作系统 | ||
description: 请提供操作系统类型 | ||
options: | ||
- Windows | ||
- macOS | ||
- Linux | ||
- type: textarea | ||
id: question-detailed | ||
attributes: | ||
label: 详细描述问题 | ||
description: 请尽量具体地描述遇到的问题,**代码程序类问题务必给出完整运行命令**,这将有助于快速定位问题所在。 | ||
value: | | ||
``` | ||
# 请在此处粘贴运行代码(如没有可删除该代码块) | ||
``` | ||
- type: textarea | ||
id: dependencies | ||
attributes: | ||
label: 依赖情况(代码类问题务必提供) | ||
description: 请提供transformers, peft, torch等常规依赖库的版本:`pip list | grep -E 'transformers|peft|torch'` | ||
value: | | ||
``` | ||
# 请在此处粘贴依赖情况 | ||
``` | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: 运行日志或截图 | ||
description: 请优先提供文本形式的log(过长内容请上传文件),粘贴内容放在markdown代码块。或者提供截图形式的运行记录。 | ||
value: | | ||
``` | ||
# 请在此处粘贴运行日志 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
cff-version: 1.2.0 | ||
message: "If you find our resources useful, please cite our paper as below." | ||
authors: | ||
- family-names: "Cui" | ||
given-names: "Yiming" | ||
orcid: "https://orcid.org/0000-0002-2452-375X" | ||
- family-names: "Yang" | ||
given-names: "Ziqing" | ||
- family-names: "Yao" | ||
given-names: "Xin" | ||
title: "Chinese LLaMA and Alpaca 2" | ||
version: 1.0 | ||
date-released: 2023-07-28 | ||
url: "https://github.com/ymcui/Chinese-LLaMA-Alpaca-2" | ||
preferred-citation: | ||
type: article | ||
authors: | ||
- family-names: "Cui" | ||
given-names: "Yiming" | ||
orcid: "https://orcid.org/0000-0002-2452-375X" | ||
- family-names: "Yang" | ||
given-names: "Ziqing" | ||
- family-names: "Yao" | ||
given-names: "Xin" | ||
title: "Efficient and Effective Text Encoding for Chinese LLaMA and Alpaca" | ||
journal: "arXiv pre-print" | ||
year: 2023 | ||
url: "https://arxiv.org/abs/2304.08177" |
Oops, something went wrong.