From 1609d83dde42be020d480c24df715a5f58ad6f2c Mon Sep 17 00:00:00 2001 From: Dest1n1 Date: Thu, 13 Jun 2024 23:16:36 +0800 Subject: [PATCH] docs(README): fix typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0751a3da..99ce7956 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ lm-saes analyze examples/configuration/analyze.toml --sae which will start the analysis process using the configuration file [examples/configuration/analyze.toml](https://github.com/OpenMOSS/Language-Model-SAEs/tree/main/examples/configuration/analyze.toml). The analysis process requires a trained SAE model, which can be obtained from the training process. You may need launch a MongoDB server to store the analysis results, and you can modify the MongoDB settings in the configuration file. -Generally, our configuration-based pipeline uses outer layer settings as default of the inner layer settings. This is beneficial for easily building deeply nested configurations, where sub-configurations can be reused (such as device and dtype settings). More detail will be provided in the configuration files. +Generally, our configuration-based pipeline uses outer layer settings as default of the inner layer settings. This is beneficial for easily building deeply nested configurations, where sub-configurations can be reused (such as device and dtype settings). More detail will be provided future. ## Visualizing the Learned Dictionary