diff options
Diffstat (limited to 'fine_tune')
| -rw-r--r-- | fine_tune/bert/tutorials/08_bert_head_pooler_output.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fine_tune/bert/tutorials/08_bert_head_pooler_output.py b/fine_tune/bert/tutorials/08_bert_head_pooler_output.py index 7858bd1..07f18fd 100644 --- a/fine_tune/bert/tutorials/08_bert_head_pooler_output.py +++ b/fine_tune/bert/tutorials/08_bert_head_pooler_output.py @@ -9,4 +9,3 @@ bert = BertModel.from_pretrained(model_type) tokenizer = BertTokenizer.from_pretrained(model_type) inputs = tokenizer(text, return_tensors='pt') - |
