TJKlein commited on
Commit
34f2784
·
1 Parent(s): 5993af4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -21,6 +21,10 @@ The model intended to be used for encoding sentences or short paragraphs. Given
21
 
22
  The model was trained on a random collection of **English** sentences from Wikipedia: [Training data file](https://huggingface.co/datasets/princeton-nlp/datasets-for-simcse/resolve/main/wiki1m_for_simcse.txt)
23
 
 
 
 
 
24
  # Model Usage
25
  ### Example 1) - Sentence Similarity
26
 
 
21
 
22
  The model was trained on a random collection of **English** sentences from Wikipedia: [Training data file](https://huggingface.co/datasets/princeton-nlp/datasets-for-simcse/resolve/main/wiki1m_for_simcse.txt)
23
 
24
+ # Model Training
25
+
26
+ <mark>In order to make use of the **few-shot** capability of **miCSE**, the mode needs to be trained on your data. The source code and instructions to do so will be provided shortly. </mark>
27
+
28
  # Model Usage
29
  ### Example 1) - Sentence Similarity
30