Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ inference: true
|
|
18 |
base_model: sentence-transformers/all-MiniLM-L6-v2
|
19 |
---
|
20 |
|
21 |
-
#
|
22 |
|
23 |
This is a [SetFit](https://github.com/huggingface/setfit) model that can be used for Text Classification. This SetFit model uses [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) as the Sentence Transformer embedding model. A [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance is used for classification.
|
24 |
|
|
|
18 |
base_model: sentence-transformers/all-MiniLM-L6-v2
|
19 |
---
|
20 |
|
21 |
+
# English Input Classifier
|
22 |
|
23 |
This is a [SetFit](https://github.com/huggingface/setfit) model that can be used for Text Classification. This SetFit model uses [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) as the Sentence Transformer embedding model. A [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance is used for classification.
|
24 |
|