Skip to content

Commit

Permalink
delete extra snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
tsavina committed Oct 24, 2024
1 parent 9804ec3 commit 6741238
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,14 +170,3 @@ By contributing to the project, you agree to the license and copyright terms the

---
\* Other names and brands may be claimed as the property of others.



.. code-block:: python

from nncf import Dataset
from nncf.data import generate_text_data

# Example: Generating synthetic dataset
synthetic_data = generate_text_data(model, tokenizer)
nncf_dataset = nncf.Dataset(synthetic_data, transform_fn)

0 comments on commit 6741238

Please sign in to comment.