Commit ·
4e5f125
1
Parent(s): 9bd60b0
Correct the published metadata
Browse filesAdds library_name to the model card, and pipeline_tag where it was missing.
Brings the config and card licenses into agreement, and repairs the variant
declarations that did not match the files actually published here.
- README.md +2 -0
- xnnpack/config.json +56 -0
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# Introduction
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
pipeline_tag: image-to-text
|
| 4 |
+
library_name: executorch
|
| 5 |
---
|
| 6 |
|
| 7 |
# Introduction
|
xnnpack/config.json
CHANGED
|
@@ -9,6 +9,62 @@
|
|
| 9 |
"backend": "xnnpack",
|
| 10 |
"license": "apache-2.0",
|
| 11 |
"variants": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
{
|
| 13 |
"file": "pp_ocrv6_xnnpack_int8.pte",
|
| 14 |
"precision": "int8",
|
|
|
|
| 9 |
"backend": "xnnpack",
|
| 10 |
"license": "apache-2.0",
|
| 11 |
"variants": [
|
| 12 |
+
{
|
| 13 |
+
"file": "pp_ocrv6_xnnpack_fp32.pte",
|
| 14 |
+
"precision": "fp32",
|
| 15 |
+
"quantized": false,
|
| 16 |
+
"default": true,
|
| 17 |
+
"size_bytes": 31066200,
|
| 18 |
+
"methods": {
|
| 19 |
+
"detect": {
|
| 20 |
+
"inputs": [
|
| 21 |
+
{
|
| 22 |
+
"shape": [
|
| 23 |
+
1,
|
| 24 |
+
3,
|
| 25 |
+
-1,
|
| 26 |
+
-1
|
| 27 |
+
],
|
| 28 |
+
"dtype": "float32"
|
| 29 |
+
}
|
| 30 |
+
],
|
| 31 |
+
"outputs": [
|
| 32 |
+
{
|
| 33 |
+
"shape": [
|
| 34 |
+
1,
|
| 35 |
+
1,
|
| 36 |
+
-1,
|
| 37 |
+
-1
|
| 38 |
+
],
|
| 39 |
+
"dtype": "float32"
|
| 40 |
+
}
|
| 41 |
+
]
|
| 42 |
+
},
|
| 43 |
+
"recognize": {
|
| 44 |
+
"inputs": [
|
| 45 |
+
{
|
| 46 |
+
"shape": [
|
| 47 |
+
1,
|
| 48 |
+
3,
|
| 49 |
+
48,
|
| 50 |
+
-1
|
| 51 |
+
],
|
| 52 |
+
"dtype": "float32"
|
| 53 |
+
}
|
| 54 |
+
],
|
| 55 |
+
"outputs": [
|
| 56 |
+
{
|
| 57 |
+
"shape": [
|
| 58 |
+
1,
|
| 59 |
+
-1,
|
| 60 |
+
18710
|
| 61 |
+
],
|
| 62 |
+
"dtype": "float32"
|
| 63 |
+
}
|
| 64 |
+
]
|
| 65 |
+
}
|
| 66 |
+
}
|
| 67 |
+
},
|
| 68 |
{
|
| 69 |
"file": "pp_ocrv6_xnnpack_int8.pte",
|
| 70 |
"precision": "int8",
|