From 953621ac7e0b45c1adf84910ba5802207f830fc3 Mon Sep 17 00:00:00 2001 From: Gene <44857064+GeneLiuXe@users.noreply.github.com> Date: Wed, 26 Jul 2023 16:38:22 +0800 Subject: [PATCH] Update README.md (#1553) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 539700a91..131c69964 100644 --- a/README.md +++ b/README.md @@ -360,7 +360,7 @@ Here is a list of models built on `Qlib`. Your PR of new Quant models is highly welcomed. -The performance of each model on the `Alpha158` and `Alpha360` dataset can be found [here](examples/benchmarks/README.md). +The performance of each model on the `Alpha158` and `Alpha360` datasets can be found [here](examples/benchmarks/README.md). ### Run a single model All the models listed above are runnable with ``Qlib``. Users can find the config files we provide and some details about the model through the [benchmarks](examples/benchmarks) folder. More information can be retrieved at the model files listed above.