Skip to content

Commit 4b534b0

Browse files
authored
Renamed conversational_LLM_data_generation.ipynb to LLM_data_generation
2 parents 5dfce8a + 0e6507e commit 4b534b0

File tree

3 files changed

+74
-193
lines changed

3 files changed

+74
-193
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ Welcome to Labelbox Notebooks! These documents are directly linked from our Labe
126126
<td><a href="https://colab.research.google.com/github/Labelbox/labelbox-notebooks/blob/main/project_configuration/multimodal_chat_project.ipynb" target="_blank"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a></td>
127127
<td><a href="https://github.com/Labelbox/labelbox-notebooks/tree/main/project_configuration/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>
128128
</tr>
129+
<tr>
130+
<td>Prompt response projects</td>
131+
<td><a href="https://colab.research.google.com/github/Labelbox/labelbox-notebooks/blob/main/project_configuration/prompt_response_projects.ipynb" target="_blank"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a></td>
132+
<td><a href="https://github.com/Labelbox/labelbox-notebooks/tree/main/project_configuration/prompt_response_projects.ipynb" target="_blank"><img src="https://img.shields.io/badge/GitHub-100000?logo=github&logoColor=white" alt="Open In Github"></a></td>
133+
</tr>
129134
</tbody>
130135
</table>
131136

@@ -155,11 +160,6 @@ Welcome to Labelbox Notebooks! These documents are directly linked from our Labe
155160
<td><a href="https://colab.research.google.com/github/Labelbox/labelbox-notebooks/blob/main/annotation_import/html.ipynb" target="_blank"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a></td>
156161
<td><a href="https://github.com/Labelbox/labelbox-notebooks/tree/main/annotation_import/html.ipynb" target="_blank"><img src="https://img.shields.io/badge/GitHub-100000?logo=github&logoColor=white" alt="Open In Github"></a></td>
157162
</tr>
158-
<tr>
159-
<td>Conversational LLM data generation</td>
160-
<td><a href="https://colab.research.google.com/github/Labelbox/labelbox-notebooks/blob/main/annotation_import/conversational_LLM_data_generation.ipynb" target="_blank"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a></td>
161-
<td><a href="https://github.com/Labelbox/labelbox-notebooks/tree/main/annotation_import/conversational_LLM_data_generation.ipynb" target="_blank"><img src="https://img.shields.io/badge/GitHub-100000?logo=github&logoColor=white" alt="Open In Github"></a></td>
162-
</tr>
163163
<tr>
164164
<td>Image</td>
165165
<td><a href="https://colab.research.google.com/github/Labelbox/labelbox-notebooks/blob/main/annotation_import/image.ipynb" target="_blank"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a></td>
@@ -180,6 +180,11 @@ Welcome to Labelbox Notebooks! These documents are directly linked from our Labe
180180
<td><a href="https://colab.research.google.com/github/Labelbox/labelbox-notebooks/blob/main/annotation_import/dicom.ipynb" target="_blank"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a></td>
181181
<td><a href="https://github.com/Labelbox/labelbox-notebooks/tree/main/annotation_import/dicom.ipynb" target="_blank"><img src="https://img.shields.io/badge/GitHub-100000?logo=github&logoColor=white" alt="Open In Github"></a></td>
182182
</tr>
183+
<tr>
184+
<td>LLM data generation</td>
185+
<td><a href="https://colab.research.google.com/github/Labelbox/labelbox-notebooks/blob/main/annotation_import/LLM_data_generation.ipynb" target="_blank"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a></td>
186+
<td><a href="https://github.com/Labelbox/labelbox-notebooks/tree/main/annotation_import/LLM_data_generation.ipynb" target="_blank"><img src="https://img.shields.io/badge/GitHub-100000?logo=github&logoColor=white" alt="Open In Github"></a></td>
187+
</tr>
183188
<tr>
184189
<td>Text</td>
185190
<td><a href="https://colab.research.google.com/github/Labelbox/labelbox-notebooks/blob/main/annotation_import/text.ipynb" target="_blank"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a></td>

annotation_import/conversational_LLM_data_generation.ipynb renamed to annotation_import/LLM_data_generation.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"metadata": {},
1717
"source": [
1818
"<td>\n",
19-
"<a href=\"https://colab.research.google.com/github/Labelbox/labelbox-notebooks/blob/main/annotation_import/conversational_LLM_data_generation.ipynb\" target=\"_blank\"><img\n",
19+
"<a href=\"https://colab.research.google.com/github/Labelbox/labelbox-notebooks/blob/main/annotation_import/LLM_data_generation.ipynb\" target=\"_blank\"><img\n",
2020
"src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"></a>\n",
2121
"</td>\n",
2222
"\n",
2323
"<td>\n",
24-
"<a href=\"https://github.com/Labelbox/labelbox-notebooks/tree/main/annotation_import/conversational_LLM_data_generation.ipynb\" target=\"_blank\"><img\n",
24+
"<a href=\"https://github.com/Labelbox/labelbox-notebooks/tree/main/annotation_import/LLM_data_generation.ipynb\" target=\"_blank\"><img\n",
2525
"src=\"https://img.shields.io/badge/GitHub-100000?logo=github&logoColor=white\" alt=\"GitHub\"></a>\n",
2626
"</td>"
2727
],

0 commit comments

Comments
 (0)