Skip to content

Commit

Permalink
Apply prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsRogge committed Oct 8, 2024
1 parent 8679c09 commit 6552456
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/tasks/src/tasks/image-segmentation/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ const taskData: TaskDataCustom = {
models: [
{
// TO DO: write description
description: "Solid semantic segmentation model fine-tuned on ADE20k, an important benchmark comprising 150 classes.",
description:
"Solid semantic segmentation model fine-tuned on ADE20k, an important benchmark comprising 150 classes.",
id: "openmmlab/upernet-convnext-small",
},
{
Expand Down
3 changes: 2 additions & 1 deletion packages/tasks/src/tasks/object-detection/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ const taskData: TaskDataCustom = {
id: "jameslahm/yolov10x",
},
{
description: "RT-DETR is a fast and accurate object detection model pre-trained on the COCO and Object365 datasets.",
description:
"RT-DETR is a fast and accurate object detection model pre-trained on the COCO and Object365 datasets.",
id: "PekingU/rtdetr_r18vd_coco_o365",
},
],
Expand Down

0 comments on commit 6552456

Please sign in to comment.