Skip to content

Commit efeca03

Browse files
author
Anagha Jamthe
committed
promt eng added
1 parent 2cde30d commit efeca03

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

tutorials/Fine_Tuning_Vision/01-intro-fine-tuning.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
## Fine-Tuning Vision Models Using Ultralytics and Tapis
22

3-
[Lecture Slides](https://docs.google.com/presentation/d/1gykJ0awIswnAUU-qob3MnzGD_5a729RJVnMhknykeVs/edit?usp=sharing)
4-
5-
63
This Tapis application allows users to fine-tune Vision models such as YOLO using Ultralytics running in a Singularity container on Vista. It is designed to run on High-Performance Computing (HPC) systems via Tapis, leveraging GPU acceleration for training tasks.
74

85
> **Note:** This app is already registered for the tutorial and is available to run via the Tapis UI.

tutorials/Tapis_FlexServ/01c-code-gen-flexserv.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
# FlexServ API Prompt: YOLO Evaluation Script Generator
1+
## Prompt Engineering and Generating Image Detection Code
22

3-
### Task Summary:
3+
[Lecture Slides](https://docs.google.com/presentation/d/1BVLnUbyiWjsaS33zMshW3TXqtfvv6zGklaCNBeX7Go0/edit?slide=id.g3cdba15a02d_6_191#slide=id.g3cdba15a02d_6_191)
4+
5+
6+
### FlexServ API Prompt: YOLO Evaluation Script Generator
7+
8+
#### Task Summary:
49
To test the capabilities of the FlexServ inference server, we can provide a complex prompt to the Responses API. This prompt asks the AI to generate a complete Python evaluation script that performs Animal detection on the images from the LILA BC Small Animal dataset. This is a large camera-trap image dataset used for wildlife monitoring and ecological research. It contains millions of images captured by automated cameras, including small mammals and many blank triggers, along with annotations describing the detected species. For training object detection models such as YOLO, the dataset can be downloaded in YOLO format, where each image has a corresponding .txt label file containing bounding-box coordinates in the form <class_id> <x_center> <y_center> <width> <height>.
510

611
---
712

8-
### On FlexServ UI
13+
#### On FlexServ UI
914

1015
- Refresh the Model pool so you can see public and private models available for you to run.
1116
![Model Pool](/tutorials/images/Model_pool.png)

0 commit comments

Comments
 (0)