Pooja Ganesh commited on
Commit
3b5a844
1 Parent(s): b219e2f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -3
README.md CHANGED
@@ -1,3 +1,43 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - Qwen/Qwen1.5-7B-Chat
7
+ pipeline_tag: text-generation
8
+ tags:
9
+ - chat
10
+ ---
11
+
12
+
13
+ # Qwen/Qwen1.5-7B-Chat
14
+ - ## Introduction
15
+ This model was created by applying [Quark](https://quark.docs.amd.com/latest/index.html) with calibration samples from Pile dataset, and applying [onnxruntime-genai model builder](https://github.com/microsoft/onnxruntime-genai/tree/main/src/python/py/models) to convert to ONNX.
16
+ - ## Quantization Strategy
17
+ - ***Quantized Layers***: TBD
18
+ - ***Weight***: TBD
19
+ - ## Quick Start
20
+ TBD
21
+
22
+ ## Deployment
23
+ TBD
24
+
25
+ ## Evaluation
26
+ TBD
27
+ #### Evaluation scores
28
+ TBD
29
+
30
+ #### License
31
+ Modifications copyright(c) 2024 Advanced Micro Devices,Inc. All rights reserved.
32
+
33
+ Licensed under the Apache License, Version 2.0 (the "License");
34
+ you may not use this file except in compliance with the License.
35
+ You may obtain a copy of the License at
36
+
37
+ http://www.apache.org/licenses/LICENSE-2.0
38
+
39
+ Unless required by applicable law or agreed to in writing, software
40
+ distributed under the License is distributed on an "AS IS" BASIS,
41
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
42
+ See the License for the specific language governing permissions and
43
+ limitations under the License.