GGUF
English
conversational
aashish1904 commited on
Commit
750ab44
·
verified ·
1 Parent(s): d33b09e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +18 -12
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
- messages:
14
- - role: system
15
- content: You are a chatbot who can help code!
16
- - role: user
17
- content: >-
18
- Write me a function to calculate the first 10 digits of the fibonacci
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 Description
 
 
 
 
 
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
+ [![QuantFactory Banner](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)](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
+ ```