From 1b9126e92355306fa90d511ea6b0c87c1db4abff Mon Sep 17 00:00:00 2001 From: Eduardo Leao <121963234+eduardoleao052@users.noreply.github.com> Date: Fri, 29 Dec 2023 09:57:53 -0300 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 60acdd4..0c54ce0 100644 --- a/README.md +++ b/README.md @@ -89,8 +89,7 @@ - `neuralforge/nn/nn.py`: Most deep learning layers, and `nn.Module` class. - `neuralforge/nn/optim.py` : File with optimizers. - `data/` : Folder to store the text file used to test the Transformer. Currently holds `shakespeare.txt`. -- `test/`: Folder with unit tests. - - `test/test_framework.py`: File with unit tests. +- `test/`: Folder with unit tests. Contains `test_framework.py`. - `setup.py` : Setup file for the framework. ## 2. Running it Yourself