morriszms commited on
Commit
481af6c
·
verified ·
1 Parent(s): cf5b4e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -19
README.md CHANGED
@@ -1,10 +1,10 @@
1
- ---
2
- license: unknown
3
- tags:
4
- - TensorBlock
5
- - GGUF
6
- base_model: Jiqing/tiny_random_falcon
7
- ---
8
 
9
  <div style="width: auto; margin-left: auto; margin-right: auto">
10
  <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
@@ -23,8 +23,16 @@ This repo contains GGUF format model files for [Jiqing/tiny_random_falcon](https
23
 
24
  The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
25
 
 
 
 
 
 
 
 
26
  ## Prompt template
27
 
 
28
  ```
29
 
30
  ```
@@ -33,18 +41,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
33
 
34
  | Filename | Quant type | File Size | Description |
35
  | -------- | ---------- | --------- | ----------- |
36
- | [tiny_random_falcon-Q2_K.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/tree/main/tiny_random_falcon-Q2_K.gguf) | Q2_K | 0.006 GB | smallest, significant quality loss - not recommended for most purposes |
37
- | [tiny_random_falcon-Q3_K_S.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/tree/main/tiny_random_falcon-Q3_K_S.gguf) | Q3_K_S | 0.006 GB | very small, high quality loss |
38
- | [tiny_random_falcon-Q3_K_M.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/tree/main/tiny_random_falcon-Q3_K_M.gguf) | Q3_K_M | 0.006 GB | very small, high quality loss |
39
- | [tiny_random_falcon-Q3_K_L.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/tree/main/tiny_random_falcon-Q3_K_L.gguf) | Q3_K_L | 0.006 GB | small, substantial quality loss |
40
- | [tiny_random_falcon-Q4_0.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/tree/main/tiny_random_falcon-Q4_0.gguf) | Q4_0 | 0.006 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
41
- | [tiny_random_falcon-Q4_K_S.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/tree/main/tiny_random_falcon-Q4_K_S.gguf) | Q4_K_S | 0.006 GB | small, greater quality loss |
42
- | [tiny_random_falcon-Q4_K_M.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/tree/main/tiny_random_falcon-Q4_K_M.gguf) | Q4_K_M | 0.006 GB | medium, balanced quality - recommended |
43
- | [tiny_random_falcon-Q5_0.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/tree/main/tiny_random_falcon-Q5_0.gguf) | Q5_0 | 0.006 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
44
- | [tiny_random_falcon-Q5_K_S.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/tree/main/tiny_random_falcon-Q5_K_S.gguf) | Q5_K_S | 0.006 GB | large, low quality loss - recommended |
45
- | [tiny_random_falcon-Q5_K_M.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/tree/main/tiny_random_falcon-Q5_K_M.gguf) | Q5_K_M | 0.006 GB | large, very low quality loss - recommended |
46
- | [tiny_random_falcon-Q6_K.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/tree/main/tiny_random_falcon-Q6_K.gguf) | Q6_K | 0.006 GB | very large, extremely low quality loss |
47
- | [tiny_random_falcon-Q8_0.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/tree/main/tiny_random_falcon-Q8_0.gguf) | Q8_0 | 0.006 GB | very large, extremely low quality loss - not recommended |
48
 
49
 
50
  ## Downloading instruction
 
1
+ ---
2
+ license: unknown
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: Jiqing/tiny_random_falcon
7
+ ---
8
 
9
  <div style="width: auto; margin-left: auto; margin-right: auto">
10
  <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
 
23
 
24
  The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
25
 
26
+
27
+ <div style="text-align: left; margin: 20px 0;">
28
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
29
+ Run them on the TensorBlock client using your local machine ↗
30
+ </a>
31
+ </div>
32
+
33
  ## Prompt template
34
 
35
+
36
  ```
37
 
38
  ```
 
41
 
42
  | Filename | Quant type | File Size | Description |
43
  | -------- | ---------- | --------- | ----------- |
44
+ | [tiny_random_falcon-Q2_K.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/blob/main/tiny_random_falcon-Q2_K.gguf) | Q2_K | 0.006 GB | smallest, significant quality loss - not recommended for most purposes |
45
+ | [tiny_random_falcon-Q3_K_S.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/blob/main/tiny_random_falcon-Q3_K_S.gguf) | Q3_K_S | 0.006 GB | very small, high quality loss |
46
+ | [tiny_random_falcon-Q3_K_M.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/blob/main/tiny_random_falcon-Q3_K_M.gguf) | Q3_K_M | 0.006 GB | very small, high quality loss |
47
+ | [tiny_random_falcon-Q3_K_L.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/blob/main/tiny_random_falcon-Q3_K_L.gguf) | Q3_K_L | 0.006 GB | small, substantial quality loss |
48
+ | [tiny_random_falcon-Q4_0.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/blob/main/tiny_random_falcon-Q4_0.gguf) | Q4_0 | 0.006 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
49
+ | [tiny_random_falcon-Q4_K_S.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/blob/main/tiny_random_falcon-Q4_K_S.gguf) | Q4_K_S | 0.006 GB | small, greater quality loss |
50
+ | [tiny_random_falcon-Q4_K_M.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/blob/main/tiny_random_falcon-Q4_K_M.gguf) | Q4_K_M | 0.006 GB | medium, balanced quality - recommended |
51
+ | [tiny_random_falcon-Q5_0.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/blob/main/tiny_random_falcon-Q5_0.gguf) | Q5_0 | 0.006 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
52
+ | [tiny_random_falcon-Q5_K_S.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/blob/main/tiny_random_falcon-Q5_K_S.gguf) | Q5_K_S | 0.006 GB | large, low quality loss - recommended |
53
+ | [tiny_random_falcon-Q5_K_M.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/blob/main/tiny_random_falcon-Q5_K_M.gguf) | Q5_K_M | 0.006 GB | large, very low quality loss - recommended |
54
+ | [tiny_random_falcon-Q6_K.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/blob/main/tiny_random_falcon-Q6_K.gguf) | Q6_K | 0.006 GB | very large, extremely low quality loss |
55
+ | [tiny_random_falcon-Q8_0.gguf](https://huggingface.co/tensorblock/tiny_random_falcon-GGUF/blob/main/tiny_random_falcon-Q8_0.gguf) | Q8_0 | 0.006 GB | very large, extremely low quality loss - not recommended |
56
 
57
 
58
  ## Downloading instruction