Skip to content

Commit

Permalink
Update fine_tune_t5.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tarudesu authored May 17, 2024
1 parent 3b98c59 commit edf7b47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fine-tune/fine_tune_t5.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# Set tokenizer parallelism to false
os.environ["TOKENIZERS_PARALLELISM"] = 'False'


access_token_read = '' # Add your HuggingFace access token here
access_token_write = '' # Add your HuggingFace access token here

Expand Down Expand Up @@ -267,7 +266,6 @@ def compute_metrics(eval_pred):
compute_metrics=compute_metrics,
)


print('PROGRESS|Training...')
trainer.train()

Expand Down

0 comments on commit edf7b47

Please sign in to comment.