StefanH commited on
Commit
72aed62
1 Parent(s): 4bcc005

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -30,7 +30,12 @@ It was trained under the generative classification framework via explicit traini
30
 
31
  ## Usage
32
 
33
- You can use the model like this:
 
 
 
 
 
34
 
35
  ```python
36
  >>> import torch
 
30
 
31
  ## Usage
32
 
33
+ Install our [python package](https://pypi.org/project/zeroshot-classifier/):
34
+ ```bash
35
+ pip install zeroshot-classifier
36
+ ```
37
+
38
+ Then, you can use the model like this:
39
 
40
  ```python
41
  >>> import torch