We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ade16 commit 55bd036Copy full SHA for 55bd036
labs/03.1-AILB.md
@@ -16,10 +16,8 @@ In this lab we aim to learn how to use the dataset we made and train it locally.
16
## Create a Conda environment with Python 3.8
17
18
```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
+cd ./flaskr/Lab031CLI
+conda activate exploit-ai
23
```
24
25
Create the file train_model.py and populate it with the following code.
0 commit comments