clean up readme and examples

This commit is contained in:
thomwolf
2018-11-17 12:19:16 +01:00
parent 757750d6f6
commit c8cba67742
3 changed files with 3 additions and 14 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup(
name="pytorch_pretrained_bert",
version="0.1.1",
version="0.1.2",
author="Thomas Wolf, Victor Sanh, Tim Rault, Google AI Language Team Authors",
author_email="thomas@huggingface.co",
description="PyTorch version of Google AI BERT model with script to load Google pre-trained models",