afrideva commited on
Commit
9be2f67
1 Parent(s): b13d3b8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: cnmoro/TinyLlama-1.1B-intermediate-1.5T-PTBR-Instruct-v0
3
+ inference: false
4
+ language:
5
+ - pt
6
+ - en
7
+ license: mit
8
+ model_creator: cnmoro
9
+ model_name: TinyLlama-1.1B-intermediate-1.5T-PTBR-Instruct-v0
10
+ pipeline_tag: text-generation
11
+ quantized_by: afrideva
12
+ tags:
13
+ - gguf
14
+ - ggml
15
+ - quantized
16
+ - q2_k
17
+ - q3_k_m
18
+ - q4_k_m
19
+ - q5_k_m
20
+ - q6_k
21
+ - q8_0
22
+ ---
23
+ # cnmoro/TinyLlama-1.1B-intermediate-1.5T-PTBR-Instruct-v0-GGUF
24
+
25
+ Quantized GGUF model files for [TinyLlama-1.1B-intermediate-1.5T-PTBR-Instruct-v0](https://huggingface.co/cnmoro/TinyLlama-1.1B-intermediate-1.5T-PTBR-Instruct-v0) from [cnmoro](https://huggingface.co/cnmoro)
26
+
27
+
28
+ | Name | Quant method | Size |
29
+ | ---- | ---- | ---- |
30
+ | [tinyllama-1.1b-intermediate-1.5t-ptbr-instruct-v0.q2_k.gguf](https://huggingface.co/afrideva/TinyLlama-1.1B-intermediate-1.5T-PTBR-Instruct-v0-GGUF/resolve/main/tinyllama-1.1b-intermediate-1.5t-ptbr-instruct-v0.q2_k.gguf) | q2_k | 482.14 MB |
31
+ | [tinyllama-1.1b-intermediate-1.5t-ptbr-instruct-v0.q3_k_m.gguf](https://huggingface.co/afrideva/TinyLlama-1.1B-intermediate-1.5T-PTBR-Instruct-v0-GGUF/resolve/main/tinyllama-1.1b-intermediate-1.5t-ptbr-instruct-v0.q3_k_m.gguf) | q3_k_m | 549.85 MB |
32
+ | [tinyllama-1.1b-intermediate-1.5t-ptbr-instruct-v0.q4_k_m.gguf](https://huggingface.co/afrideva/TinyLlama-1.1B-intermediate-1.5T-PTBR-Instruct-v0-GGUF/resolve/main/tinyllama-1.1b-intermediate-1.5t-ptbr-instruct-v0.q4_k_m.gguf) | q4_k_m | 667.81 MB |
33
+ | [tinyllama-1.1b-intermediate-1.5t-ptbr-instruct-v0.q5_k_m.gguf](https://huggingface.co/afrideva/TinyLlama-1.1B-intermediate-1.5T-PTBR-Instruct-v0-GGUF/resolve/main/tinyllama-1.1b-intermediate-1.5t-ptbr-instruct-v0.q5_k_m.gguf) | q5_k_m | 782.04 MB |
34
+ | [tinyllama-1.1b-intermediate-1.5t-ptbr-instruct-v0.q6_k.gguf](https://huggingface.co/afrideva/TinyLlama-1.1B-intermediate-1.5T-PTBR-Instruct-v0-GGUF/resolve/main/tinyllama-1.1b-intermediate-1.5t-ptbr-instruct-v0.q6_k.gguf) | q6_k | 903.41 MB |
35
+ | [tinyllama-1.1b-intermediate-1.5t-ptbr-instruct-v0.q8_0.gguf](https://huggingface.co/afrideva/TinyLlama-1.1B-intermediate-1.5T-PTBR-Instruct-v0-GGUF/resolve/main/tinyllama-1.1b-intermediate-1.5t-ptbr-instruct-v0.q8_0.gguf) | q8_0 | 1.17 GB |
36
+
37
+
38
+
39
+ ## Original Model Card:
40
+ Finetuned version of PY007/TinyLlama-1.1B-intermediate-step-715k-1.5T
41
+
42
+ On a Portuguese instruct dataset, using axolotl.
43
+
44
+ This is a work in progress, final version will be v2.
45
+
46
+ Prompt format:
47
+
48
+ f"Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.\n\n### Instruction:\n{instruction}\n\n### Response:\n"