shadow-cann commited on
Commit
3134de2
·
verified ·
1 Parent(s): 3209708

Add files using upload-large-folder tool

Browse files
Files changed (2) hide show
  1. README.md +6 -7
  2. model-card.json +17 -23
README.md CHANGED
@@ -17,9 +17,9 @@ Swin-Transformer是针对于图片处理设计的基于Transformer架构的神
17
  ## Mirror Metadata
18
 
19
  - Hugging Face repo: shadow-cann/hispark-modelzoo-swin-transformer
20
- - Portal model id: j3m873lcso00
21
- - Created at: 2026-03-16 19:19:28
22
- - Updated at: 2026-03-26 09:35:38
23
  - Category: 计算机视觉
24
 
25
  ## Framework
@@ -48,16 +48,15 @@ Swin-Transformer是针对于图片处理设计的基于Transformer架构的神
48
 
49
  ## Files In This Repo
50
 
51
- - swin_om-A8W8.om (编译模型 / A8W8)
52
- - swin.om (编译模型 / FP16; 编译模型 / OM 元数据 / A8W8)
53
  - swin.onnx (源模型 / 源模型下载; 源模型 / 源模型元数据)
54
  - swin_tiny_patch4_window7_224.pth (源模型 / 源模型下载; 源模型 / 源模型元数据)
55
  - swin_sim.onnx (源模型 / 源模型下载; 源模型 / 源模型元数据)
56
- - SVP_NNN_PC_V1.0.6.0.tgz (附加资源 / 附加资源)
57
 
58
  ## Upstream Links
59
 
60
- - Portal card: https://gitbubble.github.io/hisilicon-developer-portal-mirror/model-detail.html?id=j3m873lcso00
61
  - Upstream repository: https://gitee.com/HiSpark/modelzoo/tree/master/samples/built-in/classification/Swin-Transformer
62
  - License reference: https://github.com/microsoft/Swin-Transformer/blob/main/LICENSE
63
 
 
17
  ## Mirror Metadata
18
 
19
  - Hugging Face repo: shadow-cann/hispark-modelzoo-swin-transformer
20
+ - Portal model id: ko3ugg54j400
21
+ - Created at: 2026-08-26 16:38:28
22
+ - Updated at: 2026-09-01 16:13:06
23
  - Category: 计算机视觉
24
 
25
  ## Framework
 
48
 
49
  ## Files In This Repo
50
 
51
+ - swin.om (编译模型 / A8W8; 编译模型 / OM 元数据 / A8W8)
 
52
  - swin.onnx (源模型 / 源模型下载; 源模型 / 源模型元数据)
53
  - swin_tiny_patch4_window7_224.pth (源模型 / 源模型下载; 源模型 / 源模型元数据)
54
  - swin_sim.onnx (源模型 / 源模型下载; 源模型 / 源模型元数据)
55
+ - SVP_NNN_PC_V1.0.6.0.tgz (工具链 / 工具链)
56
 
57
  ## Upstream Links
58
 
59
+ - Portal card: https://gitbubble.github.io/hisilicon-developer-portal-mirror/model-detail.html?id=ko3ugg54j400
60
  - Upstream repository: https://gitee.com/HiSpark/modelzoo/tree/master/samples/built-in/classification/Swin-Transformer
61
  - License reference: https://github.com/microsoft/Swin-Transformer/blob/main/LICENSE
62
 
model-card.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "Swin-Transformer",
3
- "id": "j3m873lcso00",
4
  "description": "Swin-Transformer是针对于图片处理设计的基于Transformer架构的神经网络。该网络针对原始Transformer迁移到图片端后计算量过大,复用困难的问题,提出了新的swin-block以代替原有的attention架构。模型以窗口的attention方式极大地减少了图像不同区域间的互相响应,同时也避免了部分冗余信息的产生。最终,模型在减少了大量计算量的同时,在不同的视觉传统任务上也有了效果的提升。",
5
  "category": "计算机视觉",
