김민혁 | 김의진 | 김성우 | 오원택 | 정세연 |
Relation Extraction is the task of predicting attributes and relations between subject and object entity in sentence.
# Install Packages
pip install -r requirements.txt
# Train & Inference
python src/train.py
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