leewaay commited on
Commit
6d5494d
1 Parent(s): cf30f2c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -80,6 +80,8 @@ For an automated evaluation of this model, see the *Sentence Embeddings Benchmar
80
 
81
 
82
  ## Training
 
 
83
  The model was trained with the parameters:
84
 
85
  **DataLoader**:
@@ -122,5 +124,4 @@ SentenceTransformer(
122
  ```
123
 
124
  ## Citing & Authors
125
-
126
- <!--- Describe where people can find more information -->
 
80
 
81
 
82
  ## Training
83
+ This model uses the pretrained [`jinmang2/kpfbert`](https://huggingface.co/jinmang2/kpfbert) model. Please refer to the model card for more detailed information about the pre-training procedure. It continued training on STS data after it loaded a model trained on NLI data.
84
+
85
  The model was trained with the parameters:
86
 
87
  **DataLoader**:
 
124
  ```
125
 
126
  ## Citing & Authors
127
+ [Wonseok Lee](https://github.com/leewaay)