Update README.md
Browse files
README.md
CHANGED
@@ -56,7 +56,7 @@ Please refer to the papers for original foundation model: DeBERTa [https://arxiv
|
|
56 |
|
57 |
## How to Get Started with the Model
|
58 |
|
59 |
-
Use the code below to get started with the model.
|
60 |
|
61 |
```
|
62 |
from transformers import pipeline
|
|
|
56 |
|
57 |
## How to Get Started with the Model
|
58 |
|
59 |
+
Use the code below to get started with the model for zero-shot classification task.
|
60 |
|
61 |
```
|
62 |
from transformers import pipeline
|