initial commit
Browse files
README.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 🥇
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
app_file: app.py
|
| 8 |
pinned: true
|
| 9 |
-
license:
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# Start the configuration
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Bitcoin Prediction TSFM
|
| 3 |
emoji: 🥇
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
app_file: app.py
|
| 8 |
pinned: true
|
| 9 |
+
license: mit
|
| 10 |
+
short_description: Benchmarking different TSFM models with bitcoin
|
| 11 |
---
|
| 12 |
|
| 13 |
# Start the configuration
|