Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ poetry install
|
|
61 |
```
|
62 |
|
63 |
The scripts for generating the training data are located in `./create_training_data`.
|
64 |
-
The training script is written for a Determined cluster but should be easily adaptable
|
65 |
Some of the evaluation functions are located in `./evaluations`.
|
66 |
|
67 |
# Citation
|
|
|
61 |
```
|
62 |
|
63 |
The scripts for generating the training data are located in `./create_training_data`.
|
64 |
+
The training script is written for a Determined cluster but should be easily adaptable to other training frameworks. The corresponding script is located here `./llama3_SAE/determined_trails.py`.
|
65 |
Some of the evaluation functions are located in `./evaluations`.
|
66 |
|
67 |
# Citation
|