Update README.md
Browse files
README.md
CHANGED
|
@@ -96,18 +96,6 @@ if __name__ == "__main__":
|
|
| 96 |
```
|
| 97 |
|
| 98 |
|
| 99 |
-
## Bias, Risks, and Limitations
|
| 100 |
-
|
| 101 |
-
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 102 |
-
|
| 103 |
-
[More Information Needed]
|
| 104 |
-
|
| 105 |
-
### Recommendations
|
| 106 |
-
|
| 107 |
-
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 108 |
-
|
| 109 |
-
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 110 |
-
|
| 111 |
## How to Get Started with the Model
|
| 112 |
|
| 113 |
To you can download directly the quantized exported program for the Ethos-U backend(`Conformer_ArmQuantizer_quant_exported_program.pt2`) and call the `to_edge_transform_and_lower` ExecuTorch API.
|
|
|
|
| 96 |
```
|
| 97 |
|
| 98 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 99 |
## How to Get Started with the Model
|
| 100 |
|
| 101 |
To you can download directly the quantized exported program for the Ethos-U backend(`Conformer_ArmQuantizer_quant_exported_program.pt2`) and call the `to_edge_transform_and_lower` ExecuTorch API.
|