Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,20 @@ datasets:
|
|
4 |
- b-mc2/sql-create-context
|
5 |
tags:
|
6 |
- finetuned
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# TinyLlama-1.1B-Chat-v1.0 Fine-tuned on sql-create-context Data
|
|
|
4 |
- b-mc2/sql-create-context
|
5 |
tags:
|
6 |
- finetuned
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
widget:
|
10 |
+
- text: >
|
11 |
+
<|system|>
|
12 |
+
|
13 |
+
You are a chatbot who can help code!</s>
|
14 |
+
|
15 |
+
<|user|>
|
16 |
+
|
17 |
+
Write me a function to calculate the first 10 digits of the fibonacci
|
18 |
+
sequence in Python and print it out to the CLI.</s>
|
19 |
+
|
20 |
+
<|assistant|>
|
21 |
---
|
22 |
|
23 |
# TinyLlama-1.1B-Chat-v1.0 Fine-tuned on sql-create-context Data
|