satreysa commited on
Commit
475d09f
·
verified ·
1 Parent(s): 32357fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -20
README.md CHANGED
@@ -1,40 +1,47 @@
1
  ---
2
- language:
3
- - zh
4
- - en
5
- tags:
6
- - glm
7
- - chatglm
8
- - thudm
9
- - ryzenai-npu
10
- base_model: THUDM/chatglm3-6b
11
  ---
12
-
13
- # chatglm3-6b
14
  - ## Introduction
15
- This model was created using Quark Quantization, followed by OGA Model Builder, and finalized with post-processing for NPU deployment.
 
16
  - ## Quantization Strategy
17
- - AWQ / Group 128 / Asymmetric / BF16 activations / UINT4 weights
18
-
 
19
  - ## Quick Start
20
- For quickstart, refer to [Ryzen AI doucmentation](https://ryzenai.docs.amd.com/en/latest/npu_oga.html)
21
 
22
  #### Evaluation scores
23
- The perplexity measurement is run on the wikitext-2-raw-v1 (raw data) dataset provided by Hugging Face. Perplexity score measured for prompt length 2k is 29.81679.
24
-
25
-
26
 
27
  #### License
28
  Modifications copyright(c) 2024 Advanced Micro Devices,Inc. All rights reserved.
29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  Licensed under the Apache License, Version 2.0 (the "License");
31
  you may not use this file except in compliance with the License.
32
  You may obtain a copy of the License at
33
 
34
  http://www.apache.org/licenses/LICENSE-2.0
35
-
36
  Unless required by applicable law or agreed to in writing, software
37
  distributed under the License is distributed on an "AS IS" BASIS,
38
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
39
  See the License for the specific language governing permissions and
40
- limitations under the License.
 
1
  ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - amd/Qwen2-1.5B
 
 
 
 
 
 
5
  ---
6
+ # amd/Qwen2-1.5B-onnx-hybrid
 
7
  - ## Introduction
8
+ This model was prepared using the AMD Quark Quantization tool, followed by necessary post-processing.
9
+
10
  - ## Quantization Strategy
11
+ - AWQ / Group 128 / Asymmetric / UINT4 Weights / BFP16 activations
12
+ - Excluded Layers: None
13
+ -
14
  - ## Quick Start
15
+ For quickstart, refer to [Ryzen AI doucmentation](https://ryzenai.docs.amd.com/en/latest/hybrid_oga.html)
16
 
17
  #### Evaluation scores
18
+ The MMLU scores are, astronomy: 52.63, philosophy: 59.16, and management: 74.76.
 
 
19
 
20
  #### License
21
  Modifications copyright(c) 2024 Advanced Micro Devices,Inc. All rights reserved.
22
 
23
+ MIT License
24
+
25
+ Copyright (c) 2024 Advanced Micro Devices, Inc
26
+
27
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
28
+ in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
29
+ copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
30
+
31
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
32
+
33
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
36
+ SOFTWARE.
37
+
38
  Licensed under the Apache License, Version 2.0 (the "License");
39
  you may not use this file except in compliance with the License.
40
  You may obtain a copy of the License at
41
 
42
  http://www.apache.org/licenses/LICENSE-2.0
 
43
  Unless required by applicable law or agreed to in writing, software
44
  distributed under the License is distributed on an "AS IS" BASIS,
45
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
46
  See the License for the specific language governing permissions and
47
+ limitations under the License.