https://github.com/thisisiron/korquad
https://github.com/thisisiron/korquad
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thisisiron/korquad
- Owner: thisisiron
- Created: 2019-05-12T04:53:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-21T07:28:56.000Z (almost 6 years ago)
- Last Synced: 2024-12-31T06:12:39.117Z (5 months ago)
- Language: Python
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KorQuAD
cl 다운로드 방법
...## Create Bundel
```
cl run :KorQuAD_v1.0_dev.json :src "python src/run_squad.py --bert_config_file=src/bert_config.json --vocab_file=src/vocab.txt --init_checkpoint=src/model.ckpt-45000 --do_predict=True --output_dir=output --predict_file src/KorQuAD_v1.0_dev.json --output_file predictions.json" -n run-predictions --request-docker-image tensorflow/tensorflow:1.12.0-gpu-py3 --request-memory 11g --request-gpus 1
```## Submit
```
cl make run-predictions/output/predictions.json -n predictions-{MODELNAME}cl macro korquad-utils/dev-evaluate-v1.0 predictions-{MODELNAME}
```