Brendan commited on
Commit
a7fdca4
·
1 Parent(s): 7c249c5

update Model Card

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -10,6 +10,10 @@ tags:
10
 
11
  # Brendan/refpydst-1p-referredstates-split-v1
12
 
 
 
 
 
13
  This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.
14
 
15
  <!--- Describe your model here -->
 
10
 
11
  # Brendan/refpydst-1p-referredstates-split-v1
12
 
13
+ This model was initialized with `sentence-transformers/all-mpnet-base-v2` and then fine-tuned using a 1% few-shot split of the MultiWOZ dataset and a supervised contrastive loss. It is fine-tuned to be used as an in-context example retriever using this few-shot training set, which is provided in the linked repository. More details available [in the repo](https://github.com/jlab-nlp/RefPyDST) and paper linked within. To cite this model, please consult the citation in the [linked GithHub repository README](https://github.com/jlab-nlp/RefPyDST).
14
+
15
+ The remainder of this README is automatically generated from `sentence_transformers` and is accurate, though this model is not intended as a general purpose sentence-encoder: it is expecting in-context examples from MultiWOZ to be formatted in a particular way, see the linked repo for details.
16
+
17
  This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.
18
 
19
  <!--- Describe your model here -->