RealFalconsAI commited on
Commit
0f04070
1 Parent(s): b8f8675

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -26,12 +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
- ```markdown
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
  ### Limitations
 
26
 
27
  ### How to Use
28
  To use this model for user intent classification, you can follow these steps:
29
+ ``` markdown
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