sabato-nocera commited on
Commit
4192e3d
·
verified ·
1 Parent(s): 9c8129a

Dear model owner(s),
We are a group of researchers investigating the usefulness of sharing AIBOMs (Artificial Intelligence Bill of Materials) to document AI models – AIBOMs are machine-readable structured lists of components (e.g., datasets and models) used to enhance transparency in AI-model supply chains.

To pursue the above-mentioned objective, we identified popular models on HuggingFace and, based on your model card (and some configuration information available in HuggingFace), we generated your AIBOM according to the CyclonDX (v1.6) standard (see https://cyclonedx.org/docs/1.6/json/). AIBOMs are generated as JSON files by using the following open-source supporting tool: https://github.com/MSR4SBOM/ALOHA (technical details are available in the research paper: https://github.com/MSR4SBOM/ALOHA/blob/main/ALOHA.pdf).

The JSON file in this pull request is your AIBOM (see https://github.com/MSR4SBOM/ALOHA/blob/main/documentation.json for details on its structure).

Clearly, the submitted AIBOM matches the current model information, yet it can be easily regenerated when the model evolves, using the aforementioned AIBOM generator tool.

We open this pull request containing an AIBOM of your AI model, and hope it will be considered. We would also like to hear your opinion on the usefulness (or not) of AIBOM by answering a 3-minute anonymous survey: https://forms.gle/WGffSQD5dLoWttEe7.

Thanks in advance, and regards,
Riccardo D’Avino, Fatima Ahmed, Sabato Nocera, Simone Romano, Giuseppe Scanniello (University of Salerno, Italy),
Massimiliano Di Penta (University of Sannio, Italy),
The MSR4SBOM team

Files changed (1) hide show
  1. 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
+ }