Skip to content

Commit

Permalink
Merge pull request #197 from Machine-Learning-for-Medical-Language/jg
Browse files Browse the repository at this point in the history
Deleted import line for ALL_PRETRAINED_CONFIG_ARCHIVE_MAP (deprecated)
  • Loading branch information
tmills committed Jun 18, 2024
2 parents 5a9921a + 501c274 commit 1028a6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cnlpt/train_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
from transformers.data.processors.utils import InputFeatures
from transformers.tokenization_utils import PreTrainedTokenizer
from transformers.data.processors.utils import DataProcessor, InputExample, InputFeatures
from transformers import ALL_PRETRAINED_CONFIG_ARCHIVE_MAP
from torch.optim import AdamW
from transformers.file_utils import CONFIG_NAME
from huggingface_hub import hf_hub_url
Expand Down

0 comments on commit 1028a6c

Please sign in to comment.