Prince-1 commited on
Commit
f9c3e41
·
verified ·
1 Parent(s): c5abde2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -9,17 +9,20 @@ language:
9
  - en
10
  base_model:
11
  - Prince-1/TinyLlama-1.1B-Chat-v1.0
12
- tag:
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: Write me a function to calculate the first 10 digits of the fibonacci sequence in Python and print it out to the CLI.
 
 
 
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