Spaces:
Sleeping
Sleeping
Commit
·
e371220
1
Parent(s):
0b7a7fc
Adding a Readme
Browse files
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Modelos Fundacionales para Series de tiempo
|
2 |
+
|
3 |
+
Este repo contiene el código y los notebooks necesarios para el demo presentado en la conferencia "El Lenguaje de las Series de Tiempo" en la Universidad de Palermo, Argentina.
|
4 |
+
|
5 |
+
## Descripción
|
6 |
+
|
7 |
+
El modelo implementado TimesFM[LINK][https://research.google/blog/a-decoder-only-foundation-model-for-time-series-forecasting/] fue desarrollado en una arquitectura tipo decoder-only similar a grandes modelos de lenguaje (LLMs).
|
8 |
+
|
9 |
+
Este repositorio contiene lo necesario, para revisar la aplicación montanda en HuggingFace Spaces[LINK][].
|
10 |
+
|
11 |
+
|
12 |
+
## ☕ Support the Project
|
13 |
+
|
14 |
+
If you find this demo helpful and would like to support its continued development, consider buying me a coffee. Your support helps maintain and improve this project!
|
15 |
+
|
16 |
+
[](https://www.paypal.com/paypalme/sebassarasti)
|
17 |
+
|
18 |
+
### Other Ways to Support
|
19 |
+
- ⭐ Star this repository
|
20 |
+
- 🍴 Fork it and contribute
|
21 |
+
- 📢 Share it with others who might find it useful
|
22 |
+
- 🐛 Report issues or suggest new features
|
23 |
+
|
24 |
+
Your support, in any form, is greatly appreciated! 🙏
|