morriszms commited on
Commit
2f8ed68
1 Parent(s): eff981b

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
+ familidata-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ familidata-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ familidata-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ familidata-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ familidata-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ familidata-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ familidata-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ familidata-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ familidata-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ familidata-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ familidata-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ familidata-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - hyokwan/famili
5
+ language:
6
+ - ko
7
+ metrics:
8
+ - accuracy
9
+ library_name: transformers
10
+ pipeline_tag: text-generation
11
+ tags:
12
+ - finance
13
+ - TensorBlock
14
+ - GGUF
15
+ base_model: hyokwan/familidata
16
+ ---
17
+
18
+ <div style="width: auto; margin-left: auto; margin-right: auto">
19
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
20
+ </div>
21
+ <div style="display: flex; justify-content: space-between; width: 100%;">
22
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
23
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
24
+ 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>
25
+ </p>
26
+ </div>
27
+ </div>
28
+
29
+ ## hyokwan/familidata - GGUF
30
+
31
+ This repo contains GGUF format model files for [hyokwan/familidata](https://huggingface.co/hyokwan/familidata).
32
+
33
+ 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).
34
+
35
+ <div style="text-align: left; margin: 20px 0;">
36
+ <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;">
37
+ Run them on the TensorBlock client using your local machine ↗
38
+ </a>
39
+ </div>
40
+
41
+ ## Prompt template
42
+
43
+ ```
44
+ ### System:
45
+ {system_prompt}
46
+
47
+ ### User:
48
+ {prompt}
49
+
50
+ ### Assistant:
51
+ ```
52
+
53
+ ## Model file specification
54
+
55
+ | Filename | Quant type | File Size | Description |
56
+ | -------- | ---------- | --------- | ----------- |
57
+ | [familidata-Q2_K.gguf](https://huggingface.co/tensorblock/familidata-GGUF/blob/main/familidata-Q2_K.gguf) | Q2_K | 4.003 GB | smallest, significant quality loss - not recommended for most purposes |
58
+ | [familidata-Q3_K_S.gguf](https://huggingface.co/tensorblock/familidata-GGUF/blob/main/familidata-Q3_K_S.gguf) | Q3_K_S | 4.665 GB | very small, high quality loss |
59
+ | [familidata-Q3_K_M.gguf](https://huggingface.co/tensorblock/familidata-GGUF/blob/main/familidata-Q3_K_M.gguf) | Q3_K_M | 5.196 GB | very small, high quality loss |
60
+ | [familidata-Q3_K_L.gguf](https://huggingface.co/tensorblock/familidata-GGUF/blob/main/familidata-Q3_K_L.gguf) | Q3_K_L | 5.651 GB | small, substantial quality loss |
61
+ | [familidata-Q4_0.gguf](https://huggingface.co/tensorblock/familidata-GGUF/blob/main/familidata-Q4_0.gguf) | Q4_0 | 6.072 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
62
+ | [familidata-Q4_K_S.gguf](https://huggingface.co/tensorblock/familidata-GGUF/blob/main/familidata-Q4_K_S.gguf) | Q4_K_S | 6.119 GB | small, greater quality loss |
63
+ | [familidata-Q4_K_M.gguf](https://huggingface.co/tensorblock/familidata-GGUF/blob/main/familidata-Q4_K_M.gguf) | Q4_K_M | 6.462 GB | medium, balanced quality - recommended |
64
+ | [familidata-Q5_0.gguf](https://huggingface.co/tensorblock/familidata-GGUF/blob/main/familidata-Q5_0.gguf) | Q5_0 | 7.397 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
65
+ | [familidata-Q5_K_S.gguf](https://huggingface.co/tensorblock/familidata-GGUF/blob/main/familidata-Q5_K_S.gguf) | Q5_K_S | 7.397 GB | large, low quality loss - recommended |
66
+ | [familidata-Q5_K_M.gguf](https://huggingface.co/tensorblock/familidata-GGUF/blob/main/familidata-Q5_K_M.gguf) | Q5_K_M | 7.598 GB | large, very low quality loss - recommended |
67
+ | [familidata-Q6_K.gguf](https://huggingface.co/tensorblock/familidata-GGUF/blob/main/familidata-Q6_K.gguf) | Q6_K | 8.805 GB | very large, extremely low quality loss |
68
+ | [familidata-Q8_0.gguf](https://huggingface.co/tensorblock/familidata-GGUF/blob/main/familidata-Q8_0.gguf) | Q8_0 | 11.404 GB | very large, extremely low quality loss - not recommended |
69
+
70
+
71
+ ## Downloading instruction
72
+
73
+ ### Command line
74
+
75
+ Firstly, install Huggingface Client
76
+
77
+ ```shell
78
+ pip install -U "huggingface_hub[cli]"
79
+ ```
80
+
81
+ Then, downoad the individual model file the a local directory
82
+
83
+ ```shell
84
+ huggingface-cli download tensorblock/familidata-GGUF --include "familidata-Q2_K.gguf" --local-dir MY_LOCAL_DIR
85
+ ```
86
+
87
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
88
+
89
+ ```shell
90
+ huggingface-cli download tensorblock/familidata-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
91
+ ```
familidata-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb1c27b9d3f3dba2c5498af42a572d833a5ef3a487283f51e07d086c76d320f9
3
+ size 4003232928
familidata-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b69e939a047e7732e9ebabb8723e5ea596e7ea4b2aa0fa4c4dc1bce3c86acc3c
3
+ size 5650750624
familidata-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c828996050813a61d04fa231982a7551371ffe0c629299199cf56df48f29f73
3
+ size 5195668640
familidata-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa273878223f31ddf06c3bd83732e35af0d2ed63091020a7647127c11031a32c
3
+ size 4664564896
familidata-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b80e793573ef0b1ccbdfb7b5f25b39721d4499f292aa57f2181106999a98a9e
3
+ size 6072384672
familidata-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2a6816c03a1c34d593d5c69a29c490a978b757a41a0d0a4db3b4900fc875cfc
3
+ size 6461668512
familidata-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb4d48d7db0baa46456e84b432d629bb5f9a87d71d877c27f979a433f3c97df1
3
+ size 6118522016
familidata-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7216216a7ae6704f5239ef20ae0067158929e2580fc243e46a625bf935cda68b
3
+ size 7397391520
familidata-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f80bbd38d894740645a78b86a4fa57230e9050a4b5f9de9985ff4ad306222c3
3
+ size 7597931680
familidata-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c7e1f1f2bb13afc916be0860a83ffbeb91a41643abf6ebebf5445b351779e84
3
+ size 7397391520
familidata-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29f8d147cc2aad8eafbfa8c799cc5b54aa4385b8a425cc5e5e526a84bf37f172
3
+ size 8805211296
familidata-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a121ae37056d1d6af65c1b97bc5a09cc68783b710948f104f4f7f3d5dd4efa0
3
+ size 11404156064