Skip to content

Conversation

@cjeongmin
Copy link
Contributor

개요

  • 비속어 탐지 모덜 성능을 개선했습니다.
  • 비속어 분류시에, 입력을 배치로 처리하도록 수정했습니다.

이슈

@cjeongmin cjeongmin self-assigned this Feb 18, 2025
@Copilot Copilot AI review requested due to automatic review settings February 18, 2025 08:21
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

apps/classifier/app.py:29

  • The variable name 'text' should be renamed to 'texts' to reflect that it is a list of strings.
text = data.inputs

apps/classifier/app.py:28

  • Ensure that the new batch processing behavior is covered by tests.
async def slang_predict(data: SlangPredictionRequest):

Copy link
Contributor

@wlgh1553 wlgh1553 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm! 배치로 성능 10배 개선 이거 실화입니까?

Copy link
Collaborator

@shl0501 shl0501 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

당신은 인간이 아닙니다. 염소입니다
goat

@cjeongmin cjeongmin merged commit 8e98bbd into main Feb 18, 2025
2 checks passed
@cjeongmin cjeongmin deleted the feat(be)/array-input-handling branch February 18, 2025 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feat]: 비속어 탐지 모델 성능 개선 [Refactor]: 비속어 텍스트 배치 처리

3 participants