Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
|
|
1 |
---
|
|
|
2 |
license: apache-2.0
|
3 |
-
base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
|
4 |
datasets:
|
5 |
- cerebras/SlimPajama-627B
|
6 |
- bigcode/starcoderdata
|
@@ -9,22 +10,27 @@ datasets:
|
|
9 |
language:
|
10 |
- en
|
11 |
widget:
|
12 |
-
- example_title: Fibonacci (Python)
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
sequence in Python and print it out to the CLI.
|
20 |
-
pipeline_tag: text-generation
|
21 |
---
|
22 |
|
|
|
|
|
23 |
|
24 |
# QuantFactory/TinyLlama-1.1B-Chat-v1.0-GGUF
|
25 |
This is quantized version of [TinyLlama/TinyLlama-1.1B-Chat-v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) created using llama.cpp
|
26 |
|
27 |
-
# Model
|
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
https://github.com/jzhang38/TinyLlama
|
30 |
|
@@ -69,4 +75,4 @@ print(outputs[0]["generated_text"])
|
|
69 |
# How many helicopters can a human eat in one sitting?</s>
|
70 |
# <|assistant|>
|
71 |
# ...
|
72 |
-
```
|
|
|
1 |
+
|
2 |
---
|
3 |
+
|
4 |
license: apache-2.0
|
|
|
5 |
datasets:
|
6 |
- cerebras/SlimPajama-627B
|
7 |
- bigcode/starcoderdata
|
|
|
10 |
language:
|
11 |
- en
|
12 |
widget:
|
13 |
+
- example_title: Fibonacci (Python)
|
14 |
+
messages:
|
15 |
+
- role: system
|
16 |
+
content: You are a chatbot who can help code!
|
17 |
+
- role: user
|
18 |
+
content: Write me a function to calculate the first 10 digits of the fibonacci sequence in Python and print it out to the CLI.
|
19 |
+
|
|
|
|
|
20 |
---
|
21 |
|
22 |
+
[](https://hf.co/QuantFactory)
|
23 |
+
|
24 |
|
25 |
# QuantFactory/TinyLlama-1.1B-Chat-v1.0-GGUF
|
26 |
This is quantized version of [TinyLlama/TinyLlama-1.1B-Chat-v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) created using llama.cpp
|
27 |
|
28 |
+
# Original Model Card
|
29 |
+
|
30 |
+
<div align="center">
|
31 |
+
|
32 |
+
# TinyLlama-1.1B
|
33 |
+
</div>
|
34 |
|
35 |
https://github.com/jzhang38/TinyLlama
|
36 |
|
|
|
75 |
# How many helicopters can a human eat in one sitting?</s>
|
76 |
# <|assistant|>
|
77 |
# ...
|
78 |
+
```
|