Commit
·
cbfeaac
1
Parent(s):
0f04070
Update README.md
Browse files
README.md
CHANGED
@@ -26,13 +26,13 @@ The goal of this meticulous training process is to equip the model with the abil
|
|
26 |
|
27 |
### How to Use
|
28 |
To use this model for user intent classification, you can follow these steps:
|
29 |
-
|
|
|
30 |
from transformers import pipeline
|
31 |
|
32 |
classifier = pipeline("text-classification", model="Falconsai/intent_classification")
|
33 |
text = "Your text to classify here."
|
34 |
result = classifier(text)
|
35 |
-
|
36 |
```
|
37 |
|
38 |
### Limitations
|
|
|
26 |
|
27 |
### How to Use
|
28 |
To use this model for user intent classification, you can follow these steps:
|
29 |
+
|
30 |
+
```markdown
|
31 |
from transformers import pipeline
|
32 |
|
33 |
classifier = pipeline("text-classification", model="Falconsai/intent_classification")
|
34 |
text = "Your text to classify here."
|
35 |
result = classifier(text)
|
|
|
36 |
```
|
37 |
|
38 |
### Limitations
|