add AIBOM
#4
by
fatima113 - opened
- Qwen_Qwen2.5-3B.json +51 -0
Qwen_Qwen2.5-3B.json
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bomFormat": "CycloneDX",
|
| 3 |
+
"specVersion": "1.6",
|
| 4 |
+
"serialNumber": "urn:uuid:58f6b389-ac6f-46dd-a5f8-98af0ff1af65",
|
| 5 |
+
"version": 1,
|
| 6 |
+
"metadata": {
|
| 7 |
+
"timestamp": "2025-06-05T09:35:39.115946+00:00",
|
| 8 |
+
"component": {
|
| 9 |
+
"type": "machine-learning-model",
|
| 10 |
+
"bom-ref": "Qwen/Qwen2.5-3B-d9eab10e-6597-5850-85fe-ad99f3fbd8b2",
|
| 11 |
+
"name": "Qwen/Qwen2.5-3B",
|
| 12 |
+
"externalReferences": [
|
| 13 |
+
{
|
| 14 |
+
"url": "https://huggingface.co/Qwen/Qwen2.5-3B",
|
| 15 |
+
"type": "documentation"
|
| 16 |
+
}
|
| 17 |
+
],
|
| 18 |
+
"modelCard": {
|
| 19 |
+
"modelParameters": {
|
| 20 |
+
"task": "text-generation",
|
| 21 |
+
"architectureFamily": "qwen2",
|
| 22 |
+
"modelArchitecture": "Qwen2ForCausalLM"
|
| 23 |
+
}
|
| 24 |
+
},
|
| 25 |
+
"authors": [
|
| 26 |
+
{
|
| 27 |
+
"name": "Qwen"
|
| 28 |
+
}
|
| 29 |
+
],
|
| 30 |
+
"licenses": [
|
| 31 |
+
{
|
| 32 |
+
"license": {
|
| 33 |
+
"name": "qwen-research",
|
| 34 |
+
"url": "https://huggingface.co/Qwen/Qwen2.5-3B/blob/main/LICENSE"
|
| 35 |
+
}
|
| 36 |
+
}
|
| 37 |
+
],
|
| 38 |
+
"description": "Qwen2.5 is the latest series of Qwen large language models. For Qwen2.5, we release a number of base language models and instruction-tuned language models ranging from 0.5 to 72 billion parameters. Qwen2.5 brings the following improvements upon Qwen2:- Significantly **more knowledge** and has greatly improved capabilities in **coding** and **mathematics**, thanks to our specialized expert models in these domains.- Significant improvements in **instruction following**, **generating long texts** (over 8K tokens), **understanding structured data** (e.g, tables), and **generating structured outputs** especially JSON. **More resilient to the diversity of system prompts**, enhancing role-play implementation and condition-setting for chatbots.- **Long-context Support** up to 128K tokens and can generate up to 8K tokens.- **Multilingual support** for over 29 languages, including Chinese, English, French, Spanish, Portuguese, German, Italian, Russian, Japanese, Korean, Vietnamese, Thai, Arabic, and more.**This repo contains the base 3B Qwen2.5 model**, which has the following features:- Type: Causal Language Models- Training Stage: Pretraining- Architecture: transformers with RoPE, SwiGLU, RMSNorm, Attention QKV bias and tied word embeddings- Number of Parameters: 3.09B- Number of Paramaters (Non-Embedding): 2.77B- Number of Layers: 36- Number of Attention Heads (GQA): 16 for Q and 2 for KV- Context Length: Full 32,768 tokens**We do not recommend using base language models for conversations.** Instead, you can apply post-training, e.g., SFT, RLHF, continued pretraining, etc., on this model.For more details, please refer to our [blog](https://qwenlm.github.io/blog/qwen2.5/), [GitHub](https://github.com/QwenLM/Qwen2.5), and [Documentation](https://qwen.readthedocs.io/en/latest/).",
|
| 39 |
+
"tags": [
|
| 40 |
+
"safetensors",
|
| 41 |
+
"qwen2",
|
| 42 |
+
"text-generation",
|
| 43 |
+
"conversational",
|
| 44 |
+
"en",
|
| 45 |
+
"arxiv:2407.10671",
|
| 46 |
+
"license:other",
|
| 47 |
+
"region:us"
|
| 48 |
+
]
|
| 49 |
+
}
|
| 50 |
+
}
|
| 51 |
+
}
|