timpal0l commited on
Commit
cfd608e
1 Parent(s): ccdeff9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -116,6 +116,7 @@ For e.g `"What is the warranty of your product?"` In contrast, daily questions s
116
  ## Usage
117
  ```python
118
  from transformers import pipeline
 
119
  classifier = pipeline("text-classification", "timpal0l/xlm-roberta-base-faq-extractor")
120
  label_map = {"LABEL_0" : False, "LABEL_1" : True}
121
 
 
116
  ## Usage
117
  ```python
118
  from transformers import pipeline
119
+
120
  classifier = pipeline("text-classification", "timpal0l/xlm-roberta-base-faq-extractor")
121
  label_map = {"LABEL_0" : False, "LABEL_1" : True}
122