Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated few Exercises #18

Closed
wants to merge 25 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Exercise-04.md
  • Loading branch information
SachithaBS authored Oct 18, 2024
commit ee3e0196b759070d98bcac3a375d34d50905f0e4
4 changes: 2 additions & 2 deletions Labs/Exercise-04.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ It involves analyzing and refining workflow processes to ensure maximum efficien

1. On the Batch run settings select **+ Add new data**.

1. On the **Add new data** window open enter name **classify_with_llm_data_set** select **Upload from local file** and click on browser then select **classify.jsonl** file from **C:\LabFiles\Model-Evaluation-and-Model-Tunning\Labs\data** and click on **Add**. Select **Next**.
1. On the **Add new data** window open enter name **classify_with_llm_data_set** select **Upload from local file** and click on browser then select **classify.jsonl** file from **C:\LabFiles\Developing-AI-Applications-with-Azure-AI-Studio\Labs\data** and click on **Add**. Select **Next**.

![](./media/batchrunevaluate.png)

Expand Down Expand Up @@ -194,7 +194,7 @@ It involves analyzing and refining workflow processes to ensure maximum efficien

![](./media/version1.png)

1. Add new data window open enter name **summarize_text_content_data_set** select **Upload from local file** and click on browser then select **summarize.jsonl** file from **C:\LabFiles\Model-Evaluation-and-Model-Tunning\Labs\data** and click on **Add**.
1. Add new data window open enter name **summarize_text_content_data_set** select **Upload from local file** and click on browser then select **summarize.jsonl** file from **C:\LabFiles\Developing-AI-Applications-with-Azure-AI-Studio\Labs\data** and click on **Add**.

1. Under **Input mapping** for **url** select **${data.text} (1)**, and for **text** select **${data.text} (2)**. Select **Next (3)**.

Expand Down