Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Megatron-LM
Commits
39af7956
Commit
39af7956
authored
Apr 16, 2020
by
Mohammad
Browse files
make minor modifications to licnese wording
parent
0c6f0f2d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
LICENSE
LICENSE
+1
-1
megatron/data/dataset_utils.py
megatron/data/dataset_utils.py
+4
-0
megatron/tokenizer/bert_tokenization.py
megatron/tokenizer/bert_tokenization.py
+1
-0
No files found.
LICENSE
View file @
39af7956
...
...
@@ -28,7 +28,7 @@ The following applies to all files unless otherwise noted:
--
This repository also contains code from
h
ugging
f
ace, Google Research,
This repository also contains code from
H
ugging
F
ace
Inc.
, Google Research,
and Facebook (from their Fairseq project). Files from these
organizations have notices at the top of each file. Below are licenses
used in those files, as indicated.
...
...
megatron/data/dataset_utils.py
View file @
39af7956
...
...
@@ -14,6 +14,10 @@
# limitations under the License.
# Most of the code here has been copied from:
# https://github.com/google-research/albert/blob/master/create_pretraining_data.py
# with some modifications.
import
collections
import
numpy
as
np
...
...
megatron/tokenizer/bert_tokenization.py
View file @
39af7956
...
...
@@ -12,6 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
"""Tokenization classes."""
from
__future__
import
absolute_import
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment