Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -50,6 +50,13 @@ We would then have to create the required directories to run the pipeline
|
|
| 50 |
t5s dirs
|
| 51 |
```
|
| 52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
Then we need to pull the models from DVC
|
| 54 |
|
| 55 |
```
|
|
|
|
| 50 |
t5s dirs
|
| 51 |
```
|
| 52 |
|
| 53 |
+
Now to define the parameters for the run we have to run:
|
| 54 |
+
```
|
| 55 |
+
t5s start [-h] [-d DATASET] [-s SPLIT] [-n NAME] [-mt MODEL_TYPE]
|
| 56 |
+
[-m MODEL_NAME] [-e EPOCHS] [-lr LEARNING_RATE]
|
| 57 |
+
[-b BATCH_SIZE]
|
| 58 |
+
```
|
| 59 |
+
|
| 60 |
Then we need to pull the models from DVC
|
| 61 |
|
| 62 |
```
|