jr-onyx commited on
Commit
e6ed930
·
verified ·
1 Parent(s): 28516ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ model-index:
27
  ---
28
 
29
 
30
- # SetFit with sentence-transformers/paraphrase-mpnet-base-v2
31
 
32
  This is a model based on the [SetFit](https://github.com/huggingface/setfit) approach. It is used to identify whether a short text segmant
33
  contains information that could be useful by itself to answer a RAG-type question. This SetFit model uses [sentence-transformers/paraphrase-mpnet-base-v2](https://huggingface.co/sentence-transformers/paraphrase-mpnet-base-v2) as the Sentence Transformer embedding model. A trained [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance is used for classification.
 
27
  ---
28
 
29
 
30
+ # Information Content Classification using SetFit with Base sentence-transformers/paraphrase-mpnet-base-v2
31
 
32
  This is a model based on the [SetFit](https://github.com/huggingface/setfit) approach. It is used to identify whether a short text segmant
33
  contains information that could be useful by itself to answer a RAG-type question. This SetFit model uses [sentence-transformers/paraphrase-mpnet-base-v2](https://huggingface.co/sentence-transformers/paraphrase-mpnet-base-v2) as the Sentence Transformer embedding model. A trained [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance is used for classification.