初始化仓库
Showing
processors/__init__.py
0 → 100644
processors/glue.py
0 → 100644
requirements.txt
0 → 100644
| # progress bars in model download and training scripts | |||
| tqdm | |||
| # Accessing files from S3 directly. | |||
| boto3 | |||
| # Used for downloading models over HTTP | |||
| requests | |||
| six | |||
| ipdb | |||
| #Data processing | |||
| h5py | |||
| html2text | |||
| nltk | |||
| progressbar | |||
| #Others | |||
| onnxruntime | |||
| git+https://github.com/NVIDIA/dllogger |
run-squad-fp16.sh
0 → 100644
run.sub
0 → 100644
run_glue.py
0 → 100644
run_pretraining.py
0 → 100644
run_pretraining_v1.py
0 → 100644
run_pretraining_v4.py
0 → 100644
run_squad.py
0 → 100644
run_squad_v1.py
0 → 100644
run_squad_v4.py
0 → 100644
run_swag.py
0 → 100644
schedulers.py
0 → 100644
scripts/README.md
0 → 100644
scripts/data_download.sh
0 → 100644
scripts/docker/build.sh
0 → 100644
Please register or sign in to comment