Skip to content

Commit

Permalink
nav-ft-dp blueprint minor syntax fix (#476)
Browse files Browse the repository at this point in the history
* navigator-ft dp blueprint

- Config template
- Icons
- Details file
- Header image
- gretel.json
- sample dataset
- sample dataset preview
- reference notebooks

* syntax fix in details file

hyperlinks weren't rendering because of extra space

* config update

double quotes around schema version
  • Loading branch information
yamini authored Nov 21, 2024
1 parent 9bbbb7b commit a790a17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
schema_version: 1.0
schema_version: "1.0"
name: "navigator_ft-dp"
models:
- navigator_ft:
Expand Down
4 changes: 2 additions & 2 deletions use_cases/details/navigator-ft-dp.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

With Differential Privacy for Navigator Fine Tuning, you can now get mathematical guarantees related to privacy without having to separate your dataset out by data type. Navigator Fine Tuning supports datasets containing numerical, categorical, free text, and event-driven fields.

Fine-tuning with differential privacy can be done on the record level, or in the case of event-driven data, on the group level. You can read more about how differential privacy works in our [blog] (https://gretel.ai/blog/generate-complex-synthetic-tabular-data-with-navigator-fine-tuning-differential-privacy).
Fine-tuning with differential privacy can be done on the record level, or in the case of event-driven data, on the group level. You can read more about how differential privacy works in our [blog](https://gretel.ai/blog/generate-complex-synthetic-tabular-data-with-navigator-fine-tuning-differential-privacy).

You can try it out below, or in the [SDK] (https://colab.research.google.com/github/gretelai/gretel-blueprints/blob/main/docs/notebooks/demo/navft-dp/navft-dp-sample.ipynb). For an advanced example using event-driven data, check out this [notebook] (https://colab.research.google.com/github/gretelai/gretel-blueprints/blob/main/docs/notebooks/demo/navft-dp/navft-dp-experiments.ipynb).
You can try it out below, or in the [SDK](https://colab.research.google.com/github/gretelai/gretel-blueprints/blob/main/docs/notebooks/demo/navft-dp/navft-dp-sample.ipynb). For an advanced example using event-driven data, check out this [notebook](https://colab.research.google.com/github/gretelai/gretel-blueprints/blob/main/docs/notebooks/demo/navft-dp/navft-dp-experiments.ipynb).

When Navigator Fine Tuning is run with differential privacy, you can expect it to take roughly twice as long to train as when run without. We recommend your dataset have at least a few thousand records to ensure that the model is still able to learn about the dataset without learning too much about individual records.

0 comments on commit a790a17

Please sign in to comment.