Update README.md
Browse files
README.md
CHANGED
@@ -9,17 +9,20 @@ language:
|
|
9 |
- en
|
10 |
base_model:
|
11 |
- Prince-1/TinyLlama-1.1B-Chat-v1.0
|
12 |
-
|
13 |
- rkllm
|
14 |
- rk3588
|
15 |
- rockchip
|
16 |
widget:
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
|
|
|
|
|
|
23 |
---
|
24 |
<div align="center">
|
25 |
|
|
|
9 |
- en
|
10 |
base_model:
|
11 |
- Prince-1/TinyLlama-1.1B-Chat-v1.0
|
12 |
+
tags:
|
13 |
- rkllm
|
14 |
- rk3588
|
15 |
- rockchip
|
16 |
widget:
|
17 |
+
- example_title: Fibonacci (Python)
|
18 |
+
messages:
|
19 |
+
- role: system
|
20 |
+
content: You are a chatbot who can help code!
|
21 |
+
- role: user
|
22 |
+
content: >-
|
23 |
+
Write me a function to calculate the first 10 digits of the fibonacci
|
24 |
+
sequence in Python and print it out to the CLI.
|
25 |
+
|
26 |
---
|
27 |
<div align="center">
|
28 |
|