Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ Intent recognition model with 13 labels:
|
|
30 |
|
31 |
```python
|
32 |
from transformers import pipeline
|
33 |
-
classifier = pipeline("
|
34 |
```
|
35 |
```python
|
36 |
>>> classifier("quelle heure est-il ?")
|
|
|
30 |
|
31 |
```python
|
32 |
from transformers import pipeline
|
33 |
+
classifier = pipeline("intents-classification", model="Tjiho/french-intents-classificaton")
|
34 |
```
|
35 |
```python
|
36 |
>>> classifier("quelle heure est-il ?")
|