Charlie81 commited on
Commit
20c7ba3
·
1 Parent(s): 7e553bd

YOLO run setup

Browse files
Files changed (2) hide show
  1. colab_test_file.txt +0 -1
  2. scripts/train.py +1 -1
colab_test_file.txt DELETED
@@ -1 +0,0 @@
1
- This file was created in Google Colab and pushed to the Hugging Face repo.
 
 
scripts/train.py CHANGED
@@ -73,7 +73,7 @@ def main():
73
  per_device_train_batch_size=2,
74
  gradient_accumulation_steps=8,
75
  learning_rate=1e-4,
76
- num_train_epochs=0.001,
77
  logging_dir="./logs",
78
  logging_steps=10,
79
  save_steps=1000,
 
73
  per_device_train_batch_size=2,
74
  gradient_accumulation_steps=8,
75
  learning_rate=1e-4,
76
+ num_train_epochs=3,
77
  logging_dir="./logs",
78
  logging_steps=10,
79
  save_steps=1000,