Skip to content

Commit

Permalink
Clean imports in flaubert_model.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienrenaud committed Feb 10, 2020
1 parent 0ae8834 commit 2cfbe5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from transformers.modeling_xlm import SequenceSummary, XLMModel, XLMPreTrainedModel
from transformers.modeling_utils import SequenceSummary
from transformers.modeling_flaubert import FlaubertModel
import torch
import torch.nn as nn
Expand Down

0 comments on commit 2cfbe5f

Please sign in to comment.