active-qa
No description available.
파일 탐색기
최종 버전 다운로드 (.zip)- basic-4500.data-00000-of-00001
- basic-4500.index
- basic-4500.meta
- checkpoint
- shared.json
- spm.unigram.16k.model
- spm.unigram.16k.vocab.nocount.notab
- spm.unigram.16k.vocab.nocount.notab.source
- spm.unigram.16k.vocab.nocount.notab.target
- __init__.py
- bidaf.py
- bidaf_server.py
- bidaf_server_test.py
- demo.py
- docqa.py
- docqa_server.py
- reformulator.json
- __init__.py
- common_test_utils.py
- diverse_decoder_utils.py
- iterator_utils.py
- iterator_utils_test.py
- logging_utils.py
- loss_utils.py
- nmt_utils.py
- trie_decoder_utils.py
- trie_decoder_utils_test.py
- vocab_utils.py
- __init__.py
- attention_model.py
- context_encoder.py
- environment_client.py
- gnmt_model.py
- inference.py
- model.py
- model_helper.py
- model_test.py
- nmt.py
- optimistic_restore_saver.py
- reformulator.py
- reformulator_and_selector_training.py
- train.py
- train_combined.py
- __init__.py
- aqa.proto
- raw_qa_data.proto
- reformulator.proto
- __init__.py
- selector_keras.py
- __init__.py
- eval_utils.py
- __init__.py
- __init__.py
- prepro.py
- __init__.py
- cli.py
- evaluator.py
- graph_handler.py
- model.py
- read_data.py
- __init__.py
- general.py
- nn.py
- rnn.py
- rnn_cell.py
- __init__.py
- nltk_utils.py
- utils.py
- __init__.py
- prepro.py
- utils.py
- __init__.py
- LICENSE
- __init__.py
- bleu.py
- rouge.py
- __init__.py
- evaluation_utils.py
- misc_utils.py
- __init__.py
- LICENSE
- __init__.py
- compile_protos.sh
- CONTRIBUTING.md
- LICENSE
- README.md
- requirements.txt
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/google/active-qa
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd active-qa
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
pip install -r requirements.txt
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
python -m nltk.downloader -d $HOME/nltk_data punkt
파이썬 스크립트(또는 모듈)를 실행합니다.
python -m searchqa.prepro \
파이썬 스크립트(또는 모듈)를 실행합니다.
python -m third_party.bi_att_flow.squad.prepro \
파이썬 스크립트(또는 모듈)를 실행합니다.
python -m px.environments.bidaf_server \
파이썬 스크립트(또는 모듈)를 실행합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
