Skip to content

Commit

Permalink
clean up a little run_tf_glue
Browse files Browse the repository at this point in the history
  • Loading branch information
thomwolf committed Sep 27, 2019
1 parent 528c288 commit da2e47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/run_tf_glue.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import tensorflow as tf
import tensorflow_datasets
from transformers import *
from transformers import BertTokenizer, TFBertForSequenceClassification, glue_convert_examples_to_features, BertForSequenceClassification

# Load dataset, tokenizer, model from pretrained model/vocabulary
tokenizer = BertTokenizer.from_pretrained('bert-base-cased')
Expand Down

0 comments on commit da2e47a

Please sign in to comment.