Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: "TinyLlama/TinyLlama-1.1B-Chat-v1.0"
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- transformers
|
7 |
+
- safetensors
|
8 |
+
- llama
|
9 |
+
- text-generation
|
10 |
+
- conversational
|
11 |
+
- en
|
12 |
+
- dataset:cerebras/SlimPajama-627B
|
13 |
+
- dataset:bigcode/starcoderdata
|
14 |
+
- dataset:HuggingFaceH4/ultrachat_200k
|
15 |
+
- dataset:HuggingFaceH4/ultrafeedback_binarized
|
16 |
+
- license:apache-2.0
|
17 |
+
- autotrain_compatible
|
18 |
+
- text-generation-inference
|
19 |
+
- endpoints_compatible
|
20 |
+
- region:us
|
21 |
+
license: "apache-2.0"
|
22 |
+
inference: false
|
23 |
+
quantized_by: pbatralx
|
24 |
+
---
|
25 |
+
|
26 |
+
# TinyLlama-1.1B-Chat-v1.0
|
27 |
+
|
28 |
+
This repository contains quantized versions of the model from the original repository: [TinyLlama/TinyLlama-1.1B-Chat-v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0).
|
29 |
+
|
30 |
+
| Name | Quantization Method | Size (GB) |
|
31 |
+
|------|---------------------|-----------|
|
32 |
+
| tinyllama-1.1b-chat-v1.0.Q8_0.gguf | q8_0 | 1.09 |
|