Vipitis commited on
Commit
6b811d9
·
1 Parent(s): 428da0b

fix typos in markdown

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("model_cp")
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
  """