Update README.md
Browse files
README.md
CHANGED
@@ -108,9 +108,8 @@ The following hyperparameters were used during training:
|
|
108 |
1. Install the required libraries.
|
109 |
|
110 |
```bash
|
111 |
-
pip3 install
|
112 |
-
pip3 install
|
113 |
-
pip3 install -q --upgrade flash_attn triton
|
114 |
```
|
115 |
|
116 |
2. Load the test dataset.
|
|
|
108 |
1. Install the required libraries.
|
109 |
|
110 |
```bash
|
111 |
+
pip3 install --upgrade datasets accelerate transformers
|
112 |
+
pip3 install --upgrade flash_attn triton
|
|
|
113 |
```
|
114 |
|
115 |
2. Load the test dataset.
|