Instructions to use then/ttest with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use then/ttest with Transformers:
# Load model directly from transformers import AutoTokenizer, TimesFmModelForPredictionMultiVariate tokenizer = AutoTokenizer.from_pretrained("then/ttest") model = TimesFmModelForPredictionMultiVariate.from_pretrained("then/ttest") - Notebooks
- Google Colab
- Kaggle
Upload data/train_data.tar.gz with huggingface_hub
Browse files- data/train_data.tar.gz +3 -0
data/train_data.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e2d4571cb8fa9f250e5eb95604b048ca0824878689b9dc50316bd7b7a7d57db
|
| 3 |
+
size 372116836
|