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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -9
README.md CHANGED
@@ -13,15 +13,12 @@ datasets:
13
  - jan-hq/bagel_dpo_binarized
14
  base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
15
  widget:
16
- - text: "Tell me about NVIDIA"
17
- context: "NVIDIA is an American technology company based in Santa Clara, California. It was founded in 1993 and is known for its development of graphics processing units (GPUs) for the gaming and professional markets, as well as for its work in artificial intelligence (AI) and deep learning."
18
- example_title: "Answering"
19
- - text: "Hello"
20
- context: "Hello, how can I assist you?"
21
- example_title: "Greeting"
22
- inference:
23
- parameters:
24
- temperature: 0.7
25
  ---
26
 
27
  <!-- header start -->
 
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 -->