Skip to content

Commit

Permalink
Add OpenHermes-2.5 to the public demo. (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsthorat authored Jan 31, 2024
1 parent 6220068 commit a2a1807
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
21 changes: 21 additions & 0 deletions lilac_hf_space.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,19 @@ datasets:
path:
- question

- namespace: lilac
name: OpenHermes-2.5
source:
dataset_name: teknium/OpenHermes-2.5
source_name: huggingface
settings:
tags: [datasets]
ui:
media_paths:
- - conversations
- '*'
- value

- namespace: lilac
name: SlimOrca
source:
Expand Down Expand Up @@ -465,6 +478,14 @@ clusters:
input_path:
- question

- dataset_namespace: lilac
dataset_name: OpenHermes-2.5
input_selector:
format: sharegpt
selector: human
output_path:
- conversations__clusters

- dataset_namespace: lilac
dataset_name: SlimOrca
input_selector:
Expand Down
7 changes: 5 additions & 2 deletions web/blueprint/src/lib/components/datasetView/ItemMedia.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
</script>

{#if isLeaf}
<div class="flex w-full flex-row gap-x-4" class:border={isRepeated}>
<div class="flex w-full flex-row gap-x-4">
<div
class="relative mr-4 flex w-28 flex-row rounded border-neutral-200 px-2 font-mono font-medium text-neutral-500 md:w-36"
>
Expand Down Expand Up @@ -363,7 +363,10 @@
<!-- Repeated values will render <ItemMedia> again. -->
<div class="flex flex-col">
{#if !isRepeated && displayPath}
<div title={displayPath} class="mx-4 my-2 truncate font-mono font-medium text-neutral-500">
<div
title={displayPath}
class="mx-4 my-2 truncate font-mono font-medium leading-5 text-neutral-500"
>
{displayPath}
</div>
{/if}
Expand Down

0 comments on commit a2a1807

Please sign in to comment.