morriszms commited on
Commit
f028f29
1 Parent(s): 3049b67

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
+ open-bio-med-merge-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ open-bio-med-merge-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ open-bio-med-merge-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ open-bio-med-merge-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ open-bio-med-merge-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ open-bio-med-merge-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ open-bio-med-merge-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ open-bio-med-merge-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ open-bio-med-merge-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ open-bio-med-merge-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ open-bio-med-merge-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ open-bio-med-merge-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: timberrific/open-bio-med-merge
3
+ library_name: transformers
4
+ tags:
5
+ - mergekit
6
+ - merge
7
+ - TensorBlock
8
+ - GGUF
9
+ license: llama3
10
+ ---
11
+
12
+ <div style="width: auto; margin-left: auto; margin-right: auto">
13
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
14
+ </div>
15
+ <div style="display: flex; justify-content: space-between; width: 100%;">
16
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
17
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
18
+ 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>
19
+ </p>
20
+ </div>
21
+ </div>
22
+
23
+ ## timberrific/open-bio-med-merge - GGUF
24
+
25
+ This repo contains GGUF format model files for [timberrific/open-bio-med-merge](https://huggingface.co/timberrific/open-bio-med-merge).
26
+
27
+ 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).
28
+
29
+ ## Prompt template
30
+
31
+ ```
32
+
33
+ ```
34
+
35
+ ## Model file specification
36
+
37
+ | Filename | Quant type | File Size | Description |
38
+ | -------- | ---------- | --------- | ----------- |
39
+ | [open-bio-med-merge-Q2_K.gguf](https://huggingface.co/tensorblock/open-bio-med-merge-GGUF/tree/main/open-bio-med-merge-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
40
+ | [open-bio-med-merge-Q3_K_S.gguf](https://huggingface.co/tensorblock/open-bio-med-merge-GGUF/tree/main/open-bio-med-merge-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
41
+ | [open-bio-med-merge-Q3_K_M.gguf](https://huggingface.co/tensorblock/open-bio-med-merge-GGUF/tree/main/open-bio-med-merge-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
42
+ | [open-bio-med-merge-Q3_K_L.gguf](https://huggingface.co/tensorblock/open-bio-med-merge-GGUF/tree/main/open-bio-med-merge-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
43
+ | [open-bio-med-merge-Q4_0.gguf](https://huggingface.co/tensorblock/open-bio-med-merge-GGUF/tree/main/open-bio-med-merge-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
44
+ | [open-bio-med-merge-Q4_K_S.gguf](https://huggingface.co/tensorblock/open-bio-med-merge-GGUF/tree/main/open-bio-med-merge-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
45
+ | [open-bio-med-merge-Q4_K_M.gguf](https://huggingface.co/tensorblock/open-bio-med-merge-GGUF/tree/main/open-bio-med-merge-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
46
+ | [open-bio-med-merge-Q5_0.gguf](https://huggingface.co/tensorblock/open-bio-med-merge-GGUF/tree/main/open-bio-med-merge-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
47
+ | [open-bio-med-merge-Q5_K_S.gguf](https://huggingface.co/tensorblock/open-bio-med-merge-GGUF/tree/main/open-bio-med-merge-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
48
+ | [open-bio-med-merge-Q5_K_M.gguf](https://huggingface.co/tensorblock/open-bio-med-merge-GGUF/tree/main/open-bio-med-merge-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
49
+ | [open-bio-med-merge-Q6_K.gguf](https://huggingface.co/tensorblock/open-bio-med-merge-GGUF/tree/main/open-bio-med-merge-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
50
+ | [open-bio-med-merge-Q8_0.gguf](https://huggingface.co/tensorblock/open-bio-med-merge-GGUF/tree/main/open-bio-med-merge-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
51
+
52
+
53
+ ## Downloading instruction
54
+
55
+ ### Command line
56
+
57
+ Firstly, install Huggingface Client
58
+
59
+ ```shell
60
+ pip install -U "huggingface_hub[cli]"
61
+ ```
62
+
63
+ Then, downoad the individual model file the a local directory
64
+
65
+ ```shell
66
+ huggingface-cli download tensorblock/open-bio-med-merge-GGUF --include "open-bio-med-merge-Q2_K.gguf" --local-dir MY_LOCAL_DIR
67
+ ```
68
+
69
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
70
+
71
+ ```shell
72
+ huggingface-cli download tensorblock/open-bio-med-merge-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
73
+ ```
open-bio-med-merge-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abd334d4ea83604beea6f6aa5ddd3b7db8de47e739c32238575ecb4814cb52cc
3
+ size 3179131616
open-bio-med-merge-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:343c438d5e47b31da1e7bdc5b14d36360a0e9ebb2e96e08d8d7a1ce77cad9463
3
+ size 4321956576
open-bio-med-merge-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9acf35d0e7ab4dbb61b99fcb913a318dec9bffda9e9e808225f346c77ce01a71
3
+ size 4018918112
open-bio-med-merge-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51185925a7125b2be84c7c4e802d29a8ba22212575b5a246fd006fe731c705c5
3
+ size 3664499424
open-bio-med-merge-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2682187648e8cf1b775c0458e177fd0d5533f98af3a4c511419250d84a37f45
3
+ size 4661211872
open-bio-med-merge-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a8dc17199977bc1933d06c8bbdeba384439c09172d7fbb327385b372463ffa9
3
+ size 4920734432
open-bio-med-merge-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:022ab4fdfe1921dd8fda81ee377093154f11fb88763c9fb0bf6fdd2c6cdf8af7
3
+ size 4692669152
open-bio-med-merge-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5444e7664a1924d32e66c1fef9fb991b99390cf1076b058fd2ed54cd7732702d
3
+ size 5599294176
open-bio-med-merge-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef6099093864e472df8fd0ae86ff49cbb9048cf66915cf60fff77eaadd95eb13
3
+ size 5732987616
open-bio-med-merge-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cae7586a79ef45315d06abfad3a1342253532f51ac7bb8bee90dc064d941345f
3
+ size 5599294176
open-bio-med-merge-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3089b0f414ca00c5238c0c631c64b5495101a6c7760cf755c7ead289b447302f
3
+ size 6596006624
open-bio-med-merge-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be5b08c3015fdb8d78bc9c74001476bac2be9bcd35484ba712749effcd76d8d6
3
+ size 8540771040