Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 758 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 758 Bytes

This repository (repo) contains source code which is submitted to the Dacon competition: AI 기반 회의 녹취록 요약 경진대회.

In this repo, I applied Fine-tuning model with provided dataset based on ''ainize/kobart-news'' pretrained model.

As a result, I attained rank 40 out of 430 (top 9%).

Usage

First, you need to install required libraries with this command:

pip install -r requirements.txt

If you want to run our code, please input this command

python comp.py

Tech Stack

  • Data: Pandas, Datasets (Huggingface)
  • AI: Transformers, PyTorch

License

GNU GENERAL PUBLIC © Hee Seung Yun