nbaldwin commited on
Commit
0db90ab
·
1 Parent(s): f2030ec

removed confusion in run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -58,7 +58,7 @@ if __name__ == "__main__":
58
  ),
59
  }
60
  # ~~~ Get the data ~~~
61
- data = {"id": 0, "question": "Generate a short random sentence"} # This can be a list of samples
62
  # data = {"id": 0, "question": "Who was the NBA champion in 2023?"} # This can be a list of samples
63
 
64
  # ~~~ Run inference ~~~
 
58
  ),
59
  }
60
  # ~~~ Get the data ~~~
61
+ data = {"id": 0} # This can be a list of samples
62
  # data = {"id": 0, "question": "Who was the NBA champion in 2023?"} # This can be a list of samples
63
 
64
  # ~~~ Run inference ~~~