add AIBOM
#14
by
sabato-nocera
- opened
- microsoft_MAI-DS-R1.json +66 -0
microsoft_MAI-DS-R1.json
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bomFormat": "CycloneDX",
|
3 |
+
"specVersion": "1.6",
|
4 |
+
"serialNumber": "urn:uuid:0c1f0396-4043-4195-820e-4870a03c00ac",
|
5 |
+
"version": 1,
|
6 |
+
"metadata": {
|
7 |
+
"timestamp": "2025-06-05T09:40:31.549137+00:00",
|
8 |
+
"component": {
|
9 |
+
"type": "machine-learning-model",
|
10 |
+
"bom-ref": "microsoft/MAI-DS-R1-8d11dfdf-fb8a-57f6-bde0-49aa8aab572c",
|
11 |
+
"name": "microsoft/MAI-DS-R1",
|
12 |
+
"externalReferences": [
|
13 |
+
{
|
14 |
+
"url": "https://huggingface.co/microsoft/MAI-DS-R1",
|
15 |
+
"type": "documentation"
|
16 |
+
}
|
17 |
+
],
|
18 |
+
"modelCard": {
|
19 |
+
"modelParameters": {
|
20 |
+
"task": "text-generation",
|
21 |
+
"architectureFamily": "deepseek_v3",
|
22 |
+
"modelArchitecture": "DeepseekV3ForCausalLM"
|
23 |
+
},
|
24 |
+
"properties": [
|
25 |
+
{
|
26 |
+
"name": "library_name",
|
27 |
+
"value": "transformers"
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"name": "base_model",
|
31 |
+
"value": "deepseek-ai/DeepSeek-R1"
|
32 |
+
}
|
33 |
+
]
|
34 |
+
},
|
35 |
+
"authors": [
|
36 |
+
{
|
37 |
+
"name": "microsoft"
|
38 |
+
}
|
39 |
+
],
|
40 |
+
"licenses": [
|
41 |
+
{
|
42 |
+
"license": {
|
43 |
+
"id": "MIT",
|
44 |
+
"url": "https://spdx.org/licenses/MIT.html"
|
45 |
+
}
|
46 |
+
}
|
47 |
+
],
|
48 |
+
"description": "MAI-DS-R1 is a DeepSeek-R1 reasoning model that has been post-trained by Microsoft AI team to fill in information gaps in the previous version of the model and to improve its risk profile, while maintaining R1 reasoning capabilities. The model was trained using 110k Safety and Non-Compliance examples from [Tulu](https://huggingface.co/datasets/allenai/tulu-3-sft-mixture) 3 SFT dataset, in addition to a dataset of ~350k multilingual examples internally developed capturing various topics with reported biases.MAI-DS-R1 has successfully unblocked the majority of previously blocked queries from the original R1 model while outperforming the recently published R1-1776 model (post-trained by Perplexity) in relevant safety benchmarks. These results were achieved while preserving the general reasoning capabilities of the original DeepSeek-R1.*Please note: Microsoft has post-trained this model to address certain limitations relevant to its outputs, but previous limitations and considerations for the model remain, including security considerations.*",
|
49 |
+
"tags": [
|
50 |
+
"transformers",
|
51 |
+
"safetensors",
|
52 |
+
"deepseek_v3",
|
53 |
+
"text-generation",
|
54 |
+
"conversational",
|
55 |
+
"custom_code",
|
56 |
+
"base_model:deepseek-ai/DeepSeek-R1",
|
57 |
+
"base_model:finetune:deepseek-ai/DeepSeek-R1",
|
58 |
+
"license:mit",
|
59 |
+
"autotrain_compatible",
|
60 |
+
"text-generation-inference",
|
61 |
+
"endpoints_compatible",
|
62 |
+
"region:us"
|
63 |
+
]
|
64 |
+
}
|
65 |
+
}
|
66 |
+
}
|