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 model.safetensors with huggingface_hub
Browse files- model.safetensors +2 -2
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84caa8b3fbba7a1a25e6c81a5bc3b15491eca9b433f3f4f984dc70b92b197cbb
|
| 3 |
+
size 1942815808
|