Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,8 @@ tags:
|
|
5 |
- feature-extraction
|
6 |
- sentence-similarity
|
7 |
- transformers
|
|
|
|
|
8 |
---
|
9 |
|
10 |
# leewaay/klue-roberta-base-klueNLI-klueSTS-MSL512
|
@@ -80,6 +82,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 +126,4 @@ SentenceTransformer(
|
|
122 |
```
|
123 |
|
124 |
## Citing & Authors
|
125 |
-
|
126 |
-
<!--- Describe where people can find more information -->
|
|
|
5 |
- feature-extraction
|
6 |
- sentence-similarity
|
7 |
- transformers
|
8 |
+
language:
|
9 |
+
- ko
|
10 |
---
|
11 |
|
12 |
# leewaay/klue-roberta-base-klueNLI-klueSTS-MSL512
|
|
|
82 |
|
83 |
|
84 |
## Training
|
85 |
+
This model uses the pretrained [`klue/roberta-base`](https://huggingface.co/klue/roberta-base) model. Please refer to the model card for more detailed information about the pre-training procedure. It continued training on [klue STS data](https://huggingface.co/datasets/klue#sts) after it loaded a model trained on [klue NLI data](https://huggingface.co/datasets/klue#nli).
|
86 |
+
|
87 |
The model was trained with the parameters:
|
88 |
|
89 |
**DataLoader**:
|
|
|
126 |
```
|
127 |
|
128 |
## Citing & Authors
|
129 |
+
[Wonseok Lee](https://github.com/leewaay)
|
|