File tree Expand file tree Collapse file tree
PyTorch/LanguageModeling/BERT Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -218,8 +218,6 @@ The above paths present on the local machine get mounted to predefined locations
218218This repository provides scripts to download, verify and extract the following datasets:
219219
220220- [ SQuAD] ( https://rajpurkar.github.io/SQuAD-explorer/ ) (fine-tuning for question answering)
221- - [ SWAG] ( https://rowanzellers.com/swag/ ) (fine-tuning for multiple choice)
222- - [ MRPC] ( https://www.microsoft.com/en-us/download/details.aspx?id=52398 ) (fine-tuning for sentence classification)
223221- Wikipedia (pre-training)
224222- BookCorpus (pre-training)
225223
Original file line number Diff line number Diff line change 11# coding=utf-8
2+ # Copyright (c) 2019 NVIDIA CORPORATION. All rights reserved.
23# Copyright 2018 The Google AI Language Team Authors and The HugginFace Inc. team.
34#
45# Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 11# coding=utf-8
2- # Copyright 2018 The Google AI Language Team Authors and The HugginFace Inc. team.
32# Copyright (c) 2019 NVIDIA CORPORATION. All rights reserved.
3+ # Copyright 2018 The Google AI Language Team Authors and The HugginFace Inc. team.
44
55# Licensed under the Apache License, Version 2.0 (the "License");
66# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11# coding=utf-8
2+ # Copyright (c) 2019 NVIDIA CORPORATION. All rights reserved.
23# Copyright 2018 The Google AI Language Team Authors and The HugginFace Inc. team.
3- #
44# Licensed under the Apache License, Version 2.0 (the "License");
55# you may not use this file except in compliance with the License.
66# You may obtain a copy of the License at
You can’t perform that action at this time.
0 commit comments