Skip to content

Commit

Permalink
Add GAIR-lima to the HF demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
nsthorat committed Feb 7, 2024
1 parent e7f1915 commit 0947d1a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions lilac_hf_space.yml
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,8 @@ datasets:
path:
- original-response

# NOTE: This dataset is used in a blog post soon to come out, so do not delete it unless it has
# found another home.
- namespace: lilac
name: mosaic-instruct-v3
source:
Expand All @@ -414,6 +416,26 @@ datasets:
path:
- prompt

# NOTE: This dataset is used in a blog post soon to come out, so do not delete it unless it has
# found another home.
- namespace: lilac
name: GAIR-lima
source:
dataset_name: GAIR/lima
source_name: huggingface
settings:
tags: [datasets]
ui:
media_paths:
- - conversations
- '*'
markdown_paths: []
embeddings:
- embedding: gte-small
path:
- conversations
- '*'

- namespace: lilac
name: dolphin
source:
Expand Down Expand Up @@ -504,6 +526,12 @@ clusters:
input_path:
- prompt

- dataset_namespace: lilac
dataset_name: GAIR-lima
input_path:
- conversations
- '*'

- dataset_namespace: lilac
dataset_name: dolphin
input_path:
Expand Down

0 comments on commit 0947d1a

Please sign in to comment.