Skip to content

boostcampaitech5/level2_klue-nlp-03

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

level2-klue-nlp-03

🌱Members

김민혁 김의진 김성우 오원택 정세연

Relation Extraction

Relation Extraction is the task of predicting attributes and relations between subject and object entity in sentence. image

Getting started

# Install Packages
pip install -r requirements.txt

# Train & Inference
python src/train.py

📂Structure

root/
|
|-- config.yaml
|-- config_sweep.yaml
|
|-- src/
|   |-- train.py
|   |-- train_sweep.py
|   |-- loader.py
|   |-- models.py
|   |-- utils.py
|
|-- eda/
|   |-- entity_EDA.ipynb
|   |-- result_eda.ipynb

Data

Augmentation

Preprocessing

Model

About

level2_klue-nlp-03 created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published