Skip to content

Commit 83fab1c

Browse files
Remove buttons linking to outdated notebooks
1 parent 30a4c97 commit 83fab1c

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

use_cases/gretel.json

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,6 @@
113113
"modelType": "navigator_ft",
114114
"modelCategory": "synthetics",
115115
"defaultConfig": "config_templates/gretel/workflows/tabular-ft-dp.yml",
116-
"button1": {
117-
"label": "SDK Notebook",
118-
"link": "https://colab.research.google.com/github/gretelai/gretel-blueprints/blob/main/docs/notebooks/demo/navft-dp/navft-dp-sample.ipynb"
119-
},
120116
"sampleDataset": {
121117
"fileName": "womens_clothing_reviews.csv",
122118
"description": "This dataset contains reviews, ratings, and categories for women's clothing.",
@@ -158,10 +154,6 @@
158154
"modelType": "navigator_ft",
159155
"modelCategory": "synthetics",
160156
"defaultConfig": "config_templates/gretel/workflows/tabular-ft.yml",
161-
"button1": {
162-
"label": "SDK Notebook",
163-
"link": "https://colab.research.google.com/github/gretelai/gretel-blueprints/blob/main/docs/notebooks/demo/navigator-fine-tuning-intro-tutorial.ipynb"
164-
},
165157
"sampleDataset": {
166158
"fileName": "financial_transactions.csv",
167159
"description": "This financial dataset contains transaction ID, date, payment, currency, type, and description for banking transactions. It includes numeric, categorical, and free text tabular data.",
@@ -181,10 +173,6 @@
181173
"modelType": "gpt_x",
182174
"modelCategory": "synthetics",
183175
"defaultConfig": "config_templates/gretel/workflows/text-ft-dp.yml",
184-
"button1": {
185-
"label": "SDK Notebook",
186-
"link": "https://colab.research.google.com/github/gretelai/gretel-blueprints/blob/main/docs/notebooks/generate_differentially_private_synthetic_text.ipynb"
187-
},
188176
"sampleDataset": {
189177
"fileName": "clinical_notes.csv",
190178
"description": "This clinical notes dataset contains medical observations written by healthcare providers during patient care. It includes personally identifiable information which needs to be redacted before the dataset can be shared or used to train ML models.",
@@ -211,14 +199,6 @@
211199
"fields": 18,
212200
"trainingTime": "6 mins",
213201
"bytes": 830021
214-
},
215-
"button1": {
216-
"label": "Gretel 101 Notebook",
217-
"link": "https://colab.research.google.com/github/gretelai/gretel-blueprints/blob/main/sdk_blueprints/Gretel_101_Blueprint.ipynb"
218-
},
219-
"button2": {
220-
"label": "Advanced Examples Notebook",
221-
"link": "https://colab.research.google.com/github/gretelai/gretel-blueprints/blob/main/sdk_blueprints/Gretel_Advanced_Tabular_Blueprint.ipynb"
222202
}
223203
},
224204
{
@@ -238,14 +218,6 @@
238218
"fields": 1,
239219
"trainingTime": "15 mins",
240220
"bytes": 117475
241-
},
242-
"button1": {
243-
"label": "Text Generation Notebook",
244-
"link": "https://colab.research.google.com/github/gretelai/gretel-blueprints/blob/main/sdk_blueprints/Gretel_Text_Generation_Blueprint.ipynb"
245-
},
246-
"button2": {
247-
"label": "Zero-Shot Prompting Notebook",
248-
"link": "https://gist.github.com/zredlined/3091bc76da6a43654e43abe5c46a799a"
249221
}
250222
}
251223
]

0 commit comments

Comments
 (0)