Rename README.md to Orbital-AI — TinyLLaMA 1.1B Chat (Fine-Tune Ready)
#56
by
PlanetX95
- opened
README.md → Orbital-AI — TinyLLaMA 1.1B Chat (Fine-Tune Ready)
RENAMED
@@ -8,12 +8,18 @@ datasets:
|
|
8 |
language:
|
9 |
- en
|
10 |
widget:
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
---
|
18 |
<div align="center">
|
19 |
|
|
|
8 |
language:
|
9 |
- en
|
10 |
widget:
|
11 |
+
- example_title: Fibonacci (Python)
|
12 |
+
messages:
|
13 |
+
- role: system
|
14 |
+
content: You are a chatbot who can help code!
|
15 |
+
- role: user
|
16 |
+
content: >-
|
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.
|
19 |
+
tags:
|
20 |
+
- >-
|
21 |
+
llm tinyllama causal-lm chat text-generation transformers
|
22 |
+
intended-use::chatbot license::apache-2.0
|
23 |
---
|
24 |
<div align="center">
|
25 |
|