add AIBOM
#13
by
RiccardoDav
- opened
- AI-MO_NuminaMath-7B-TIR.json +71 -0
AI-MO_NuminaMath-7B-TIR.json
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bomFormat": "CycloneDX",
|
3 |
+
"specVersion": "1.6",
|
4 |
+
"serialNumber": "urn:uuid:6abaa880-fd87-409b-b3dd-f7017767e93d",
|
5 |
+
"version": 1,
|
6 |
+
"metadata": {
|
7 |
+
"timestamp": "2025-07-10T09:01:27.226304+00:00",
|
8 |
+
"component": {
|
9 |
+
"type": "machine-learning-model",
|
10 |
+
"bom-ref": "AI-MO/NuminaMath-7B-TIR-25bf135d-b699-508e-a81d-4ff4bb0efb1d",
|
11 |
+
"name": "AI-MO/NuminaMath-7B-TIR",
|
12 |
+
"externalReferences": [
|
13 |
+
{
|
14 |
+
"url": "https://huggingface.co/AI-MO/NuminaMath-7B-TIR",
|
15 |
+
"type": "documentation"
|
16 |
+
}
|
17 |
+
],
|
18 |
+
"modelCard": {
|
19 |
+
"modelParameters": {
|
20 |
+
"task": "text-generation",
|
21 |
+
"architectureFamily": "llama",
|
22 |
+
"modelArchitecture": "LlamaForCausalLM"
|
23 |
+
},
|
24 |
+
"properties": [
|
25 |
+
{
|
26 |
+
"name": "library_name",
|
27 |
+
"value": "transformers"
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"name": "base_model",
|
31 |
+
"value": "deepseek-ai/deepseek-math-7b-base"
|
32 |
+
}
|
33 |
+
],
|
34 |
+
"consideration": {
|
35 |
+
"useCases": "Here's how you can run the model using the `pipeline()` function from \ud83e\udd17 Transformers:```pythonimport reimport torchfrom transformers import pipelinepipe = pipeline(\"text-generation\", model=\"AI-MO/NuminaMath-7B-TIR\", torch_dtype=torch.bfloat16, device_map=\"auto\")messages = [{\"role\": \"user\", \"content\": \"For how many values of the constant $k$ will the polynomial $x^{2}+kx+36$ have two distinct integer roots?\"},]prompt = pipe.tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)gen_config = {\"max_new_tokens\": 1024,\"do_sample\": False,\"stop_strings\": [\"```output\"], # Generate until Python code block is complete\"tokenizer\": pipe.tokenizer,}outputs = pipe(prompt, **gen_config)text = outputs[0][\"generated_text\"]print(text)"
|
36 |
+
}
|
37 |
+
},
|
38 |
+
"authors": [
|
39 |
+
{
|
40 |
+
"name": "AI-MO"
|
41 |
+
}
|
42 |
+
],
|
43 |
+
"licenses": [
|
44 |
+
{
|
45 |
+
"license": {
|
46 |
+
"id": "Apache-2.0",
|
47 |
+
"url": "https://spdx.org/licenses/Apache-2.0.html"
|
48 |
+
}
|
49 |
+
}
|
50 |
+
],
|
51 |
+
"description": "- **Model type:** A 7B parameter math LLM fine-tuned in two stages of supervised fine-tuning, first on a dataset with math problem-solution pairs and then on a synthetic dataset with examples of multi-step generations using tool-integrated reasoning.- **Language(s) (NLP):** Primarily English- **License:** Apache 2.0- **Finetuned from model:** [deepseek-ai/deepseek-math-7b-base](https://huggingface.co/deepseek-ai/deepseek-math-7b-base)",
|
52 |
+
"tags": [
|
53 |
+
"transformers",
|
54 |
+
"safetensors",
|
55 |
+
"llama",
|
56 |
+
"text-generation",
|
57 |
+
"alignment-handbook",
|
58 |
+
"generated_from_trainer",
|
59 |
+
"conversational",
|
60 |
+
"arxiv:2309.17452",
|
61 |
+
"base_model:deepseek-ai/deepseek-math-7b-base",
|
62 |
+
"base_model:finetune:deepseek-ai/deepseek-math-7b-base",
|
63 |
+
"license:apache-2.0",
|
64 |
+
"autotrain_compatible",
|
65 |
+
"text-generation-inference",
|
66 |
+
"endpoints_compatible",
|
67 |
+
"region:us"
|
68 |
+
]
|
69 |
+
}
|
70 |
+
}
|
71 |
+
}
|