Instructions to use Time-HD-Anonymous/STReasoner-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Time-HD-Anonymous/STReasoner-8B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Time-HD-Anonymous/STReasoner-8B", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Time-HD-Anonymous/STReasoner-8B", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,4 +12,6 @@ model-index:
|
|
| 12 |
results: []
|
| 13 |
datasets:
|
| 14 |
- Time-HD-Anonymous/ST-Bench
|
| 15 |
-
---
|
|
|
|
|
|
|
|
|
| 12 |
results: []
|
| 13 |
datasets:
|
| 14 |
- Time-HD-Anonymous/ST-Bench
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
STReasoner is a time series LLM for spatio-temporal reasoning.
|