Skip to content

Commit 55bd036

Browse files
authored
Update 03.1-AILB.md
1 parent 96ade16 commit 55bd036

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

labs/03.1-AILB.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ In this lab we aim to learn how to use the dataset we made and train it locally.
1616
## Create a Conda environment with Python 3.8
1717

1818
```bash
19-
cd Lab031CLI
20-
conda create -n training-bert python=3.8 -y
21-
conda activate training-bert
22-
pip install clean-text transformers torch datasets
19+
cd ./flaskr/Lab031CLI
20+
conda activate exploit-ai
2321
```
2422

2523
Create the file train_model.py and populate it with the following code.

0 commit comments

Comments
 (0)