Tjiho commited on
Commit
b0cf533
·
verified ·
1 Parent(s): c5f8848

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ Intent recognition model with 13 labels:
30
 
31
  ```python
32
  from transformers import pipeline
33
- classifier = pipeline("intent-classification", model="Tjiho/french-domotique-text-classification")
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 ?")