Spaces:
Sleeping
Sleeping
fix
Browse files
README.md
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
---
|
2 |
title: "Next-Token Predictions"
|
3 |
sdk: streamlit
|
4 |
-
sdk_version: 1.19.0
|
|
|
5 |
---
|
6 |
|
7 |
Demo of how an encoder-decoder model works by generating a next-token distribution.
|
|
|
1 |
---
|
2 |
title: "Next-Token Predictions"
|
3 |
sdk: streamlit
|
4 |
+
sdk_version: "1.19.0"
|
5 |
+
app_file: app.py
|
6 |
---
|
7 |
|
8 |
Demo of how an encoder-decoder model works by generating a next-token distribution.
|