add AIBOM
#11
by
RiccardoDav
- opened
- zed-industries_zeta.json +89 -0
zed-industries_zeta.json
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bomFormat": "CycloneDX",
|
3 |
+
"specVersion": "1.6",
|
4 |
+
"serialNumber": "urn:uuid:e5ff0b12-b6f5-43da-b553-f96af962f8f9",
|
5 |
+
"version": 1,
|
6 |
+
"metadata": {
|
7 |
+
"timestamp": "2025-07-10T08:31:14.251943+00:00",
|
8 |
+
"component": {
|
9 |
+
"type": "machine-learning-model",
|
10 |
+
"bom-ref": "zed-industries/zeta-13bb4bec-c5fa-532a-b9cf-3f355b2e401d",
|
11 |
+
"name": "zed-industries/zeta",
|
12 |
+
"externalReferences": [
|
13 |
+
{
|
14 |
+
"url": "https://huggingface.co/zed-industries/zeta",
|
15 |
+
"type": "documentation"
|
16 |
+
}
|
17 |
+
],
|
18 |
+
"modelCard": {
|
19 |
+
"modelParameters": {
|
20 |
+
"architectureFamily": "qwen2",
|
21 |
+
"modelArchitecture": "Qwen2ForCausalLM",
|
22 |
+
"datasets": [
|
23 |
+
{
|
24 |
+
"ref": "zed-industries/zeta-13bb4bec-c5fa-532a-b9cf-3f355b2e401d"
|
25 |
+
}
|
26 |
+
]
|
27 |
+
}
|
28 |
+
},
|
29 |
+
"authors": [
|
30 |
+
{
|
31 |
+
"name": "zed-industries"
|
32 |
+
}
|
33 |
+
],
|
34 |
+
"licenses": [
|
35 |
+
{
|
36 |
+
"license": {
|
37 |
+
"id": "Apache-2.0",
|
38 |
+
"url": "https://spdx.org/licenses/Apache-2.0.html"
|
39 |
+
}
|
40 |
+
}
|
41 |
+
],
|
42 |
+
"tags": [
|
43 |
+
"safetensors",
|
44 |
+
"qwen2",
|
45 |
+
"dataset:zed-industries/zeta",
|
46 |
+
"license:apache-2.0",
|
47 |
+
"region:us"
|
48 |
+
]
|
49 |
+
}
|
50 |
+
},
|
51 |
+
"components": [
|
52 |
+
{
|
53 |
+
"type": "data",
|
54 |
+
"bom-ref": "zed-industries/zeta-13bb4bec-c5fa-532a-b9cf-3f355b2e401d",
|
55 |
+
"name": "zed-industries/zeta",
|
56 |
+
"data": [
|
57 |
+
{
|
58 |
+
"type": "dataset",
|
59 |
+
"bom-ref": "zed-industries/zeta-13bb4bec-c5fa-532a-b9cf-3f355b2e401d",
|
60 |
+
"name": "zed-industries/zeta",
|
61 |
+
"contents": {
|
62 |
+
"url": "https://huggingface.co/datasets/zed-industries/zeta",
|
63 |
+
"properties": [
|
64 |
+
{
|
65 |
+
"name": "configs",
|
66 |
+
"value": "Name of the dataset subset: default {\"split\": \"train\", \"path\": \"train.jsonl\"}, {\"split\": \"eval\", \"path\": \"eval.jsonl\"}, {\"split\": \"dpo\", \"path\": \"dpo.jsonl\"}"
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"name": "license",
|
70 |
+
"value": "apache-2.0"
|
71 |
+
}
|
72 |
+
]
|
73 |
+
},
|
74 |
+
"governance": {
|
75 |
+
"owners": [
|
76 |
+
{
|
77 |
+
"organization": {
|
78 |
+
"name": "zed-industries",
|
79 |
+
"url": "https://huggingface.co/zed-industries"
|
80 |
+
}
|
81 |
+
}
|
82 |
+
]
|
83 |
+
},
|
84 |
+
"description": "\n\t\n\t\t\n\t\tDataset for Zeta\n\t\n\nThis is the open dataset used to train Zeta, an edit prediction model that powers Zed's predictive coding feature. Zeta is derived from Qwen2.5-Coder-7B and predicts the developer's next code edit based on their recent programming patterns and cursor position, allowing for intelligent completion with a simple tab press.\nThis dataset is split into three parts:\n\ntrain.jsonl: Contains the training data for supervised fine-tuning.\ndpo.jsonl: Contains the data for the\u2026 See the full description on the dataset page: https://huggingface.co/datasets/zed-industries/zeta."
|
85 |
+
}
|
86 |
+
]
|
87 |
+
}
|
88 |
+
]
|
89 |
+
}
|