AlexTian commited on
Commit
ce85883
1 Parent(s): 6f41b30

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -46
README.md CHANGED
@@ -9,93 +9,122 @@ tags:
9
  - qwen
10
  - rk3588
11
  - rkllm
12
- - RockChip
13
  ---
14
 
15
  # 通义千问1.5-1_8B / Qwen1.5-1_8B-Chat_rkLLM
16
 
17
-
18
  - [中文](#通义千问15-1_8b)
19
  - [English](#qwen15-1_8b-chat_rkllm)
 
20
  ## 通义千问1.5-1_8B
 
21
  ### 介绍
22
- 这是从 [Qwen1.5-1_8B](https://huggingface.co/Qwen/Qwen1.5-1.8B) 转换而来的RKLLM模型,用于Rockchip设备的转换模型。
23
- 该模型运行在RK3588的NPU上。
24
 
25
  - **模型名称**: Qwen1.5-1_8B
26
- - **模型架构**: Qwen1.5-1_8B
27
  - **发布者**: FydeOS
28
  - **日期**: 2024-05-14
29
 
30
  ### 模型详情
31
- Qwen1.5 是 Qwen2 的预发布版本,是基于 Transformer 架构的仅解码器大语言模型, 在超大规模的预训练数据上进行训练得到。
32
- ### 要求
33
 
 
34
 
35
  ### 使用指南
36
- > 本模型仅支持运行在搭载 rk3588 芯片的相关设备,请确认芯片信息并保证 npu 可用
37
- #### OpenFyde 系统
38
- > ⚠️:请确认你已经升级到 openfyde 的最新版本
39
- - 点击下载模型文件 `XXX.rkllm`
40
- - 新建文件夹 `model/` ,将模型文件放置在此文件夹下
41
- - 启动 FydeOS AI ,在设置页面进行相关设置
42
-
43
- #### 非 OpenFyde 系统
44
- > ⚠️:请确认你进行了 rkllm 的 npu 相关内核更新
45
- - 点击下载模型文件 `XXX.rkllm`
46
- - 参考官方文档进行配置:[官方文档](https://github.com/airockchip/rknn-llm)
47
 
48
- ### FAQ
49
- 如遇到问题,敬请查阅 issue 区,如仍无法解决再提交 issue。
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
 
51
  ### 限制与注意事项
52
- 说明模型的局限性和使用中的注意事项。
 
 
 
53
 
54
  ### 许可证
55
- 采用与[Qwen1.5-1_8B](https://huggingface.co/Qwen/Qwen1.5-1.8B)相同的许可证。
 
56
 
57
  ### 联系方式
 
58
  如需更多信息,请联系:
 
59
  - **电子邮件**: [email protected]
60
  - **主页**: [FydeOS AI](https://fydeos.ai/zh/)
61
 
 
 
62
  ## Qwen1.5-1_8B-Chat_rkLLM
63
 
64
  ### Introduction
65
- This is a conversion from [Qwen1.5-1_8B](https://huggingface.co/Qwen/Qwen1.5-1.8B) to the RKLLM format for Rockchip devices. The model runs on the NPU from RK3588.
 
66
 
67
  - **Model Name**: Qwen1.5-1_8B
68
- - **Model Architecture**: Same as Qwen1.5-1_8B
69
  - **Publisher**: FydeOS
70
- - **Date**: 2024-05-14
71
 
72
  ### Model Details
73
- Qwen1.5 is the beta version of Qwen2, a transformer-based decoder-only language model pretrained on a large amount of data.
74
- ### Requirements
75
-
76
- ### Usage Guide
77
- > This model is only supported on devices equipped with the RK3588 chip. Ensure that the chip and NPU are available.
78
- #### For OpenFyde Systems
79
- > ⚠️: Please make sure you have upgraded to the latest version of OpenFyde.
80
- - Click to download the model file `XXX.rkllm`.
81
- - Create a new folder `model/` and place the model file in this folder.
82
- - Start FydeOS AI and make the necessary settings on the settings page.
83
-
84
- #### For Non-OpenFyde Systems
85
- > ⚠️: Ensure you have updated the NPU related kernel for rkllm.
86
- - Click to download the model file `XXX.rkllm`.
87
- - Refer to the official documentation for setup: [Official Documentation](https://github.com/airockchip/rknn-llm)
 
 
 
 
 
 
 
88
 
89
  ### FAQ
90
- Please consult the issue section for any problems, and submit a new issue if the problem remains unsolved.
91
 
92
- ### Limitations and Precautions
93
- Details on the limitations and precautions to consider when using the model.
 
94
 
95
- ### License
96
- Uses the same license as [Qwen1.5-1_8B](https://huggingface.co/Qwen/Qwen1.5-1.8B).
 
 
 
 
 
97
 
98
  ### Contact Information
 
99
  For more information, please contact:
 
100
  - **Email**: [email protected]
101
- - **Homepage**: [FydeOS AI](https://fydeos.ai/zh/)
 
9
  - qwen
10
  - rk3588
11
  - rkllm
12
+ - Rockchip
13
  ---
14
 
15
  # 通义千问1.5-1_8B / Qwen1.5-1_8B-Chat_rkLLM
16
 
 
17
  - [中文](#通义千问15-1_8b)
18
  - [English](#qwen15-1_8b-chat_rkllm)
19
+
20
  ## 通义千问1.5-1_8B
21
+
22
  ### 介绍
23
+
24
+ 通义千问1.5-1_8B 是从 [Qwen1.5-1_8B](https://huggingface.co/Qwen/Qwen1.5-1.8B) 转换而来的 RKLLM 模型,专为 Rockchip 设备优化。该模型运行于 RK3588 NPU 上。
25
 
26
  - **模型名称**: Qwen1.5-1_8B
27
+ - **模型架构**: Qwen1.5-1_8B 相同
28
  - **发布者**: FydeOS
29
  - **日期**: 2024-05-14
30
 
31
  ### 模型详情
 
 
32
 
33
+ 通义千问1.5-1_8B(Qwen1.5-1_8B)是通义千问2(Qwen2)的预发布版本,是阿里云研发的通义千问系列大模型中的一员,拥有 18 亿参数。该模型基于 Transformer 架构, 在超大规模的预训练数据上进行训练得到。
34
 
35
  ### 使用指南
 
 
 
 
 
 
 
 
 
 
 
36
 
37
+ > 此模型仅支持搭载 Rockchip RK3588/s 芯片的设备。请确认设备信息并确保 NPU 可用。
38
+
39
+ #### openFyde 系统
40
+
41
+ > 请确保你已将系统升级到最新版本。
42
+
43
+ 1. 下载模型文件 `XXX.rkllm`。
44
+ 2. 新建文件夹 `model/`,将模型文件放置于该文件夹内。
45
+ 3. 启动 FydeOS AI,在设置页面进行相关配置。
46
+
47
+ #### 其它系统
48
+ > 请确保已完成 RKLLM 的 NPU 相关内核更新。
49
+
50
+ 1. 下载模型文件 `XXX.rkllm`。
51
+ 2. 按照官方文档进行配置:[官方文档](https://github.com/airockchip/rknn-llm)。
52
+
53
+ ### 常见问题(FAQ)
54
+
55
+ 如遇到问题,请先查阅 issue 区,若问题仍未解决,再提交新的 issue。
56
 
57
  ### 限制与注意事项
58
+
59
+ - 模型在某些情况下可能存在性能限制
60
+ - 使用时请遵循相关法律法规
61
+ - 可能需要进行适当的参数调优以达到最佳效果
62
 
63
  ### 许可证
64
+
65
+ 本模型采用与 [Qwen1.5-1_8B](https://huggingface.co/Qwen/Qwen1.5-1.8B) 相同的许可证。
66
 
67
  ### 联系方式
68
+
69
  如需更多信息,请联系:
70
+
71
  - **电子邮件**: [email protected]
72
  - **主页**: [FydeOS AI](https://fydeos.ai/zh/)
73
 
74
+
75
+
76
  ## Qwen1.5-1_8B-Chat_rkLLM
77
 
78
  ### Introduction
79
+
80
+ Qwen1.5-1_8B-Chat_rkLLM is a conversion from [Qwen1.5-1_8B](https://huggingface.co/Qwen/Qwen1.5-1.8B), specifically designed for Rockchip devices. This model operates on the NPU of the RK3588 chip.
81
 
82
  - **Model Name**: Qwen1.5-1_8B
83
+ - **Architecture**: Identical to Qwen1.5-1_8B
84
  - **Publisher**: FydeOS
85
+ - **Release Date**: 14 May 2024
86
 
87
  ### Model Details
88
+
89
+ Qwen1.5, the beta version of Qwen2, is part of the Tongyi Qianwen series developed by Alibaba Cloud. This large language model features 1.8 billion parameters and is based on the Transformer architecture. It has been pre-trained on a large amount of data.
90
+
91
+ ### User Guide
92
+
93
+ This model is only supported on devices with the Rockchip RK3588/s chip. Please verify your device’s chip information and ensure the NPU is operational.
94
+
95
+ #### openFyde
96
+
97
+ > Ensure you have upgraded to the latest version of openFyde.
98
+
99
+ 1. Download the model file `XXX.rkllm`.
100
+ 2. Create a folder named `model/` and place the model file inside this folder.
101
+ 3. Launch FydeOS AI and configure the settings on the settings page.
102
+
103
+
104
+ #### Other Systems
105
+
106
+ > Ensure you have updated the NPU kernel related to RKLLM.
107
+
108
+ 1. Download the model file `XXX.rkllm`.
109
+ 2. Follow the configuration guidelines provided in the [official documentation](https://github.com/airockchip/rknn-llm).
110
 
111
  ### FAQ
 
112
 
113
+ For issues, please refer to the issue section. If your problem remains unresolved, submit a new issue.
114
+
115
+ ### Limitations and Considerations
116
 
117
+ - The model may have performance limitations in certain scenarios.
118
+ - Ensure compliance with relevant laws and regulations during usage.
119
+ - Parameter tuning might be necessary to achieve optimal performance.
120
+
121
+ ### Licence
122
+
123
+ This model is licensed under the same terms as [Qwen1.5-1_8B](https://huggingface.co/Qwen/Qwen1.5-1.8B).
124
 
125
  ### Contact Information
126
+
127
  For more information, please contact:
128
+
129
  - **Email**: [email protected]
130
+ - **Homepage**: [FydeOS AI](https://fydeos.ai/en/)