Felladrin commited on
Commit
5621cf3
·
verified ·
1 Parent(s): df7a540

Add missing "parameters" in "inference" property

Browse files
Files changed (1) hide show
  1. README.md +46 -43
README.md CHANGED
@@ -6,51 +6,54 @@ base_model: Locutusque/TinyMistral-248M
6
  datasets:
7
  - OpenAssistant/oasst_top1_2023-08-25
8
  widget:
9
- - messages:
10
- - role: user
11
- content: "Invited some friends to come home today. Give me some ideas for games to play with them!"
12
- - messages:
13
- - role: user
14
- content: "How do meteorologists predict how much air pollution will be produced in the next year?"
15
- - messages:
16
- - role: user
17
- content: "Who is Mona Lisa?"
18
- - messages:
19
- - role: user
20
- content: "Heya!"
21
- - role: assistant
22
- content: "Hi! How may I help you today?"
23
- - role: user
24
- content: "I need to build a simple website. Where should I start learning about web development?"
25
- - messages:
26
- - role: user
27
- content: "What are some potential applications for quantum computing?"
28
- - messages:
29
- - role: user
30
- content: "Got a question for you!"
31
- - role: assistant
32
- content: "Sure! What's it?"
33
- - role: user
34
- content: "Why do you love cats so much!? 🐈"
35
- - messages:
36
- - role: user
37
- content: "Tell me about the pros and cons of social media."
38
- - messages:
39
- - role: user
40
- content: "Question: What is a dog?"
41
- - role: assistant
42
- content: "A dog is a four-legged, domesticated animal that is a member of the class Mammalia, which includes all mammals. Dogs are known for their loyalty, playfulness, and ability to be trained for various tasks. They are also used for hunting, herding, and as service animals."
43
- - role: user
44
- content: "Question: What is the capital of France?"
45
- - role: assistant
46
- content: "The capital of France is Paris. Paris is located in the north-central region of France and is known for its famous landmarks, such as the Eiffel Tower, the Louvre Museum, and Notre-Dame Cathedral."
47
- - role: user
48
- content: "Question: What is the color of an apple?"
49
  inference:
50
- max_new_tokens: 250,
51
- penalty_alpha: 0.5,
52
- top_k: 4,
 
53
  repetition_penalty: 1.001
 
 
54
  ---
55
 
56
  # Locutusque's TinyMistral-248M trained on OpenAssistant TOP-1 Conversation Threads
 
6
  datasets:
7
  - OpenAssistant/oasst_top1_2023-08-25
8
  widget:
9
+ - messages:
10
+ - role: user
11
+ content: "Invited some friends to come home today. Give me some ideas for games to play with them!"
12
+ - messages:
13
+ - role: user
14
+ content: "How do meteorologists predict how much air pollution will be produced in the next year?"
15
+ - messages:
16
+ - role: user
17
+ content: "Who is Mona Lisa?"
18
+ - messages:
19
+ - role: user
20
+ content: "Heya!"
21
+ - role: assistant
22
+ content: "Hi! How may I help you today?"
23
+ - role: user
24
+ content: "I need to build a simple website. Where should I start learning about web development?"
25
+ - messages:
26
+ - role: user
27
+ content: "What are some potential applications for quantum computing?"
28
+ - messages:
29
+ - role: user
30
+ content: "Got a question for you!"
31
+ - role: assistant
32
+ content: "Sure! What's it?"
33
+ - role: user
34
+ content: "Why do you love cats so much!? 🐈"
35
+ - messages:
36
+ - role: user
37
+ content: "Tell me about the pros and cons of social media."
38
+ - messages:
39
+ - role: user
40
+ content: "Question: What is a dog?"
41
+ - role: assistant
42
+ content: "A dog is a four-legged, domesticated animal that is a member of the class Mammalia, which includes all mammals. Dogs are known for their loyalty, playfulness, and ability to be trained for various tasks. They are also used for hunting, herding, and as service animals."
43
+ - role: user
44
+ content: "Question: What is the capital of France?"
45
+ - role: assistant
46
+ content: "The capital of France is Paris. Paris is located in the north-central region of France and is known for its famous landmarks, such as the Eiffel Tower, the Louvre Museum, and Notre-Dame Cathedral."
47
+ - role: user
48
+ content: "Question: What is the color of an apple?"
49
  inference:
50
+ parameters:
51
+ max_new_tokens: 250
52
+ penalty_alpha: 0.5
53
+ top_k: 5
54
  repetition_penalty: 1.001
55
+ stop:
56
+ - <|im_end|>
57
  ---
58
 
59
  # Locutusque's TinyMistral-248M trained on OpenAssistant TOP-1 Conversation Threads