morriszms commited on
Commit
4dad162
1 Parent(s): 561c3bf

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_llama31-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ familidata_llama31-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ familidata_llama31-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ familidata_llama31-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ familidata_llama31-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ familidata_llama31-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ familidata_llama31-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ familidata_llama31-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ familidata_llama31-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ familidata_llama31-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ familidata_llama31-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ familidata_llama31-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - finance
5
+ - TensorBlock
6
+ - GGUF
7
+ license: apache-2.0
8
+ datasets:
9
+ - hyokwan/famili
10
+ language:
11
+ - ko
12
+ metrics:
13
+ - accuracy
14
+ pipeline_tag: text-generation
15
+ base_model: hyokwan/familidata_llama31
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_llama31 - GGUF
30
+
31
+ This repo contains GGUF format model files for [hyokwan/familidata_llama31](https://huggingface.co/hyokwan/familidata_llama31).
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
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
45
+
46
+ Cutting Knowledge Date: December 2023
47
+ Today Date: 26 Jul 2024
48
+
49
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
50
+
51
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
52
+ ```
53
+
54
+ ## Model file specification
55
+
56
+ | Filename | Quant type | File Size | Description |
57
+ | -------- | ---------- | --------- | ----------- |
58
+ | [familidata_llama31-Q2_K.gguf](https://huggingface.co/tensorblock/familidata_llama31-GGUF/blob/main/familidata_llama31-Q2_K.gguf) | Q2_K | 3.179 GB | smallest, significant quality loss - not recommended for most purposes |
59
+ | [familidata_llama31-Q3_K_S.gguf](https://huggingface.co/tensorblock/familidata_llama31-GGUF/blob/main/familidata_llama31-Q3_K_S.gguf) | Q3_K_S | 3.665 GB | very small, high quality loss |
60
+ | [familidata_llama31-Q3_K_M.gguf](https://huggingface.co/tensorblock/familidata_llama31-GGUF/blob/main/familidata_llama31-Q3_K_M.gguf) | Q3_K_M | 4.019 GB | very small, high quality loss |
61
+ | [familidata_llama31-Q3_K_L.gguf](https://huggingface.co/tensorblock/familidata_llama31-GGUF/blob/main/familidata_llama31-Q3_K_L.gguf) | Q3_K_L | 4.322 GB | small, substantial quality loss |
62
+ | [familidata_llama31-Q4_0.gguf](https://huggingface.co/tensorblock/familidata_llama31-GGUF/blob/main/familidata_llama31-Q4_0.gguf) | Q4_0 | 4.661 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
63
+ | [familidata_llama31-Q4_K_S.gguf](https://huggingface.co/tensorblock/familidata_llama31-GGUF/blob/main/familidata_llama31-Q4_K_S.gguf) | Q4_K_S | 4.693 GB | small, greater quality loss |
64
+ | [familidata_llama31-Q4_K_M.gguf](https://huggingface.co/tensorblock/familidata_llama31-GGUF/blob/main/familidata_llama31-Q4_K_M.gguf) | Q4_K_M | 4.921 GB | medium, balanced quality - recommended |
65
+ | [familidata_llama31-Q5_0.gguf](https://huggingface.co/tensorblock/familidata_llama31-GGUF/blob/main/familidata_llama31-Q5_0.gguf) | Q5_0 | 5.599 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
66
+ | [familidata_llama31-Q5_K_S.gguf](https://huggingface.co/tensorblock/familidata_llama31-GGUF/blob/main/familidata_llama31-Q5_K_S.gguf) | Q5_K_S | 5.599 GB | large, low quality loss - recommended |
67
+ | [familidata_llama31-Q5_K_M.gguf](https://huggingface.co/tensorblock/familidata_llama31-GGUF/blob/main/familidata_llama31-Q5_K_M.gguf) | Q5_K_M | 5.733 GB | large, very low quality loss - recommended |
68
+ | [familidata_llama31-Q6_K.gguf](https://huggingface.co/tensorblock/familidata_llama31-GGUF/blob/main/familidata_llama31-Q6_K.gguf) | Q6_K | 6.596 GB | very large, extremely low quality loss |
69
+ | [familidata_llama31-Q8_0.gguf](https://huggingface.co/tensorblock/familidata_llama31-GGUF/blob/main/familidata_llama31-Q8_0.gguf) | Q8_0 | 8.541 GB | very large, extremely low quality loss - not recommended |
70
+
71
+
72
+ ## Downloading instruction
73
+
74
+ ### Command line
75
+
76
+ Firstly, install Huggingface Client
77
+
78
+ ```shell
79
+ pip install -U "huggingface_hub[cli]"
80
+ ```
81
+
82
+ Then, downoad the individual model file the a local directory
83
+
84
+ ```shell
85
+ huggingface-cli download tensorblock/familidata_llama31-GGUF --include "familidata_llama31-Q2_K.gguf" --local-dir MY_LOCAL_DIR
86
+ ```
87
+
88
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
89
+
90
+ ```shell
91
+ huggingface-cli download tensorblock/familidata_llama31-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
92
+ ```
familidata_llama31-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dce0d58327cb52d07f1bd5f289f90ed33106d7c8052741ed8a692777007c786
3
+ size 3179136160
familidata_llama31-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfa4e9249aa3dc04a76d84a4f3bbfc3f27a71588dc66d636eeca2df5b4608d16
3
+ size 4321961120
familidata_llama31-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f82154eab0f4472b5fd811f092724161467a9770dc0139b90726d36611c55c1b
3
+ size 4018922656
familidata_llama31-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1918a80c859f7411cf33ee10accb1b74ace16a51528068d254d189587e36ceb
3
+ size 3664503968
familidata_llama31-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c170f4de441010d5804f22b1e34fcf0098fc6662765b5a6e353fa843be092525
3
+ size 4661216416
familidata_llama31-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09dd3b3f1d3d267122e8f360d2d3b00dcf1ab3a263501198af5cbe319068f55f
3
+ size 4920738976
familidata_llama31-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de71162ab9dba872e19159a87b59ae5501281acd2366a95e2248e9d67663fcf2
3
+ size 4692673696
familidata_llama31-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:350585682e4217788db483fae8487833ab83ab333bf92eda7d0ab47dca161fb9
3
+ size 5599298720
familidata_llama31-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6ade746935e6930890649e52657311ff35d42e5b81969303f15fb9241cf9db6
3
+ size 5732992160
familidata_llama31-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbbb2ce724c3ac430341dc72b1be209322e363f0579345a4969c43b33061d1dc
3
+ size 5599298720
familidata_llama31-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:769611cb4fc3223a9b93645c5c540618f7b513d99d0910813126920ad40ee8e3
3
+ size 6596011168
familidata_llama31-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10e197cf1a6d1862edf4c12b57a8c2b2ecb8df0700764407fa1d414578eb5480
3
+ size 8540775584