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

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tiny_random_falcon-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ tiny_random_falcon-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ tiny_random_falcon-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ tiny_random_falcon-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ tiny_random_falcon-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ tiny_random_falcon-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ tiny_random_falcon-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ tiny_random_falcon-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ tiny_random_falcon-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ tiny_random_falcon-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ tiny_random_falcon-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ tiny_random_falcon-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## Jiqing/tiny_random_falcon - GGUF
21
+
22
+ This repo contains GGUF format model files for [Jiqing/tiny_random_falcon](https://huggingface.co/Jiqing/tiny_random_falcon).
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
+ ```
31
+
32
+ ## Model file specification
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
51
+
52
+ ### Command line
53
+
54
+ Firstly, install Huggingface Client
55
+
56
+ ```shell
57
+ pip install -U "huggingface_hub[cli]"
58
+ ```
59
+
60
+ Then, downoad the individual model file the a local directory
61
+
62
+ ```shell
63
+ huggingface-cli download tensorblock/tiny_random_falcon-GGUF --include "tiny_random_falcon-Q2_K.gguf" --local-dir MY_LOCAL_DIR
64
+ ```
65
+
66
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/tiny_random_falcon-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
70
+ ```
tiny_random_falcon-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:469001c1f53b82b5cc8b78e888029721d165fb3eabd9ebcc257e29087289b132
3
+ size 6758304
tiny_random_falcon-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cc2f963769a1fa4cd62ecf3b8983926b4505f7be99b353ee4fdd896d0b7609e
3
+ size 6765728
tiny_random_falcon-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc8881b6f0d5d31ad6b0e5dc0a05666cc51ed07b0e6971b152ec766645e522e6
3
+ size 6762528
tiny_random_falcon-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:283bb6fdc821b92b7a12809cabb78af864d263b4eed72a15c015c0a1f0ee2161
3
+ size 6758304
tiny_random_falcon-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe45c2a84c503713049087e8c4851002204c7d1a90346ec2a4ebcb4fe0f3b00d
3
+ size 6762656
tiny_random_falcon-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce5564848b8019229df39973d7ae1b859fc67d17ea3b7d624858e5a8800e14ee
3
+ size 6772896
tiny_random_falcon-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06e73529d340d51d802c2f448ecdf6f22eff0f89008e70689b6a6854d3d5505a
3
+ size 6769824
tiny_random_falcon-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b29bc304b87b89df4e8abba94ccb06f3d9eb4162109a424b3712850445ed38d7
3
+ size 6773920
tiny_random_falcon-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e721fb7e0f4d448039aeca87325dc847a89364fd5417d35f1c3449cab63721e
3
+ size 6784800
tiny_random_falcon-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38c39ed3aa54385790340263e0f55550a9e8124fdd48cfcd2ba6afe6979f9a04
3
+ size 6777504
tiny_random_falcon-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b67a18cc60a75712bd714da37506dfd9d0e6c22193102796c6982d9b3c952db1
3
+ size 6799776
tiny_random_falcon-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19932df3392f925939af6b8ea54c680d1518015381413edc63636b96ce829ad9
3
+ size 6807712