davanstrien HF Staff commited on
Commit
5adaa08
·
verified ·
1 Parent(s): 306107a

Upload train.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. train.py +3 -2
train.py CHANGED
@@ -2,8 +2,9 @@
2
  # /// script
3
  # requires-python = ">=3.11"
4
  # dependencies = [
5
- # "torch",
6
- # "transformers>=4.45",
 
7
  # "datasets",
8
  # "accelerate",
9
  # "albumentations>=1.4.16",
 
2
  # /// script
3
  # requires-python = ">=3.11"
4
  # dependencies = [
5
+ # "torch",
6
+ # "torchvision",
7
+ # "transformers>=4.45",
8
  # "datasets",
9
  # "accelerate",
10
  # "albumentations>=1.4.16",