KDHyun08 commited on
Commit
24fab3b
โ€ข
1 Parent(s): f50ab7d

Upload with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -5,9 +5,10 @@ tags:
5
  - feature-extraction
6
  - sentence-similarity
7
  - transformers
 
8
  ---
9
 
10
- # {MODEL_NAME}
11
 
12
  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.
13
 
@@ -34,8 +35,9 @@ print(embeddings)
34
 
35
 
36
 
37
- ## Usage (HuggingFace Transformers)
38
- Without [sentence-transformers](https://www.SBERT.net), you can use the model like this: First, you pass your input through the transformer model, then you have to apply the right pooling-operation on-top of the contextualized word embeddings.
 
39
 
40
  ```python
41
  model = SentenceTransformer("KDHyun08/TAACO_STS")
 
5
  - feature-extraction
6
  - sentence-similarity
7
  - transformers
8
+ lan: ko
9
  ---
10
 
11
+ # TAACO_Similarity
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
 
 
35
 
36
 
37
 
38
+ ## Usage (์‹ค์ œ ๋ฌธ์žฅ ๊ฐ„ ์œ ์‚ฌ๋„ ๋น„๊ต)
39
+ Sentence-transformers [sentence-transformers](https://www.SBERT.net) ๋ฅผ ์„ค์น˜ํ•œ ํ›„ ์•„๋ž˜ ๋‚ด์šฉ๊ณผ ๊ฐ™์ด ๋ฌธ์žฅ ๊ฐ„ ์œ ์‚ฌ๋„๋ฅผ ๋น„๊ตํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
40
+ query ๋ณ€์ˆ˜๋Š” ๋น„๊ต ๊ธฐ์ค€์ด ๋˜๋Š” ๋ฌธ์žฅ(Source Sentence)์ด๊ณ  ๋น„๊ต๋ฅผ ์ง„ํ–‰ํ•  ๋ฌธ์žฅ์€ docs์— list ํ˜•์‹์œผ๋กœ ๊ตฌ์„ฑํ•˜์‹œ๋ฉด ๋ฉ๋‹ˆ๋‹ค.
41
 
42
  ```python
43
  model = SentenceTransformer("KDHyun08/TAACO_STS")