Update README.md
Browse files
README.md
CHANGED
@@ -84,7 +84,9 @@ In addition, you can use the provided [adapters](https://huggingface.co/sileod/m
|
|
84 |
```python
|
85 |
!pip install tasknet, tasksource -q
|
86 |
import tasknet as tn
|
87 |
-
pipe=tn.load_pipeline(
|
|
|
|
|
88 |
pipe(['si','como esta?'])
|
89 |
```
|
90 |
|
|
|
84 |
```python
|
85 |
!pip install tasknet, tasksource -q
|
86 |
import tasknet as tn
|
87 |
+
pipe=tn.load_pipeline(
|
88 |
+
'sileod/mdeberta-v3-base-tasksource-nli',
|
89 |
+
miam/dihana')
|
90 |
pipe(['si','como esta?'])
|
91 |
```
|
92 |
|