Update README.md
Browse files
README.md
CHANGED
|
@@ -30,7 +30,12 @@ It was trained under the binary classification framework via implicit training w
|
|
| 30 |
|
| 31 |
## Usage
|
| 32 |
|
| 33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|