aorabdel commited on
Commit
85d5454
·
verified ·
1 Parent(s): 43d0db2

Sync model repo (text/metadata)

Browse files
README.md CHANGED
@@ -183,13 +183,40 @@ This model is intended for developers evaluating text-generation workloads on Ar
183
 
184
  ## About this version
185
 
186
- This repository contains a converted version of the deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B model, originally developed by DeepSeek AI.
187
- Arm has converted the model to enable efficient execution on Arm-based platforms. No changes have been made to the model's intended behavior.
188
 
189
- ## Original model and documentation
 
190
 
191
- For full details of the original model, please refer to the original [model card](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B).
 
192
 
193
- ## Purpose of this release
 
194
 
195
- This version is provided by Arm as a reference implementation to demonstrate performance on Arm-based systems. It is not a production-ready or supported solution. Users should evaluate the model independently for their use-case. Arm provides no warranties or ongoing support for this version.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
183
 
184
  ## About this version
185
 
186
+ Original Model:
187
+ deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B by DeepSeek AI - [Repository](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B)
188
 
189
+ Optimization/conversion:
190
+ Arm-Optimized version for execution on Arm-based platforms.
191
 
192
+ Converted/optimized by:
193
+ Arm
194
 
195
+ License:
196
+ The Original Model and the Optimized Model are subject to [MIT](https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/mit.md).
197
 
198
+ This repository contains a converted or optimized version of the Original Model (the “Optimized Model”). The Original Model has been converted or optimized as described above for execution on Arm-based platforms.
199
+
200
+ No retraining or fine-tuning of the Original Model was performed as part of the conversion or optimization. The conversion or optimization was not intended to change the Original Model’s behavior or intended use.
201
+
202
+ ### Original Model and Documentation
203
+
204
+ For information about the Original Model, including its development, training data, intended uses, limitations and other relevant information, please refer to the [Original Model repository](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B). Information in that repository was provided by the original developer or other third parties and, unless expressly stated otherwise, has not been independently verified by Arm.
205
+
206
+ ### Licenses and Third-Party Terms
207
+
208
+ Use of the Original Model and the Optimized Model is subject to the applicable licenses, usage restrictions and other terms identified above and in the relevant repositories. Publication of the Optimized Model does not grant any rights beyond those provided under the applicable license terms.
209
+
210
+ You are responsible for reviewing those terms and ensuring that your use of the Original Model and the Optimized Model is permitted.
211
+
212
+ ### Purpose of this Release
213
+
214
+ The Optimized Model is provided as a reference implementation to demonstrate and evaluate execution and performance on Arm-based systems. It is not a production-ready or supported solution.
215
+
216
+ Arm’s publication of the Optimized Model does not constitute an endorsement or certification of the Original Model or a representation that the Optimized Model is suitable for production use or any particular purpose.
217
+
218
+ To the fullest extent permitted by applicable law (i) the Optimized Model is provided “as is.” Arm makes no representations or warranties that the Original Model, the Optimized Model or their outputs are accurate, safe, secure, non-infringing, legally compliant, suitable for production use or fit for any particular purpose; and (ii) Arm will not be liable for any loss or damage arising from or in connection with the Optimized Model, its use or its outputs.
219
+
220
+ You are responsible for independently evaluating the Optimized Model, its outputs and its suitability for your intended use, including compliance with applicable legal, regulatory, safety and security requirements.
221
+
222
+ Arm does not commit to provide ongoing support, maintenance or updates for the Optimized Model. Any use of or reliance on the Optimized Model or its outputs is at your own risk.
benchmarks/deepseek-r1-distill-qwen-1-5b-llamacpp-vivo-x300-fp32.yaml CHANGED
@@ -30,3 +30,7 @@ performance:
30
  prefill_encode_time_ms: 19284.2
31
  tokens_per_second: 10.008307
32
  peak_memory_mb: 3529.35546875
 
 
 
 
 
30
  prefill_encode_time_ms: 19284.2
31
  tokens_per_second: 10.008307
32
  peak_memory_mb: 3529.35546875
33
+ accuracy:
34
+ benchmark_name: MATH-500
35
+ accuracy_pct: 82.8
36
+ shot_count: 0
benchmarks/deepseek-r1-distill-qwen-1-5b-llamacpp-vivo-x300-int4.yaml CHANGED
@@ -30,3 +30,7 @@ performance:
30
  prefill_encode_time_ms: 2655.5
31
  tokens_per_second: 41.214719
32
  peak_memory_mb: 2012.0625
 
 
 
 
 
30
  prefill_encode_time_ms: 2655.5
31
  tokens_per_second: 41.214719
32
  peak_memory_mb: 2012.0625
33
+ accuracy:
34
+ benchmark_name: MATH-500
35
+ accuracy_pct: 80.0
36
+ shot_count: 0
metadata.yaml CHANGED
@@ -1,7 +1,7 @@
1
  schema_version: 1.0.0
2
  report_type: llm-generative
3
  task_type: text-generation
4
- title: DeepSeek-R1-Distill-Qwen-1.5B optimized for Arm-based Premium Smartphone
5
  description: DeepSeek-R1-Distill-Qwen-1.5B text generation optimized as a Q4_K_M GGUF model for the llama.cpp runtime on Arm-based
6
  Premium Smartphone systems.
7
  id: Arm/deepseek-r1-distill-qwen-1-5b-q4-k-m-llamacpp-vivo-x300
@@ -10,7 +10,7 @@ base_model_id: deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
10
  vendor: DeepSeek
11
  base_model_url: https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
12
  profile: Arm-Optimized
13
- weight_dtype: q4_k_m
14
  quantization:
15
  method: K-quant
16
  symmetric: false
 
1
  schema_version: 1.0.0
2
  report_type: llm-generative
3
  task_type: text-generation
4
+ title: DeepSeek-R1-Distill-Qwen-1.5B Q4_K_M
5
  description: DeepSeek-R1-Distill-Qwen-1.5B text generation optimized as a Q4_K_M GGUF model for the llama.cpp runtime on Arm-based
6
  Premium Smartphone systems.
7
  id: Arm/deepseek-r1-distill-qwen-1-5b-q4-k-m-llamacpp-vivo-x300
 
10
  vendor: DeepSeek
11
  base_model_url: https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
12
  profile: Arm-Optimized
13
+ weight_dtype: Q4_K_M
14
  quantization:
15
  method: K-quant
16
  symmetric: false