metadata
#13
by Burton2000 - opened
- metadata.yaml +22 -0
metadata.yaml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version: 1.0.0
|
| 2 |
+
report_type: image-to-image
|
| 3 |
+
task_type: image-to-image
|
| 4 |
+
title: Neural Super Sampling (NSS)
|
| 5 |
+
description: >-
|
| 6 |
+
Neural Super Sampling (NSS) is a parameter prediction model for real-time temporal super
|
| 7 |
+
sampling developed by Arm, optimized for execution on Neural Accelerators (NX) in mobile GPUs.
|
| 8 |
+
It enables high-resolution rendering at a lower compute cost by reconstructing high-quality
|
| 9 |
+
output frames from low-resolution temporal inputs. NSS is particularly suited for mobile
|
| 10 |
+
gaming, XR, and other power-constrained graphics use cases.
|
| 11 |
+
family_name: Neural Super Sampling
|
| 12 |
+
id: Arm/neural-super-sampling
|
| 13 |
+
filename: nss_v1_0_1_high_int8.vgf
|
| 14 |
+
base_model_id: Arm/neural-super-sampling
|
| 15 |
+
weight_dtype: int8
|
| 16 |
+
profile: Arm-Optimized
|
| 17 |
+
quantization:
|
| 18 |
+
method: QAT
|
| 19 |
+
weight_bits: 8
|
| 20 |
+
activation_bits: 8
|
| 21 |
+
model_size_mb: 0.16
|
| 22 |
+
format: vgf
|