Spaces:
Runtime error
Runtime error
update for dataset transfer
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ def generation_markup_format(text):
|
|
| 27 |
return f"<font color={PROMPT_COLOR}>{text}</pre></font>"
|
| 28 |
|
| 29 |
|
| 30 |
-
ds = load_dataset("
|
| 31 |
ds = ds["train"]
|
| 32 |
|
| 33 |
possible_langs = ds.unique("lang")
|
|
|
|
| 27 |
return f"<font color={PROMPT_COLOR}>{text}</pre></font>"
|
| 28 |
|
| 29 |
|
| 30 |
+
ds = load_dataset("bigscience/bloom-generations", use_auth_token=HF_API_TOKEN)
|
| 31 |
ds = ds["train"]
|
| 32 |
|
| 33 |
possible_langs = ds.unique("lang")
|