-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ The current Python versions supported are 3.9, 3.10, 3.11. | |
## Initial Setup | ||
First clone the repository: | ||
```bash | ||
git clone [email protected]:IBM/tsfm.git | ||
git clone [email protected]:ibm-granite/granite-tsfm.git | ||
cd tsfm | ||
``` | ||
|
||
|
@@ -24,9 +24,9 @@ pip install ".[notebooks]" | |
``` | ||
|
||
### Notebooks links | ||
- Getting started with `PatchTSMixer` [[Try it out]](https://github.com/IBM/tsfm/blob/main/notebooks/hfdemo/patch_tsmixer_getting_started.ipynb) | ||
- Transfer learning with `PatchTSMixer` [[Try it out]](https://github.com/IBM/tsfm/blob/main/notebooks/hfdemo/patch_tsmixer_transfer.ipynb) | ||
- Transfer learning with `PatchTST` [[Try it out]](https://github.com/IBM/tsfm/blob/main/notebooks/hfdemo/patch_tst_transfer.ipynb) | ||
- Getting started with `PatchTSMixer` [[Try it out]](https://github.com/ibm-granite/granite-tsfm/blob/main/notebooks/hfdemo/patch_tsmixer_getting_started.ipynb) | ||
- Transfer learning with `PatchTSMixer` [[Try it out]](https://github.com/ibm-granite/granite-tsfm/blob/main/notebooks/hfdemo/patch_tsmixer_transfer.ipynb) | ||
- Transfer learning with `PatchTST` [[Try it out]](https://github.com/ibm-granite/granite-tsfm/blob/main/notebooks/hfdemo/patch_tst_transfer.ipynb) | ||
- Getting started with `TinyTimeMixer (TTM)` [Try it out](notebooks/hfdemo/ttm_getting_started.ipynb) | ||
|
||
## 📗 Google Colab | ||
|
@@ -40,14 +40,12 @@ The demo presented at NeurIPS 2023 is available in `tsfmhfdemos`. This demo requ | |
pip install ".[demos]" | ||
``` | ||
|
||
|
||
## Issues | ||
If you encounter an issue with this project, you are welcome to submit a [bug report](https://github.com/IBM/TSFM/issues). | ||
If you encounter an issue with this project, you are welcome to submit a [bug report](https://github.com/ibm-granite/granite-tsfm/issues). | ||
Before opening a new issue, please search for similar issues. It's possible that someone has already reported it. | ||
|
||
|
||
# Notice | ||
|
||
The intention of this repository is to make it easier to use and demonstrate IBM Research TSFM components that have been made available in the [Hugging Face transformers library](https://huggingface.co/docs/transformers/main/en/index). As we continue to develop these capabilities we will update the code here. | ||
|
||
|
||
|