Spaces:
Sleeping
Sleeping
Set streamlit version in metadata
Browse files- README.md +2 -9
- requirements.txt +0 -1
README.md
CHANGED
@@ -1,12 +1,5 @@
|
|
1 |
---
|
2 |
-
title: Next
|
3 |
-
emoji: 🌖
|
4 |
-
colorFrom: purple
|
5 |
-
colorTo: yellow
|
6 |
sdk: streamlit
|
7 |
-
sdk_version: 1.
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
---
|
11 |
-
|
12 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: "Next-Token Predictions"
|
|
|
|
|
|
|
3 |
sdk: streamlit
|
4 |
+
sdk_version: 1.19.0
|
|
|
|
|
5 |
---
|
|
|
|
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
transformers
|
2 |
pandas
|
3 |
torch
|
4 |
-
streamlit>=1.21.0
|
|
|
1 |
transformers
|
2 |
pandas
|
3 |
torch
|
|