Commit bdb8893e authored by suily's avatar suily
Browse files

Update README.md

parent b024048b
...@@ -136,9 +136,14 @@ huggingface-cli download --resume-download google/timesfm-1.0-200m --local-dir m ...@@ -136,9 +136,14 @@ huggingface-cli download --resume-download google/timesfm-1.0-200m --local-dir m
``` ```
推理运行代码: 推理运行代码:
``` ```
# 运行基准测试
cd timesfm cd timesfm
sh train.sh sh train.sh
# 由于基准测试未直接提供调用数据集的接口,须在代码内部手动进行更改:修改timesfm/experiments/extended_benchmarks/run_timesfm.py:dataset_names内填入所需数据集name # 由于基准测试未直接提供调用数据集的接口,须在代码内部手动进行更改:修改timesfm/experiments/extended_benchmarks/run_timesfm.py:dataset_names内填入所需数据集name
# 运行长期基准测试
cd timesfm
sh train_long.sh
``` ```
## result ## result
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment