gagan3012 commited on
Commit
40fa062
·
1 Parent(s): bac2aa8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -39,6 +39,20 @@ t5s dirs
39
  ```
40
 
41
  Then we need to pull the models from DVC
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  Instructions
43
  ------------
44
  1. Clone the repo.
 
39
  ```
40
 
41
  Then we need to pull the models from DVC
42
+
43
+ ```shell script
44
+ t5s pull
45
+ ```
46
+
47
+ Now to run the training pipeline we can run:
48
+
49
+ ```shell script
50
+ t5s run
51
+ ```
52
+
53
+ Finally to push the model to DVC
54
+
55
+ ```shell script
56
  Instructions
57
  ------------
58
  1. Clone the repo.