add AIBOM
#8
by
RiccardoDav
- opened
google_owlv2-base-patch16-ensemble.json
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bomFormat": "CycloneDX",
|
3 |
+
"specVersion": "1.6",
|
4 |
+
"serialNumber": "urn:uuid:e5046994-9a87-48fc-8801-344214a3599a",
|
5 |
+
"version": 1,
|
6 |
+
"metadata": {
|
7 |
+
"timestamp": "2025-06-05T09:35:20.993969+00:00",
|
8 |
+
"component": {
|
9 |
+
"type": "machine-learning-model",
|
10 |
+
"bom-ref": "google/owlv2-base-patch16-ensemble-99be0ddf-a3ae-5eb3-a97f-abeb17e238e5",
|
11 |
+
"name": "google/owlv2-base-patch16-ensemble",
|
12 |
+
"externalReferences": [
|
13 |
+
{
|
14 |
+
"url": "https://huggingface.co/google/owlv2-base-patch16-ensemble",
|
15 |
+
"type": "documentation"
|
16 |
+
}
|
17 |
+
],
|
18 |
+
"modelCard": {
|
19 |
+
"modelParameters": {
|
20 |
+
"task": "zero-shot-object-detection",
|
21 |
+
"architectureFamily": "owlv2",
|
22 |
+
"modelArchitecture": "Owlv2ForObjectDetection"
|
23 |
+
},
|
24 |
+
"properties": [
|
25 |
+
{
|
26 |
+
"name": "library_name",
|
27 |
+
"value": "transformers"
|
28 |
+
}
|
29 |
+
],
|
30 |
+
"consideration": {
|
31 |
+
"useCases": "The model is intended as a research output for research communities. We hope that this model will enable researchers to better understand and explore zero-shot, text-conditioned object detection. We also hope it can be used for interdisciplinary studies of the potential impact of such models, especially in areas that commonly require identifying objects whose label is unavailable during training."
|
32 |
+
}
|
33 |
+
},
|
34 |
+
"authors": [
|
35 |
+
{
|
36 |
+
"name": "google"
|
37 |
+
}
|
38 |
+
],
|
39 |
+
"licenses": [
|
40 |
+
{
|
41 |
+
"license": {
|
42 |
+
"id": "Apache-2.0",
|
43 |
+
"url": "https://spdx.org/licenses/Apache-2.0.html"
|
44 |
+
}
|
45 |
+
}
|
46 |
+
],
|
47 |
+
"description": "The OWLv2 model (short for Open-World Localization) was proposed in [Scaling Open-Vocabulary Object Detection](https://arxiv.org/abs/2306.09683) by Matthias Minderer, Alexey Gritsenko, Neil Houlsby. OWLv2, like OWL-ViT, is a zero-shot text-conditioned object detection model that can be used to query an image with one or multiple text queries.The model uses CLIP as its multi-modal backbone, with a ViT-like Transformer to get visual features and a causal language model to get the text features. To use CLIP for detection, OWL-ViT removes the final token pooling layer of the vision model and attaches a lightweight classification and box head to each transformer output token. Open-vocabulary classification is enabled by replacing the fixed classification layer weights with the class-name embeddings obtained from the text model. The authors first train CLIP from scratch and fine-tune it end-to-end with the classification and box heads on standard detection datasets using a bipartite matching loss. One or multiple text queries per image can be used to perform zero-shot text-conditioned object detection.",
|
48 |
+
"tags": [
|
49 |
+
"transformers",
|
50 |
+
"pytorch",
|
51 |
+
"safetensors",
|
52 |
+
"owlv2",
|
53 |
+
"zero-shot-object-detection",
|
54 |
+
"vision",
|
55 |
+
"arxiv:2306.09683",
|
56 |
+
"license:apache-2.0",
|
57 |
+
"region:us"
|
58 |
+
]
|
59 |
+
}
|
60 |
+
}
|
61 |
+
}
|