dharshanzeb's picture
Upload yolo_format/data.yaml with huggingface_hub
db7fd35 verified
raw
history blame contribute delete
258 Bytes
# YOLO Detection Dataset
# Auto-generated for training with Ultralytics YOLOv8/v11
# Usage: model.train(data='data.yaml')
path: /app/yolo_dataset
train: images/train
val: images/val
test: images/test
nc: 5
names: ['car', 'person', 'dog', 'cat', 'bicycle']