pooja-ganesh commited on
Commit
6cee3d4
·
verified ·
1 Parent(s): 4641b8f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -2,6 +2,7 @@
2
  license: mit
3
  base_model:
4
  - deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
 
5
  ---
6
 
7
  # DeepSeek-R1-Distill-Qwen-7B-awq-asym-uint4-g128-lmhead-onnx-hybrid
@@ -42,4 +43,26 @@ base_model:
42
 
43
 
44
  #### License
45
- Modifications copyright(c) 2024 Advanced Micro Devices,Inc. All rights reserved.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: mit
3
  base_model:
4
  - deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
5
+ pipeline_tag: text-generation
6
  ---
7
 
8
  # DeepSeek-R1-Distill-Qwen-7B-awq-asym-uint4-g128-lmhead-onnx-hybrid
 
43
 
44
 
45
  #### License
46
+ Modifications copyright(c) 2024 Advanced Micro Devices,Inc. All rights reserved.
47
+
48
+ MIT License
49
+
50
+ Copyright (c) 2023 DeepSeek
51
+
52
+ Permission is hereby granted, free of charge, to any person obtaining a copy
53
+ of this software and associated documentation files (the "Software"), to deal
54
+ in the Software without restriction, including without limitation the rights
55
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
56
+ copies of the Software, and to permit persons to whom the Software is
57
+ furnished to do so, subject to the following conditions:
58
+
59
+ The above copyright notice and this permission notice shall be included in all
60
+ copies or substantial portions of the Software.
61
+
62
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
63
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
64
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
65
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
66
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
67
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
68
+ SOFTWARE.