wip examples

This commit is contained in:
thomwolf
2019-07-12 11:28:52 +02:00
parent 7442956361
commit 762ded9b1c
3 changed files with 23 additions and 20 deletions

View File

@@ -13,7 +13,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.
"""BERT finetuning runner."""
""" Finetuning a classification model (Bert, XLM, XLNet,...) on GLUE."""
from __future__ import absolute_import, division, print_function