IsmailH commited on
Commit
6c56f2f
1 Parent(s): bdc3d04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -24
README.md CHANGED
@@ -8,31 +8,33 @@ tags:
8
  - pretrained
9
  - conversational
10
  widget:
11
- - text: |-
12
- - Hello Alice, what are you cooking for us today?
13
- - Hello Bob,
14
- example_title: Request for a recipe
15
- group: Dash
16
- - text: |-
17
- [Intervenant 1:] Hello Alice, what are you cooking for us today?
18
- [Intervenant 2:] Hello Bob,
19
- example_title: Request for a recipe
20
- group: Intervenant
21
- - text: |-
22
- [Camille:] Hello Alice, what are you cooking for us today?
23
- [Dominique:] Hello Bob,
24
- example_title: Request for a recipe
25
- group: FirstName
26
- - text: |-
27
- [Bob Brown:] Hello Alice, what are you cooking for us today?
28
- [Alice Green:] Hello Bob,
29
- example_title: Request for a recipe
30
- group: Named
31
  inference:
32
- parameters:
33
- temperature: 1.0
34
- max_new_tokens: 200
35
- top_k: 10
 
 
36
  ---
37
 
38
  # Claire-7B-EN-0.1
 
8
  - pretrained
9
  - conversational
10
  widget:
11
+ - text: |-
12
+ - Hello Alice, what are you cooking for us today?
13
+ - Hello Bob,
14
+ example_title: Request for a recipe
15
+ group: Dash
16
+ - text: |-
17
+ [Intervenant 1:] Hello Alice, what are you cooking for us today?
18
+ [Intervenant 2:] Hello Bob,
19
+ example_title: Request for a recipe
20
+ group: Intervenant
21
+ - text: |-
22
+ [Camille:] Hello Alice, what are you cooking for us today?
23
+ [Dominique:] Hello Bob,
24
+ example_title: Request for a recipe
25
+ group: FirstName
26
+ - text: |-
27
+ [Bob Brown:] Hello Alice, what are you cooking for us today?
28
+ [Alice Green:] Hello Bob,
29
+ example_title: Request for a recipe
30
+ group: Named
31
  inference:
32
+ parameters:
33
+ temperature: 1
34
+ max_new_tokens: 200
35
+ top_k: 10
36
+ datasets:
37
+ - OpenLLM-France/Claire-Dialogue-English-0.1
38
  ---
39
 
40
  # Claire-7B-EN-0.1