Skip to content

Commit

Permalink
Fixed yaml lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanBunce committed Oct 21, 2024
1 parent cf78a66 commit ffd850e
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ parameters:
value: 'plane-and-boat-bounding-box'
- name: task_type
value: 'image_bounding_box'

- name: labeling-workteam-arn
value: 'arn:aws:sagemaker:<region>:<account>:workteam/private-crowd/<workteam_name>'
- name: labeling-instructions-template-s3-uri
Expand All @@ -18,7 +18,7 @@ parameters:
- name: labeling-task-description
value: 'Draw bounding boxes around all planes and boats in the image'
- name: labeling-task-keywords
value: [ 'image', 'object', 'detection' ]
value: ['image', 'object', 'detection']

- name: verification-workteam-arn
value: 'arn:aws:sagemaker:<region>:<account>:workteam/private-crowd/<workteam_name>'
Expand All @@ -31,4 +31,4 @@ parameters:
- name: verification-task-description
value: 'Verify that all of the planes and boats in the image are correctly labeled'
- name: verification-task-keywords
value: ['image', 'object', 'detection', 'label verification', 'bounding boxes']
value: ['image', 'object', 'detection', 'label verification', 'bounding boxes']
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ parameters:
- name: labeling-task-description
value: 'Classify all images as containing a plane and/or a boat, selecting all of the appropriate labels'
- name: labeling-task-keywords
value: ['image', 'object', 'multi classification']
value: ['image', 'object', 'multi classification']
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ parameters:
- name: labeling-task-description
value: 'Fill all planes and boats in the image using the appropriate label'
- name: labeling-task-keywords
value: [ 'image', 'object', 'detection' ]
value: ['image', 'object', 'detection']

- name: verification-workteam-arn
value: 'arn:aws:sagemaker:<region>:<account>:workteam/private-crowd/<workteam_name>'
- name: verification-instructions-template-s3-uri
Expand All @@ -31,4 +31,4 @@ parameters:
- name: verification-task-description
value: 'Verify that all of the planes and boats in the image are correctly labeled'
- name: verification-task-keywords
value: ['image', 'object', 'detection', 'label verification', 'semantic segmentation']
value: ['image', 'object', 'detection', 'label verification', 'semantic segmentation']
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ parameters:
- name: labeling-task-description
value: 'Classify all images as containing a plane or a boat using the appropriate label'
- name: labeling-task-keywords
value: ['image', 'object', 'classification']
value: ['image', 'object', 'classification']
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ parameters:
- name: labeling-task-description
value: 'Evaluate all texts and select the identify the entities from the provided values'
- name: labeling-task-keywords
value: [ 'text', 'named entity recognition', 'detection' ]
value: ['text', 'named entity recognition', 'detection']
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ parameters:
- name: labeling-task-description
value: 'Classify all texts selecting all of the appropriate labels'
- name: labeling-task-keywords
value: ['text', 'multi classification', 'sentiment']
value: ['text', 'multi classification', 'sentiment']
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ parameters:
- name: labeling-task-description
value: 'Classify all texts as either positive, neutral or negative'
- name: labeling-task-keywords
value: ['text', 'classification', 'sentiment']
value: ['text', 'classification', 'sentiment']

0 comments on commit ffd850e

Please sign in to comment.