6
  "framework": [
@@ -20,16 +20,10 @@
20
  "repositoryUrl": "https://gitee.com/HiSpark/modelzoo/tree/master/samples/built-in/classification/Swin-Transformer",
21
  "licenseUrl": "https://github.com/microsoft/Swin-Transformer/blob/main/LICENSE",
22
  "downloads": [
23
- {
24
- "fileName": "swin_om-A8W8.om",
25
- "variants": [
26
- "编译模型 / A8W8"
27
- ]
28
- },
29
  {
30
  "fileName": "swin.om",
31
  "variants": [
32
- "编译模型 / FP16",
33
  "编译模型 / OM 元数据 / A8W8"
34
  ]
35
  },
@@ -57,22 +51,22 @@
57
  {
58
  "fileName": "SVP_NNN_PC_V1.0.6.0.tgz",
59
  "variants": [
60
- "附加资源 / 附加资源"
61
  ]
62
  }
63
  ],
64
  "apiDetail": {
65
  "createdBy": 139036723332644,
66
- "creationDate": "2026-03-16 19:19:28",
67
  "creationUserCN": "y-0089",
68
  "lastUpdatedBy": null,
69
- "lastUpdateDate": "2026-03-26 09:35:38",
70
  "lastUpdateUserCN": "y-0089",
71
  "rowIdx": -1,
72
- "id": "j3m873lcso00",
73
  "name": "Swin-Transformer",
74
- "isBeta": 1,
75
- "betaVersionDesc": "Hi3403V100 NNN引擎上模型性能待进一步优化",
76
  "description": "Swin-Transformer是针对于图片处理设计的基于Transformer架构的神经网络。该网络针对原始Transformer迁移到图片端后计算量过大,复用困难的问题,提出了新的swin-block以代替原有的attention架构。模型以窗口的attention方式极大地减少了图像不同区域间的互相响应,同时也避免了部分冗余信息的产生。最终,模型在减少了大量计算量的同时,在不同的视觉传统任务上也有了效果的提升。",
77
  "parentId": "h6s4m1ogto00",
78
  "coverImageId": 1701485580845059,
@@ -151,7 +145,7 @@
151
  "rowIdx": -1,
152
  "id": "i8ttm5k1tc00",
153
  "name": "Hi3403V100 SVP_NNN",
154
- "modelId": "j3m873lcso00",
155
  "modelName": "Swin-Transformer",
156
  "supportNames": [
157
  "A8W8"
@@ -183,13 +177,13 @@
183
  "supportQuantify": [
184
  {
185
  "createdBy": 139036723332644,
186
- "creationDate": "2026-03-24 16:21:05",
187
  "creationUserCN": "y-0089",
188
  "lastUpdatedBy": 139036723332644,
189
- "lastUpdateDate": "2026-03-24 16:21:05",
190
  "lastUpdateUserCN": "y-0089",
191
  "rowIdx": -1,
192
- "id": "j67c3fjkso00",
193
  "name": "A8W8",
194
  "computingId": "i8ttm5k1tc00",
195
  "computingName": "Hi3403V100 SVP_NNN",
@@ -246,7 +240,7 @@
246
  "rowIdx": -1,
247
  "id": "i8ttm5k1tc01",
248
  "name": "Hi3403V100 NNN",
249
- "modelId": "j3m873lcso00",
250
  "modelName": "Swin-Transformer",
251
  "supportNames": [
252
  "A8W8",
@@ -278,13 +272,13 @@
278
  "supportQuantify": [
279
  {
280
  "createdBy": 139036723332644,
281
- "creationDate": "2026-03-24 16:21:05",
282
  "creationUserCN": "y-0089",
283
  "lastUpdatedBy": 139036723332644,
284
- "lastUpdateDate": "2026-03-24 16:21:05",
285
  "lastUpdateUserCN": "y-0089",
286
  "rowIdx": -1,
287
- "id": "j67c3fksso00",
288
  "name": "FP16",
289
  "computingId": "i8ttm5k1tc01",
290
  "computingName": "Hi3403V100 NNN",
@@ -347,7 +341,7 @@
347
  "0e900d99dee8461b8"
348
  ],
349
  "optionalBy": null,
350
- "downloadNum": 18,
351
  "collectNum": null,
352
  "isCollect": null
353
  }
 
1
  {
2
  "name": "Swin-Transformer",
3
+ "id": "ko3ugg54j400",
4
  "description": "Swin-Transformer是针对于图片处理设计的基于Transformer架构的神经网络。该网络针对原始Transformer迁移到图片端后计算量过大,复用困难的问题,提出了新的swin-block以代替原有的attention架构。模型以窗口的attention方式极大地减少了图像不同区域间的互相响应,同时也避免了部分冗余信息的产生。最终,模型在减少了大量计算量的同时,在不同的视觉传统任务上也有了效果的提升。",
5
  "category": "计算机视觉",
6
  "framework": [
 
20
  "repositoryUrl": "https://gitee.com/HiSpark/modelzoo/tree/master/samples/built-in/classification/Swin-Transformer",
21
  "licenseUrl": "https://github.com/microsoft/Swin-Transformer/blob/main/LICENSE",
22
  "downloads": [
 
 
 
 
 
 
23
  {
24
  "fileName": "swin.om",
25
  "variants": [
26
+ "编译模型 / A8W8",
27
  "编译模型 / OM 元数据 / A8W8"
28
  ]
29
  },
 
51
  {
52
  "fileName": "SVP_NNN_PC_V1.0.6.0.tgz",
53
  "variants": [
54
+ "工具链 / 工具链"
55
  ]
56
  }
57
  ],
58
  "apiDetail": {
59
  "createdBy": 139036723332644,
60
+ "creationDate": "2026-08-26 16:38:28",
61
  "creationUserCN": "y-0089",
62
  "lastUpdatedBy": null,
63
+ "lastUpdateDate": "2026-09-01 16:13:06",
64
  "lastUpdateUserCN": "y-0089",
65
  "rowIdx": -1,
66
+ "id": "ko3ugg54j400",
67
  "name": "Swin-Transformer",
68
+ "isBeta": 0,
69
+ "betaVersionDesc": "",
70
  "description": "Swin-Transformer是针对于图片处理设计的基于Transformer架构的神经网络。该网络针对原始Transformer迁移到图片端后计算量过大,复用困难的问题,提出了新的swin-block以代替原有的attention架构。模型以窗口的attention方式极大地减少了图像不同区域间的互相响应,同时也避免了部分冗余信息的产生。最终,模型在减少了大量计算量的同时,在不同的视觉传统任务上也有了效果的提升。",
71
  "parentId": "h6s4m1ogto00",
72
  "coverImageId": 1701485580845059,
 
145
  "rowIdx": -1,
146
  "id": "i8ttm5k1tc00",
147
  "name": "Hi3403V100 SVP_NNN",
148
+ "modelId": "ko3ugg54j400",
149
  "modelName": "Swin-Transformer",
150
  "supportNames": [
151
  "A8W8"
 
177
  "supportQuantify": [
178
  {
179
  "createdBy": 139036723332644,
180
+ "creationDate": "2026-08-26 16:38:28",
181
  "creationUserCN": "y-0089",
182
  "lastUpdatedBy": 139036723332644,
183
+ "lastUpdateDate": "2026-08-26 16:38:28",
184
  "lastUpdateUserCN": "y-0089",
185
  "rowIdx": -1,
186
+ "id": "ko3uggecj400",
187
  "name": "A8W8",
188
  "computingId": "i8ttm5k1tc00",
189
  "computingName": "Hi3403V100 SVP_NNN",
 
240
  "rowIdx": -1,
241
  "id": "i8ttm5k1tc01",
242
  "name": "Hi3403V100 NNN",
243
+ "modelId": "ko3ugg54j400",
244
  "modelName": "Swin-Transformer",
245
  "supportNames": [
246
  "A8W8",
 
272
  "supportQuantify": [
273
  {
274
  "createdBy": 139036723332644,
275
+ "creationDate": "2026-08-26 16:38:28",
276
  "creationUserCN": "y-0089",
277
  "lastUpdatedBy": 139036723332644,
278
+ "lastUpdateDate": "2026-08-26 16:38:28",
279
  "lastUpdateUserCN": "y-0089",
280
  "rowIdx": -1,
281
+ "id": "ko3uggfsj400",
282
  "name": "FP16",
283
  "computingId": "i8ttm5k1tc01",
284
  "computingName": "Hi3403V100 NNN",
 
341
  "0e900d99dee8461b8"
342
  ],
343
  "optionalBy": null,
344
+ "downloadNum": 0,
345
  "collectNum": null,
346
  "isCollect": null
347
  }