monentiadev commited on
Commit
ede31e6
·
verified ·
1 Parent(s): 9ee15ae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ inference: true
18
  base_model: sentence-transformers/all-MiniLM-L6-v2
19
  ---
20
 
21
- # SetFit with sentence-transformers/all-MiniLM-L6-v2
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