Spaces:
Runtime error
Runtime error
image might not work inside markdown
Browse files
app.py
CHANGED
|
@@ -37,9 +37,12 @@ text = """# Welcome to the ShaderEval Suite.
|
|
| 37 |
- Click **Run** to run the suite
|
| 38 |
- The results will be displayed in the **Output** box
|
| 39 |
|
|
|
|
|
|
|
|
|
|
| 40 |
## Todo (feel free to contribute in a Pull Request)
|
| 41 |
-
- [
|
| 42 |
-
- [
|
| 43 |
- [ ] CER metric (via a custom metric perhaps?)
|
| 44 |
- [x] removing the pad_token warning
|
| 45 |
- [ ] adding OpenVINO pipelines for inference, pending on OpenVINO release
|
|
|
|
| 37 |
- Click **Run** to run the suite
|
| 38 |
- The results will be displayed in the **Output** box
|
| 39 |
|
| 40 |
+
## Results
|
| 41 |
+

|
| 42 |
+
|
| 43 |
## Todo (feel free to contribute in a Pull Request)
|
| 44 |
+
- [~] leaderboard
|
| 45 |
+
- [?] supporting batches to speed up inference
|
| 46 |
- [ ] CER metric (via a custom metric perhaps?)
|
| 47 |
- [x] removing the pad_token warning
|
| 48 |
- [ ] adding OpenVINO pipelines for inference, pending on OpenVINO release
|
bar.png
ADDED
|