removed confusion in run.py
Browse files
run.py
CHANGED
|
@@ -58,7 +58,7 @@ if __name__ == "__main__":
|
|
| 58 |
),
|
| 59 |
}
|
| 60 |
# ~~~ Get the data ~~~
|
| 61 |
-
data = {"id": 0
|
| 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 ~~~
|