Skip to content

Commit

Permalink
Adding BERT to MLPerf training (mlcommons#331)
Browse files Browse the repository at this point in the history
* Create README.md

* Add files via upload
  • Loading branch information
pkanwar23 authored Feb 3, 2020
1 parent c30c889 commit 3c1a0c6
Show file tree
Hide file tree
Showing 13 changed files with 5,682 additions and 0 deletions.
1 change: 1 addition & 0 deletions translation/tensorflow/bert/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
README
15 changes: 15 additions & 0 deletions translation/tensorflow/bert/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# coding=utf-8
# Copyright 2018 The Google AI Language Team Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# 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.

Loading

0 comments on commit 3c1a0c6

Please sign in to comment.