Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 363 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 363 Bytes

shinra_tutorial

森羅プロジェクトの日本語構造化タスクのチュートリアルです。

学習

python train.py --input_path /path/to/training_dataset --model_path /path/to/saving_model_path

推論

python evaluate.py --input_path /path/to/test_datset --model_path /path/to/model_loaded_in_script --output_path /path/to/results_saving