Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 231 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 231 Bytes

Pstage_02_KLUE_Relation_extraction

training

  • python train.py

inference

  • python inference.py --model_dir=[model_path]
  • ex) python inference.py --model_dir=./results/checkpoint-500

evaluation

  • python eval_acc.py