Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

♻️ [Refactor] Torch 설치 삭제 후 sentence transformer 모델 도입 #19

Merged
merged 2 commits into from
Jul 20, 2024

Conversation

chanmin-00
Copy link
Member

@chanmin-00 chanmin-00 commented Jul 20, 2024

📍 PR 타입

  • 기능 추가
  • 버그 수정
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트
  • 기타 사소한 수정

❗️ 관련 이슈 링크

Close #18

🔁 변경 및 추가사항

  • torch 설치 코드 삭제
  • sentence transformer 사용 코드 추가
  • tf-idf 벡터화 방식에서 문장 간 유사도 파악 기능이 떨어지는 거 같아 sentence transformer 방식으로 변경
  • 추후 에러 발생 시 재수정 예정

📚 레퍼런스 (또는 새로 알게 된 내용) 혹은 궁금한 사항들

✅ 체크 리스트

  • PR 템플릿에 맞추어 작성했어요.
  • 변경 내용에 대한 테스트를 진행했어요.
  • 프로그램이 정상적으로 동작해요.
  • PR에 적절한 라벨을 선택했어요.
  • 불필요한 코드는 삭제했어요.

@chanmin-00 chanmin-00 added bug Something isn't working ✨ Feat 새로운 기능 추가 labels Jul 20, 2024
@chanmin-00 chanmin-00 merged commit 2dd34ed into develop Jul 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ✨ Feat 새로운 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] torch 설치 오류로 인한 TF-IDF 벡터 방식으로 변경
1 participant