StefanH commited on
Commit
4fd8dae
1 Parent(s): 85ae6ec

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 binary classification framework as a baseline with the
30
 
31
  ## Usage
32
 
33
- You can use the model like this:
 
 
 
 
 
34
 
35
  ```python
36
  >>> from zeroshot_classifier.models import BinaryBertCrossEncoder
 
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
  >>> from zeroshot_classifier.models import BinaryBertCrossEncoder