Skip to content

Commit ed0b4ee

Browse files
author
Anagha Jamthe
committed
added some screenshots
1 parent 05f896d commit ed0b4ee

5 files changed

Lines changed: 10 additions & 7 deletions

File tree

tutorials/Fine_Tuning_Vision/02-evaluation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ To try this part of the tutorial, we will use the fine-tuned model `best.pt` cre
55
Your fine-tuned model will be accessible through Jupyter in this location
66
`$WORK -> vista -> jobUUID -> train -> weights -> best.pt`
77

8-
You should already have the generated code that we tested accuracy on the base line model.
8+
You should already have the generated code that we tested accuracy on the baseline model.
99

1010
Now, just change the path of your model to the fine-tuned model path and re-run the code to test the accuracy.
1111

@@ -22,4 +22,4 @@ False Negatives: 21
2222
Overall detection accuracy: 0.75
2323
```
2424

25-
As an exercise, you may train your model with more EPOCHS and see if this accuracy can be further improved.
25+
As an exercise, you may train your model with more epochs and see if this accuracy can be further improved.

tutorials/Tapis_FlexServ/01b-running-flexserv.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,8 @@ Step 5b) Once the `tapisjob.out` opens, look at the ACCESS INFORMATION Section t
375375
If you made it this far, you are successfully running FlexServ, you can explore the FlexServ UI next and try to send your first chat.
376376

377377
### Using the FlexServ UI
378-
Todo:
379-
* Setting the FlexServ API Key and Sending your first chat
380-
* Public and Private Model Pools
381-
* Working with Images
382-
* Working with Some other Examples
378+
Go to the URL hhtps://vista.tacc.utexas.edu:`Port number from above` and enter the TAP token from the tapisjob.out as shown in figure below.
379+
380+
![FlexServ UI](/tutorials/images/FlexservUI.png)
381+
382+
Next, we will use the flexserv to generate a code for small animal detection using vision models and evaluate the model performance.

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ To test the capabilities of the FlexServ inference server, we can provide a comp
77

88
### On FlexServ UI
99

10+
- Refresh the Model pool so you can see public and private models available for you to run.
11+
![Model Pool](/tutorials/images/Model_pool.png)
12+
1013
- Copy and paste the following prompt into the FlexServ UI in the `Responses API`, `Input(Markdown)` section, shown in the image below.
1114

1215

tutorials/images/FlexservUI.png

169 KB
Loading

tutorials/images/Model_pool.png

354 KB
Loading

0 commit comments

Comments
 (0)