add AIBOM
#12
by
sabato-nocera - opened
- medicalai_ClinicalBERT.json +48 -0
medicalai_ClinicalBERT.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bomFormat": "CycloneDX",
|
| 3 |
+
"specVersion": "1.6",
|
| 4 |
+
"serialNumber": "urn:uuid:5b28c1e4-dfa9-4223-aebd-8da336f3d097",
|
| 5 |
+
"version": 1,
|
| 6 |
+
"metadata": {
|
| 7 |
+
"timestamp": "2025-06-05T09:40:42.688009+00:00",
|
| 8 |
+
"component": {
|
| 9 |
+
"type": "machine-learning-model",
|
| 10 |
+
"bom-ref": "medicalai/ClinicalBERT-b923f80f-94a7-5282-8a00-17019bdb7d53",
|
| 11 |
+
"name": "medicalai/ClinicalBERT",
|
| 12 |
+
"externalReferences": [
|
| 13 |
+
{
|
| 14 |
+
"url": "https://huggingface.co/medicalai/ClinicalBERT",
|
| 15 |
+
"type": "documentation"
|
| 16 |
+
}
|
| 17 |
+
],
|
| 18 |
+
"modelCard": {
|
| 19 |
+
"modelParameters": {
|
| 20 |
+
"task": "fill-mask",
|
| 21 |
+
"architectureFamily": "distilbert",
|
| 22 |
+
"modelArchitecture": "DistilBertForMaskedLM"
|
| 23 |
+
},
|
| 24 |
+
"properties": [
|
| 25 |
+
{
|
| 26 |
+
"name": "library_name",
|
| 27 |
+
"value": "transformers"
|
| 28 |
+
}
|
| 29 |
+
]
|
| 30 |
+
},
|
| 31 |
+
"authors": [
|
| 32 |
+
{
|
| 33 |
+
"name": "medicalai"
|
| 34 |
+
}
|
| 35 |
+
],
|
| 36 |
+
"tags": [
|
| 37 |
+
"transformers",
|
| 38 |
+
"pytorch",
|
| 39 |
+
"distilbert",
|
| 40 |
+
"fill-mask",
|
| 41 |
+
"medical",
|
| 42 |
+
"autotrain_compatible",
|
| 43 |
+
"endpoints_compatible",
|
| 44 |
+
"region:us"
|
| 45 |
+
]
|
| 46 |
+
}
|
| 47 |
+
}
|
| 48 |
+
}
|