Spaces:
Runtime error
Runtime error
fix typos in markdown
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ text = """# Welcome to the ShaderEval Suite.
|
|
| 28 |
import evaluate
|
| 29 |
suite = evaluate.EvaluationSuite.load("Vipitis/ShaderEval")
|
| 30 |
model_cp = "gpt2"
|
| 31 |
-
suite.run(
|
| 32 |
```
|
| 33 |
|
| 34 |
### try the demo below
|
|
@@ -40,7 +40,7 @@ text = """# Welcome to the ShaderEval Suite.
|
|
| 40 |
## Todo (feel free to contribute in a Pull Request)
|
| 41 |
- leaderboard
|
| 42 |
- supporting batches to speed up inference
|
| 43 |
-
- CER metric
|
| 44 |
- removing the pad_token warning
|
| 45 |
- adding OpenVINO pipelines for inference, pending on OpenVINO release
|
| 46 |
"""
|
|
|
|
| 28 |
import evaluate
|
| 29 |
suite = evaluate.EvaluationSuite.load("Vipitis/ShaderEval")
|
| 30 |
model_cp = "gpt2"
|
| 31 |
+
suite.run(model_cp, snippet=300)
|
| 32 |
```
|
| 33 |
|
| 34 |
### try the demo below
|
|
|
|
| 40 |
## Todo (feel free to contribute in a Pull Request)
|
| 41 |
- leaderboard
|
| 42 |
- supporting batches to speed up inference
|
| 43 |
+
- CER metric (via a custom metric perhaps?)
|
| 44 |
- removing the pad_token warning
|
| 45 |
- adding OpenVINO pipelines for inference, pending on OpenVINO release
|
| 46 |
"""
|