morriszms commited on
Commit
9618843
·
verified ·
1 Parent(s): 41caf7f

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
+ tr-dare-merge-7B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ tr-dare-merge-7B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ tr-dare-merge-7B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ tr-dare-merge-7B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ tr-dare-merge-7B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ tr-dare-merge-7B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ tr-dare-merge-7B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ tr-dare-merge-7B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ tr-dare-merge-7B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ tr-dare-merge-7B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ tr-dare-merge-7B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ tr-dare-merge-7B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - merge
5
+ - mergekit
6
+ - lazymergekit
7
+ - Mistral-7B-Instruct-v0.2
8
+ - TensorBlock
9
+ - GGUF
10
+ language:
11
+ - tr
12
+ - en
13
+ base_model: berkecr/tr-dare-merge-7B
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
+ ## berkecr/tr-dare-merge-7B - GGUF
28
+
29
+ This repo contains GGUF format model files for [berkecr/tr-dare-merge-7B](https://huggingface.co/berkecr/tr-dare-merge-7B).
30
+
31
+ 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).
32
+
33
+ ## Prompt template
34
+
35
+ ```
36
+ <s>[INST] {prompt} [/INST]
37
+ ```
38
+
39
+ ## Model file specification
40
+
41
+ | Filename | Quant type | File Size | Description |
42
+ | -------- | ---------- | --------- | ----------- |
43
+ | [tr-dare-merge-7B-Q2_K.gguf](https://huggingface.co/tensorblock/tr-dare-merge-7B-GGUF/tree/main/tr-dare-merge-7B-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
44
+ | [tr-dare-merge-7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/tr-dare-merge-7B-GGUF/tree/main/tr-dare-merge-7B-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
45
+ | [tr-dare-merge-7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/tr-dare-merge-7B-GGUF/tree/main/tr-dare-merge-7B-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
46
+ | [tr-dare-merge-7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/tr-dare-merge-7B-GGUF/tree/main/tr-dare-merge-7B-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
47
+ | [tr-dare-merge-7B-Q4_0.gguf](https://huggingface.co/tensorblock/tr-dare-merge-7B-GGUF/tree/main/tr-dare-merge-7B-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
48
+ | [tr-dare-merge-7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/tr-dare-merge-7B-GGUF/tree/main/tr-dare-merge-7B-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
49
+ | [tr-dare-merge-7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/tr-dare-merge-7B-GGUF/tree/main/tr-dare-merge-7B-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
50
+ | [tr-dare-merge-7B-Q5_0.gguf](https://huggingface.co/tensorblock/tr-dare-merge-7B-GGUF/tree/main/tr-dare-merge-7B-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
51
+ | [tr-dare-merge-7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/tr-dare-merge-7B-GGUF/tree/main/tr-dare-merge-7B-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
52
+ | [tr-dare-merge-7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/tr-dare-merge-7B-GGUF/tree/main/tr-dare-merge-7B-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
53
+ | [tr-dare-merge-7B-Q6_K.gguf](https://huggingface.co/tensorblock/tr-dare-merge-7B-GGUF/tree/main/tr-dare-merge-7B-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
54
+ | [tr-dare-merge-7B-Q8_0.gguf](https://huggingface.co/tensorblock/tr-dare-merge-7B-GGUF/tree/main/tr-dare-merge-7B-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
55
+
56
+
57
+ ## Downloading instruction
58
+
59
+ ### Command line
60
+
61
+ Firstly, install Huggingface Client
62
+
63
+ ```shell
64
+ pip install -U "huggingface_hub[cli]"
65
+ ```
66
+
67
+ Then, downoad the individual model file the a local directory
68
+
69
+ ```shell
70
+ huggingface-cli download tensorblock/tr-dare-merge-7B-GGUF --include "tr-dare-merge-7B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
71
+ ```
72
+
73
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/tr-dare-merge-7B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
77
+ ```
tr-dare-merge-7B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:893a76c964910841d1e7a6ed38a4e0f473830e773285b99e79d9dcc6d486ff2f
3
+ size 2719243008
tr-dare-merge-7B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a9d15b9082186461a6099881e082f403d52548cd54f80350cf04fd0e9e35fc8
3
+ size 3822025472
tr-dare-merge-7B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83bc374f79b18b7aec62108a0bc3fe6eec0aea9ef937a5bb1c0d33881664585e
3
+ size 3518987008
tr-dare-merge-7B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6a39a29749e72ade7cbce1eee6905b514d4a8fd7794d611a917b074efed0f4a
3
+ size 3164568320
tr-dare-merge-7B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8ff474a77cad8e39ca83cc52983190a9c3909f2ab78aa6a93e061693ab560b0
3
+ size 4108917504
tr-dare-merge-7B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70cdae19b9ff6caeab09575487d2b9ce89ff4317e1d7b7962ce428a6cb1cb2ce
3
+ size 4368440064
tr-dare-merge-7B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e15f377c984beb97e04f8561137fd256a3506a8d831d002ea5044f04b3d38884
3
+ size 4140374784
tr-dare-merge-7B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89ebd668a587e8ee0e3ce8a984973a8878a21a8e45d8b0a38ae445d78e8344d4
3
+ size 4997716736
tr-dare-merge-7B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e6e174976907349149bd60b95465d41cf29cc91e700c6b2083b461b453ac6b5
3
+ size 5131410176
tr-dare-merge-7B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e6ed184c9cf91f60675ad5c8f88e879d343defb4d2b53c4cb9fc90acc87dd1c
3
+ size 4997716736
tr-dare-merge-7B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc36eefdcb8ff0f568c4498976e28b031b7c77b5bc1afcd0d61f032e472433fd
3
+ size 5942065920
tr-dare-merge-7B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:193d0bc92bcebc4ee8c1adb98e043107d7870e6c344b67dafca5754bbaa15c71
3
+ size 7695858432