morriszms commited on
Commit
2227bd7
·
verified ·
1 Parent(s): d60de35

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
+ metricVersion-1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ metricVersion-1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ metricVersion-1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ metricVersion-1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ metricVersion-1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ metricVersion-1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ metricVersion-1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ metricVersion-1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ metricVersion-1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ metricVersion-1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ metricVersion-1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ metricVersion-1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: AvizvaSolutions/metricVersion-1
3
+ tags:
4
+ - text-generation-inference
5
+ - transformers
6
+ - unsloth
7
+ - mistral
8
+ - trl
9
+ - TensorBlock
10
+ - GGUF
11
+ license: apache-2.0
12
+ language:
13
+ - en
14
+ ---
15
+
16
+ <div style="width: auto; margin-left: auto; margin-right: auto">
17
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
18
+ </div>
19
+ <div style="display: flex; justify-content: space-between; width: 100%;">
20
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
21
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
22
+ 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>
23
+ </p>
24
+ </div>
25
+ </div>
26
+
27
+ ## AvizvaSolutions/metricVersion-1 - GGUF
28
+
29
+ This repo contains GGUF format model files for [AvizvaSolutions/metricVersion-1](https://huggingface.co/AvizvaSolutions/metricVersion-1).
30
+
31
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
32
+
33
+ <div style="text-align: left; margin: 20px 0;">
34
+ <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;">
35
+ Run them on the TensorBlock client using your local machine ↗
36
+ </a>
37
+ </div>
38
+
39
+ ## Prompt template
40
+
41
+ ```
42
+ <s>GPT4 Correct System: {system_prompt}<|end_of_turn|>GPT4 Correct User: {prompt}<|end_of_turn|>GPT4 Correct Assistant:
43
+ ```
44
+
45
+ ## Model file specification
46
+
47
+ | Filename | Quant type | File Size | Description |
48
+ | -------- | ---------- | --------- | ----------- |
49
+ | [metricVersion-1-Q2_K.gguf](https://huggingface.co/tensorblock/metricVersion-1-GGUF/blob/main/metricVersion-1-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
50
+ | [metricVersion-1-Q3_K_S.gguf](https://huggingface.co/tensorblock/metricVersion-1-GGUF/blob/main/metricVersion-1-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
51
+ | [metricVersion-1-Q3_K_M.gguf](https://huggingface.co/tensorblock/metricVersion-1-GGUF/blob/main/metricVersion-1-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
52
+ | [metricVersion-1-Q3_K_L.gguf](https://huggingface.co/tensorblock/metricVersion-1-GGUF/blob/main/metricVersion-1-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
53
+ | [metricVersion-1-Q4_0.gguf](https://huggingface.co/tensorblock/metricVersion-1-GGUF/blob/main/metricVersion-1-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
+ | [metricVersion-1-Q4_K_S.gguf](https://huggingface.co/tensorblock/metricVersion-1-GGUF/blob/main/metricVersion-1-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
55
+ | [metricVersion-1-Q4_K_M.gguf](https://huggingface.co/tensorblock/metricVersion-1-GGUF/blob/main/metricVersion-1-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
56
+ | [metricVersion-1-Q5_0.gguf](https://huggingface.co/tensorblock/metricVersion-1-GGUF/blob/main/metricVersion-1-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
+ | [metricVersion-1-Q5_K_S.gguf](https://huggingface.co/tensorblock/metricVersion-1-GGUF/blob/main/metricVersion-1-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
58
+ | [metricVersion-1-Q5_K_M.gguf](https://huggingface.co/tensorblock/metricVersion-1-GGUF/blob/main/metricVersion-1-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
59
+ | [metricVersion-1-Q6_K.gguf](https://huggingface.co/tensorblock/metricVersion-1-GGUF/blob/main/metricVersion-1-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
60
+ | [metricVersion-1-Q8_0.gguf](https://huggingface.co/tensorblock/metricVersion-1-GGUF/blob/main/metricVersion-1-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
61
+
62
+
63
+ ## Downloading instruction
64
+
65
+ ### Command line
66
+
67
+ Firstly, install Huggingface Client
68
+
69
+ ```shell
70
+ pip install -U "huggingface_hub[cli]"
71
+ ```
72
+
73
+ Then, downoad the individual model file the a local directory
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/metricVersion-1-GGUF --include "metricVersion-1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
77
+ ```
78
+
79
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
80
+
81
+ ```shell
82
+ huggingface-cli download tensorblock/metricVersion-1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
83
+ ```
metricVersion-1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a15bc507e2c15507545352f9c8c8d3ce8766f44dc21bea09f05002c2196b9a17
3
+ size 2719252672
metricVersion-1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6932309c252dd7eff052829082755b450027520cbdcabda5f48687874fe67d41
3
+ size 3822035968
metricVersion-1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2eaf67efe82025d56e784a4619949d937823ae486fc3e3f678816f15f9b819c9
3
+ size 3518997504
metricVersion-1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97a5afb556acfeb766aad2cb9a9590cba99eab4f2104b14ab1d425705057ae23
3
+ size 3164578816
metricVersion-1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20c9e6099ce3c1a6a00562c9524cd28f7c57b94ad9c3319079c327d51755e7f3
3
+ size 4108929088
metricVersion-1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61364f1fa04a166ca11ee6440ca4a6dfcbde9ec705cf360b760a219088df41c4
3
+ size 4368451648
metricVersion-1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87d5b2ebed100faad5d63935a9a436b56128ef31a33be9cb2f8b921276186374
3
+ size 4140386368
metricVersion-1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a25601309b73556c0eaf708f48d1f023b13d678b69e7eeb98de6400baa961fc
3
+ size 4997729344
metricVersion-1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a46ab7b6401d1b92dd2d0ec999632e537bd13279c574b99bf6706ed5c131cacf
3
+ size 5131422784
metricVersion-1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22ffa97d274fffc0ab27b17fc148f571bb66184bd9eddee4b44b9af05b4c05e9
3
+ size 4997729344
metricVersion-1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef0e3c0d98f5ac874ed41cff7af91e93770b7c5d8fe683b9d64e1c1a732749cf
3
+ size 5942079616
metricVersion-1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1de185addec14495f66174ba78f955080405c58d6edc06468d62bfdddaf37be1
3
+ size 7695876096