From 4fab0f740a090110e98ead7ab5f38d5c2ed4500d Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Tue, 6 Dec 2022 14:23:53 +0200 Subject: [PATCH] Update README.md (#826) --- examples/hyperdatasets/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/hyperdatasets/README.md b/examples/hyperdatasets/README.md index 34689817..12f5e43e 100644 --- a/examples/hyperdatasets/README.md +++ b/examples/hyperdatasets/README.md @@ -1,10 +1,10 @@ -# ClearML HypderDatasets # +# ClearML HyperDatasets # Hyper-Datasets is a data management system that’s designed for unstructured data such as text, audio, or visual data. It is part of the ClearML enterprise offering, which means it includes quite a few upgrades over the open source clearml-data. -The main conceptual difference between the two is that Hyper-Datasets decouples the metadata from the raw data files. This allows you to manipulate the metadata in all kinds of ways, while abstracting away the logistics of having to deal with large amounts of data. +The main conceptual difference between the two is that Hyper-Datasets decouple the metadata from the raw data files. This allows you to manipulate the metadata in all kinds of ways, while abstracting away the logistics of having to deal with large amounts of data. -To leverage Hyper-Datasets power, users define Dataviews which are sophisticated queries connecting specific data from one or more datasets to an experiment in the Experiment Manager. Essentially it creates and manages local views of remote Datasets. +To leverage Hyper-Dataset power, users define Dataviews which are sophisticated queries connecting specific data from one or more datasets to an experiment in the Experiment Manager. Essentially it creates and manages local views of remote Datasets. ![Dataview in the UI](../../docs/screenshots/hpd.png) ## Examples Overview ##