jan-hq commited on
Commit
9fe3558
1 Parent(s): 0491656

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -12,13 +12,15 @@ datasets:
12
  - jan-hq/openhermes_binarized
13
  - jan-hq/bagel_dpo_binarized
14
  base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
 
 
15
  widget:
16
- - text: "What's my name?"
17
- context: "My name is Clara and I live in Berkeley."
18
- example_title: "Name"
19
- - text: "Where do I live?"
20
- context: "My name is Sarah and I live in London"
21
- example_title: "Location"
22
  ---
23
 
24
  <!-- header start -->
 
12
  - jan-hq/openhermes_binarized
13
  - jan-hq/bagel_dpo_binarized
14
  base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
15
+ pipeline_tag: text-generation
16
+ inference: true
17
  widget:
18
+ - messages:
19
+ - role: user
20
+ content: What is your favorite condiment?
21
+ - messages:
22
+ - role: user
23
+ content: Tell me about NVIDIA company
24
  ---
25
 
26
  <!-- header start -->