Skip to content

Commit 7fac32f

Browse files
[SN-0] Updated model chat evaluation to correct name (#1649)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1777ed7 commit 7fac32f

File tree

5 files changed

+45
-641
lines changed

5 files changed

+45
-641
lines changed

examples/CONTRIBUTING.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Contribution Guide
1+
# Contribution guide
22

33
Thank you for contributing to our notebook examples! To ensure that your contribution aligns with our guidelines, please carefully review the following guide.
44

5-
## Table of Contents
5+
## Table of contents
66

7-
- [General Notebook Requirements](#general-notebook-requirements)
8-
- [Branches and Tags](#branches-and-tags)
9-
- [Github Workflows](#github-workflows)
10-
- [General Prerequisites](#general-prerequisites)
11-
- [Styling Tools](#styling-tools)
7+
- [General notebook requirements](#general-notebook-requirements)
8+
- [Branches and tags](#branches-and-tags)
9+
- [Github workflows](#github-workflows)
10+
- [General prerequisites](#general-prerequisites)
11+
- [Styling tools](#styling-tools)
1212

13-
## General Notebook Requirements
13+
## General notebook requirements
1414

1515
Review our [template notebook](template.ipynbs) for general overview on how notebooks should be structure. The template notebook and this section just serves as a guide and exceptions can be made. Here are our general requirements:
1616

@@ -27,23 +27,23 @@ Review our [template notebook](template.ipynbs) for general overview on how note
2727
> [!IMPORTANT]
2828
> Please make sure to remove any API keys before pushing changes
2929
30-
## Branches and Tags
30+
## Branches and tags
3131

3232
- All development happens in feature branches ideally prefixed by contributor's initials. For example `fs/feature_name`.
3333
- Approved PRs are merged to the `develop` branch.
3434
- All releases align to a git tag.
3535

36-
## Github Workflows
36+
## Github workflows
3737

3838
- Github Branch Workflow
3939
- When you push to a branch that contains files inside the examples directory, it will automatically reformat your notebook to match our given style and provide appropriate headers. Once this workflow is completed it will commit back to your branch which then you can pull.
4040
- If your push contains new notebooks or modifies the names of notebooks the readme will be updated to reflect the change with updated links.
4141

42-
## General Prerequisites
42+
## General prerequisites
4343

4444
[Rye](https://rye-up.com/) may be installed before contributing to the repository as it is the tool used to style our example notebooks. This could be used to avoid the github styling workflow. This is also the packaging tool used for the main SDK. The pyproject used for the example notebooks is a virtual package and does not get published.
4545

46-
## Styling Tools
46+
## Styling tools
4747

4848
Rye is setup in this directory to use a customs script that will run the notebooks through our formatting tools and create readmes.
4949

examples/README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@
7575
</tr>
7676
</thead>
7777
<tbody>
78-
<tr>
79-
<td>Export V1 to V2 Migration Support</td>
80-
<td><a href="https://github.com/Labelbox/labelbox-python/tree/develop/examples/exports/export_v1_to_v2_migration_support.ipynb" target="_blank"><img src="https://img.shields.io/badge/GitHub-100000?logo=github&logoColor=white" alt="Open In Github"></a></td>
81-
<td><a href="https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/exports/export_v1_to_v2_migration_support.ipynb" target="_blank"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a></td>
82-
</tr>
8378
<tr>
8479
<td>Composite Mask Export</td>
8580
<td><a href="https://github.com/Labelbox/labelbox-python/tree/develop/examples/exports/composite_mask_export.ipynb" target="_blank"><img src="https://img.shields.io/badge/GitHub-100000?logo=github&logoColor=white" alt="Open In Github"></a></td>
@@ -105,9 +100,9 @@
105100
</thead>
106101
<tbody>
107102
<tr>
108-
<td>Model Chat Evaluation Project</td>
109-
<td><a href="https://github.com/Labelbox/labelbox-python/tree/develop/examples/project_configuration/model_chat_evaluation_project.ipynb" target="_blank"><img src="https://img.shields.io/badge/GitHub-100000?logo=github&logoColor=white" alt="Open In Github"></a></td>
110-
<td><a href="https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/project_configuration/model_chat_evaluation_project.ipynb" target="_blank"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a></td>
103+
<td>Live Multimodal Chat Project</td>
104+
<td><a href="https://github.com/Labelbox/labelbox-python/tree/develop/examples/project_configuration/live_multimodal_chat_project.ipynb" target="_blank"><img src="https://img.shields.io/badge/GitHub-100000?logo=github&logoColor=white" alt="Open In Github"></a></td>
105+
<td><a href="https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/project_configuration/live_multimodal_chat_project.ipynb" target="_blank"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a></td>
111106
</tr>
112107
<tr>
113108
<td>Project Setup</td>

0 commit comments

Comments
 (0)