Skip to content

Commit 8546c7a

Browse files
committed
Cleanups
1 parent 7afcd73 commit 8546c7a

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

PyTorch/LanguageModeling/BERT/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,6 @@ The above paths present on the local machine get mounted to predefined locations
218218
This 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

PyTorch/LanguageModeling/BERT/optimization.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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");

PyTorch/LanguageModeling/BERT/run_pretraining.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.

PyTorch/LanguageModeling/BERT/run_pretraining_inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

0 commit comments

Comments
 (0)