Deathsquad10
commited on
Commit
•
38c02b3
1
Parent(s):
6ed7801
Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,28 @@
|
|
1 |
WORK IN PROGESS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
WORK IN PROGESS
|
2 |
+
widget:
|
3 |
+
- example_title: Hello
|
4 |
+
messages:
|
5 |
+
- role: user
|
6 |
+
content: Hey my name is Julien! How are you?
|
7 |
+
- example_title: Winter holidays
|
8 |
+
messages:
|
9 |
+
- role: system
|
10 |
+
content: >-
|
11 |
+
You are a helpful and honest assistant. Please, respond concisely and
|
12 |
+
truthfully.
|
13 |
+
- role: user
|
14 |
+
content: Can you recommend a good destination for Winter holidays?
|
15 |
+
- example_title: Programming assistant
|
16 |
+
messages:
|
17 |
+
- role: system
|
18 |
+
content: >-
|
19 |
+
You are a helpful and honest code and programming assistant. Please,
|
20 |
+
respond concisely and truthfully.
|
21 |
+
- role: user
|
22 |
+
content: Write a function that computes the nth fibonacci number.
|
23 |
+
inference:
|
24 |
+
parameters:
|
25 |
+
max_new_tokens: 300
|
26 |
+
stop:
|
27 |
+
- <|end_of_text|>
|
28 |
+
- <|eot_id|>
|