Datasets:

Size Categories:
100K<n<1M
ArXiv:
Tags:
human-feedback
License:
andreaskoepf Alcime commited on
Commit
179dd21
1 Parent(s): 4af2e34

Update readme with a data visualisation section (#3)

Browse files

- Update readme with a data visualisation section (5ceebee843ddbbdb4154a7cbad0221c3cf6797eb)


Co-authored-by: Louis-Marie Lorin <Alcime@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -386,6 +386,15 @@ Full conversation trees can be reconstructed from the flat messages table by usi
386
  and `message_id` properties to identify the parent-child relationship of messages. The `message_tree_id`
387
  and `tree_state` properties (only present in flat messages files) can be used to find all messages of a message tree or to select trees by their state.
388
 
 
 
 
 
 
 
 
 
 
389
  ## Contact
390
 
391
  - Discord [Open Assistant Discord Server](https://ykilcher.com/open-assistant-discord)
 
386
  and `message_id` properties to identify the parent-child relationship of messages. The `message_tree_id`
387
  and `tree_state` properties (only present in flat messages files) can be used to find all messages of a message tree or to select trees by their state.
388
 
389
+ ### Data Visualisation
390
+
391
+ Explore the content of the prompts from the English subset using [Bunka](https://github.com/charlesdedampierre/BunkaTopics) open-source visualization technology.
392
+ The interactive map [available on a HF space](https://huggingface.co/spaces/bunkalab/visualisation-oasst2) allows to explore each datapoint to get a more precise overview of the contents.
393
+
394
+ <a href="https://i.imgur.com/B2H8LR3.png">
395
+ <img src="https://i.imgur.com/B2H8LR3.png" alt="Bunka oasst2 Map" width="35%"/>
396
+ </a>
397
+
398
  ## Contact
399
 
400
  - Discord [Open Assistant Discord Server](https://ykilcher.com/open-assistant-discord)