Skip to content

Commit

Permalink
docs(datasets) Move out the HF space embedding to the bottom of the p…
Browse files Browse the repository at this point in the history
…age (#4266)
  • Loading branch information
adam-narozniak authored Sep 30, 2024
1 parent 7a7b7e1 commit 408c446
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions datasets/doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,7 @@ Flower Datasets

Flower Datasets (``flwr-datasets``) is a library that enables the quick and easy creation of datasets for federated learning/analytics/evaluation. It enables heterogeneity (non-iidness) simulation and division of datasets with the preexisting notion of IDs. The library was created by the ``Flower Labs`` team that also created `Flower <https://flower.ai>`_ : A Friendly Federated Learning Framework.

.. raw:: html

<script
type="module"
src="https://gradio.s3-us-west-2.amazonaws.com/4.44.0/gradio.js"
></script>

<gradio-app src="https://flwrlabs-federated-learning-datasets-by-flwr-datasets.hf.space"></gradio-app>
Try out an interactive demo to generate code and visualize heterogeneous divisions at the :ref:`bottom of this page<demo>`.

Flower Datasets Framework
-------------------------
Expand Down Expand Up @@ -142,7 +135,6 @@ What makes Flower Datasets stand out from other libraries?

* New custom partitioning schemes (``Partitioner`` subclasses) integrated with the whole ecosystem.


Join the Flower Community
-------------------------

Expand All @@ -153,3 +145,16 @@ The Flower Community is growing quickly - we're a friendly group of researchers,
:shadow:

Join us on Slack

.. _demo:
Demo
----

.. raw:: html

<script
type="module"
src="https://gradio.s3-us-west-2.amazonaws.com/4.44.0/gradio.js"
></script>

<gradio-app src="https://flwrlabs-federated-learning-datasets-by-flwr-datasets.hf.space"></gradio-app>

0 comments on commit 408c446

Please sign in to comment.