mattmdjaga sabato-nocera commited on
Commit
c4d76e5
·
verified ·
1 Parent(s): fc92b3a

add AIBOM (#29)

Browse files

- add AIBOM (345d3809b9925c3475aec3fdc5a94cf65c3f8b59)


Co-authored-by: Sabato Nocera <[email protected]>

Files changed (1) hide show
  1. mattmdjaga_segformer_b2_clothes.json +111 -0
mattmdjaga_segformer_b2_clothes.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.6",
4
+ "serialNumber": "urn:uuid:efaab1cf-c09e-495a-9d76-54604e1e8c37",
5
+ "version": 1,
6
+ "metadata": {
7
+ "timestamp": "2025-06-05T09:34:49.062306+00:00",
8
+ "component": {
9
+ "type": "machine-learning-model",
10
+ "bom-ref": "mattmdjaga/segformer_b2_clothes-ea4ad23a-7fca-57ca-9b50-5cbca9a21441",
11
+ "name": "mattmdjaga/segformer_b2_clothes",
12
+ "externalReferences": [
13
+ {
14
+ "url": "https://huggingface.co/mattmdjaga/segformer_b2_clothes",
15
+ "type": "documentation"
16
+ }
17
+ ],
18
+ "modelCard": {
19
+ "modelParameters": {
20
+ "task": "image-segmentation",
21
+ "architectureFamily": "segformer",
22
+ "modelArchitecture": "SegformerForSemanticSegmentation",
23
+ "datasets": [
24
+ {
25
+ "ref": "mattmdjaga/human_parsing_dataset-2f113f97-be86-5ece-a359-cb1d9aa1cb78"
26
+ }
27
+ ]
28
+ },
29
+ "properties": [
30
+ {
31
+ "name": "library_name",
32
+ "value": "transformers"
33
+ }
34
+ ]
35
+ },
36
+ "authors": [
37
+ {
38
+ "name": "mattmdjaga"
39
+ }
40
+ ],
41
+ "licenses": [
42
+ {
43
+ "license": {
44
+ "id": "MIT",
45
+ "url": "https://spdx.org/licenses/MIT.html"
46
+ }
47
+ }
48
+ ],
49
+ "tags": [
50
+ "transformers",
51
+ "pytorch",
52
+ "onnx",
53
+ "safetensors",
54
+ "segformer",
55
+ "vision",
56
+ "image-segmentation",
57
+ "dataset:mattmdjaga/human_parsing_dataset",
58
+ "arxiv:2105.15203",
59
+ "license:mit",
60
+ "endpoints_compatible",
61
+ "region:us"
62
+ ]
63
+ }
64
+ },
65
+ "components": [
66
+ {
67
+ "type": "data",
68
+ "bom-ref": "mattmdjaga/human_parsing_dataset-2f113f97-be86-5ece-a359-cb1d9aa1cb78",
69
+ "name": "mattmdjaga/human_parsing_dataset",
70
+ "data": [
71
+ {
72
+ "type": "dataset",
73
+ "bom-ref": "mattmdjaga/human_parsing_dataset-2f113f97-be86-5ece-a359-cb1d9aa1cb78",
74
+ "name": "mattmdjaga/human_parsing_dataset",
75
+ "contents": {
76
+ "url": "https://huggingface.co/datasets/mattmdjaga/human_parsing_dataset",
77
+ "properties": [
78
+ {
79
+ "name": "task_categories",
80
+ "value": "image-segmentation"
81
+ },
82
+ {
83
+ "name": "task_ids",
84
+ "value": "semantic-segmentation"
85
+ },
86
+ {
87
+ "name": "size_categories",
88
+ "value": "10K<n<100K"
89
+ },
90
+ {
91
+ "name": "configs",
92
+ "value": "Name of the dataset subset: default {\"split\": \"train\", \"path\": \"data/train-*\"}"
93
+ }
94
+ ]
95
+ },
96
+ "governance": {
97
+ "owners": [
98
+ {
99
+ "organization": {
100
+ "name": "mattmdjaga",
101
+ "url": "https://huggingface.co/mattmdjaga"
102
+ }
103
+ }
104
+ ]
105
+ },
106
+ "description": "\n\t\n\t\t\n\t\tDataset Card for Human parsing data (ATR)\n\t\n\n\n\t\n\t\t\n\t\tDataset Summary\n\t\n\nThis dataset has 17,706 images and mask pairs. It is just a copy of \nDeep Human Parsing ATR dataset. The mask labels are: \n \"0\": \"Background\",\n \"1\": \"Hat\",\n \"2\": \"Hair\",\n \"3\": \"Sunglasses\",\n \"4\": \"Upper-clothes\",\n \"5\": \"Skirt\",\n \"6\": \"Pants\",\n \"7\": \"Dress\",\n \"8\": \"Belt\",\n \"9\": \"Left-shoe\",\n \"10\": \"Right-shoe\",\n \"11\": \"Face\",\n \"12\": \"Left-leg\",\n \"13\": \"Right-leg\",\n \"14\":\u2026 See the full description on the dataset page: https://huggingface.co/datasets/mattmdjaga/human_parsing_dataset."
107
+ }
108
+ ]
109
+ }
110
+ ]
111
+ }