gagan3012 commited on
Commit
1f2653f
1 Parent(s): af0f0b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
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
  ```