Code Monkey home page Code Monkey logo

Comments (4)

dungbik avatar dungbik commented on August 20, 2024

모델 학습을 위한 데이터 생성

  • tagging strategies/schemes: BIEOS
  • 크롤링된 한국어 리뷰를 아래의 형태로 라벨링 할 수 있는 툴 제작 필요
    • But the staff was so horrible to us.####But=O the=O staff=T-NEG was=O so=O horrible=O to=O us=O .=O

from industrial-project.

dungbik avatar dungbik commented on August 20, 2024

기반 모델에서 수정이 필요한 것

  • Pre-trained embedding layer를 영어로 학습된 BERT가 아닌 한국어로 학습된 것으로 변경
  • 영어/한국어로 학습된 BERT들은 서로 Parameter가 다르기에 이를 수정해야 함
  • 현재 모델은 영어에 최적화된 형태로 BERT에 문장을 넣기 때문에 이를 한국어에 최적화 시켜야 함
  • BERT를 그냥 사용하면 예측 결과가 좋지 않기에 finetune 작업이 필요

from industrial-project.

dungbik avatar dungbik commented on August 20, 2024

Task-specific layer 선정

  • 다양한 형태가 있기에 모두 적용해보고 성능이 가장 좋은 것을 택하여 사용할 예정

from industrial-project.

dungbik avatar dungbik commented on August 20, 2024

TFM Layer가 가장 성능이 좋기에 이를 사용하기로 함

from industrial-project.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.