Pooja Ganesh commited on
Commit
63b973e
·
verified ·
1 Parent(s): 3503ffa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -3
README.md CHANGED
@@ -1,3 +1,38 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - mistralai/Mistral-7B-Instruct-v0.3
5
+ ---
6
+
7
+
8
+ # mistralai/Mistral-7B-Instruct-v0.3
9
+ - ## Introduction
10
+ 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.
11
+ - ## Quantization Strategy
12
+ - ***Quantized Layers***: TBD
13
+ - ***Weight***: TBD
14
+ - ## Quick Start
15
+ TBD
16
+
17
+ ## Deployment
18
+ TBD
19
+
20
+ ## Evaluation
21
+ TBD
22
+ #### Evaluation scores
23
+ TBD
24
+
25
+ #### License
26
+ Modifications copyright(c) 2024 Advanced Micro Devices,Inc. All rights reserved.
27
+
28
+ Licensed under the Apache License, Version 2.0 (the "License");
29
+ you may not use this file except in compliance with the License.
30
+ You may obtain a copy of the License at
31
+
32
+ http://www.apache.org/licenses/LICENSE-2.0
33
+
34
+ Unless required by applicable law or agreed to in writing, software
35
+ distributed under the License is distributed on an "AS IS" BASIS,
36
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
37
+ See the License for the specific language governing permissions and
38
+ limitations under the License.