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