Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devtrail42 authored Apr 12, 2021
1 parent d235bb1 commit 20c03a8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,22 @@ Coogle은 KoSentenceBERT를 이용한 문장 임베딩 모델 및 fast-text 모

![arch2](https://user-images.githubusercontent.com/23492454/114344821-792a8d00-9b9b-11eb-91f5-b1899313e51c.png)

전체적인 로직은 비슷하지만 aws\_django2에 있는 프로젝트는 문장 임베딩을 사용하지 않고 단어 임베딩을 활용합니다.
전체적인 로직은 비슷하지만 aws\_django2에 있는 프로젝트는 문장 임베딩을 사용하지 않고 단어 임베딩을 활용합니다.
검색에 사용된 특징 단어들은 하이라이팅 되어 표현 됩니다.

서비스의 로직은 다음 코드들을 통해 비교해 보실 수 있습니다.

### Ver1. 문장 임베딩을 활용한 로직

{% embed url="https://github.com/KDT-Hot6/Coogle/blob/main/aws\_django/webproj/homepage/views.py" %}
[문장 임베딩 버전 view.py](https://github.com/KDT-Hot6/Coogle/blob/main/aws\_django/webproj/homepage/views.py)

사용된 모델은 다음 링크에 pt파일로 저장되어 있습니다.

{% embed url="https://github.com/KDT-Hot6/final\_project/tree/main/model/training\_stsbenchmark\_skt\_kobert\_model\_-2021-03-28\_05-25-43\_best" %}
[학습된 KoSentenceBERT 모델](https://github.com/KDT-Hot6/final\_project/tree/main/model/training\_stsbenchmark\_skt\_kobert\_model\_-2021-03-28\_05-25-43\_best)

### Ver2. 단어 임베딩을 활용한 로직

{% embed url="https://github.com/KDT-Hot6/Coogle/blob/main/aws\_django2/webproj/homepage/views.py" %}
[단어 임베딩 버전 view.py](https://github.com/KDT-Hot6/Coogle/blob/main/aws\_django2/webproj/homepage/views.py)



Expand Down

0 comments on commit 20c03a8

Please sign in to comment.