From 5a62d02cafee222b54b45730bf7ec78dd0be6d5b Mon Sep 17 00:00:00 2001 From: Rajat Sen Date: Tue, 31 Dec 2024 00:19:59 +0000 Subject: [PATCH] minor changes to readme --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index b8c1e49..5d69348 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,6 @@ timesfm-2.0-500m is our second open model checkpoint: - It performs univariate time series forecasting for context lengths up to 2048 timepoints and any horizon lengths, with an optional frequency indicator. - It focuses on point forecasts. We experimentally offer 10 quantile heads but they have not been calibrated after pretraining. -## Benchmarks - -Please refer to our result tables on the [extended benchmarks](https://github.com/google-research/timesfm/tree/master/experiments/extended_benchmarks) and the [long horizon benchmarks](https://github.com/google-research/timesfm/tree/master/experiments/long_horizon_benchmarks). - -Please look into the README files in the respective benchmark directories within `experiments/` for instructions for running TimesFM on the respective benchmarks. ## Installation