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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -53,6 +53,21 @@ t5s run
53
  Finally to push the model to DVC
54
 
55
  ```shell script
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  Instructions
57
  ------------
58
  1. Clone the repo.
 
53
  Finally to push the model to DVC
54
 
55
  ```shell script
56
+ t5s push
57
+ ```
58
+
59
+ To push this model to HuggingFace Hub for inference you can run:
60
+
61
+ ```shell script
62
+ t5s push_to_hf_hub
63
+ ```
64
+
65
+ Next if we would like to test the model and visualise the results we can run:
66
+ ```shell script
67
+ t5s visualize
68
+ ```
69
+ And this would create a streamlit app for testing
70
+
71
  Instructions
72
  ------------
73
  1. Clone the repo.