Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +127 -0
- TxAgent-T1-Llama-3.1-8B-Q2_K.gguf +3 -0
- TxAgent-T1-Llama-3.1-8B-Q3_K_L.gguf +3 -0
- TxAgent-T1-Llama-3.1-8B-Q3_K_M.gguf +3 -0
- TxAgent-T1-Llama-3.1-8B-Q3_K_S.gguf +3 -0
- TxAgent-T1-Llama-3.1-8B-Q4_0.gguf +3 -0
- TxAgent-T1-Llama-3.1-8B-Q4_K_M.gguf +3 -0
- TxAgent-T1-Llama-3.1-8B-Q4_K_S.gguf +3 -0
- TxAgent-T1-Llama-3.1-8B-Q5_0.gguf +3 -0
- TxAgent-T1-Llama-3.1-8B-Q5_K_M.gguf +3 -0
- TxAgent-T1-Llama-3.1-8B-Q5_K_S.gguf +3 -0
- TxAgent-T1-Llama-3.1-8B-Q6_K.gguf +3 -0
- TxAgent-T1-Llama-3.1-8B-Q8_0.gguf +3 -0
.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 |
+
TxAgent-T1-Llama-3.1-8B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
TxAgent-T1-Llama-3.1-8B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
TxAgent-T1-Llama-3.1-8B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
TxAgent-T1-Llama-3.1-8B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
TxAgent-T1-Llama-3.1-8B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
TxAgent-T1-Llama-3.1-8B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
TxAgent-T1-Llama-3.1-8B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
TxAgent-T1-Llama-3.1-8B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
TxAgent-T1-Llama-3.1-8B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
TxAgent-T1-Llama-3.1-8B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
TxAgent-T1-Llama-3.1-8B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
TxAgent-T1-Llama-3.1-8B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,127 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: mims-harvard/TxAgent-T1-Llama-3.1-8B
|
3 |
+
tags:
|
4 |
+
- medical
|
5 |
+
- agent
|
6 |
+
- tool
|
7 |
+
- tool use
|
8 |
+
- function
|
9 |
+
- call
|
10 |
+
- txagent
|
11 |
+
- tooluniverse
|
12 |
+
- agentic
|
13 |
+
- TensorBlock
|
14 |
+
- GGUF
|
15 |
+
pipeline_tag: text-generation
|
16 |
+
library_name: transformers
|
17 |
+
license: llama3.1
|
18 |
+
---
|
19 |
+
|
20 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
21 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
22 |
+
</div>
|
23 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
24 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
25 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
26 |
+
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>
|
27 |
+
</p>
|
28 |
+
</div>
|
29 |
+
</div>
|
30 |
+
|
31 |
+
## mims-harvard/TxAgent-T1-Llama-3.1-8B - GGUF
|
32 |
+
|
33 |
+
This repo contains GGUF format model files for [mims-harvard/TxAgent-T1-Llama-3.1-8B](https://huggingface.co/mims-harvard/TxAgent-T1-Llama-3.1-8B).
|
34 |
+
|
35 |
+
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b5165](https://github.com/ggml-org/llama.cpp/commit/1d735c0b4fa0551c51c2f4ac888dd9a01f447985).
|
36 |
+
|
37 |
+
## Our projects
|
38 |
+
<table border="1" cellspacing="0" cellpadding="10">
|
39 |
+
<tr>
|
40 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
41 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
42 |
+
</tr>
|
43 |
+
<tr>
|
44 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
|
45 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
|
46 |
+
</tr>
|
47 |
+
<tr>
|
48 |
+
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
49 |
+
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
50 |
+
</tr>
|
51 |
+
<tr>
|
52 |
+
<th>
|
53 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
54 |
+
display: inline-block;
|
55 |
+
padding: 8px 16px;
|
56 |
+
background-color: #FF7F50;
|
57 |
+
color: white;
|
58 |
+
text-decoration: none;
|
59 |
+
border-radius: 6px;
|
60 |
+
font-weight: bold;
|
61 |
+
font-family: sans-serif;
|
62 |
+
">👀 See what we built 👀</a>
|
63 |
+
</th>
|
64 |
+
<th>
|
65 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
66 |
+
display: inline-block;
|
67 |
+
padding: 8px 16px;
|
68 |
+
background-color: #FF7F50;
|
69 |
+
color: white;
|
70 |
+
text-decoration: none;
|
71 |
+
border-radius: 6px;
|
72 |
+
font-weight: bold;
|
73 |
+
font-family: sans-serif;
|
74 |
+
">👀 See what we built 👀</a>
|
75 |
+
</th>
|
76 |
+
</tr>
|
77 |
+
</table>
|
78 |
+
|
79 |
+
## Prompt template
|
80 |
+
|
81 |
+
```
|
82 |
+
<|begin_of_text|><|start_header_id|>system<|end_header_id|>
|
83 |
+
|
84 |
+
{system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
|
85 |
+
|
86 |
+
{prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
87 |
+
```
|
88 |
+
|
89 |
+
## Model file specification
|
90 |
+
|
91 |
+
| Filename | Quant type | File Size | Description |
|
92 |
+
| -------- | ---------- | --------- | ----------- |
|
93 |
+
| [TxAgent-T1-Llama-3.1-8B-Q2_K.gguf](https://huggingface.co/tensorblock/mims-harvard_TxAgent-T1-Llama-3.1-8B-GGUF/blob/main/TxAgent-T1-Llama-3.1-8B-Q2_K.gguf) | Q2_K | 3.179 GB | smallest, significant quality loss - not recommended for most purposes |
|
94 |
+
| [TxAgent-T1-Llama-3.1-8B-Q3_K_S.gguf](https://huggingface.co/tensorblock/mims-harvard_TxAgent-T1-Llama-3.1-8B-GGUF/blob/main/TxAgent-T1-Llama-3.1-8B-Q3_K_S.gguf) | Q3_K_S | 3.665 GB | very small, high quality loss |
|
95 |
+
| [TxAgent-T1-Llama-3.1-8B-Q3_K_M.gguf](https://huggingface.co/tensorblock/mims-harvard_TxAgent-T1-Llama-3.1-8B-GGUF/blob/main/TxAgent-T1-Llama-3.1-8B-Q3_K_M.gguf) | Q3_K_M | 4.019 GB | very small, high quality loss |
|
96 |
+
| [TxAgent-T1-Llama-3.1-8B-Q3_K_L.gguf](https://huggingface.co/tensorblock/mims-harvard_TxAgent-T1-Llama-3.1-8B-GGUF/blob/main/TxAgent-T1-Llama-3.1-8B-Q3_K_L.gguf) | Q3_K_L | 4.322 GB | small, substantial quality loss |
|
97 |
+
| [TxAgent-T1-Llama-3.1-8B-Q4_0.gguf](https://huggingface.co/tensorblock/mims-harvard_TxAgent-T1-Llama-3.1-8B-GGUF/blob/main/TxAgent-T1-Llama-3.1-8B-Q4_0.gguf) | Q4_0 | 4.661 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
98 |
+
| [TxAgent-T1-Llama-3.1-8B-Q4_K_S.gguf](https://huggingface.co/tensorblock/mims-harvard_TxAgent-T1-Llama-3.1-8B-GGUF/blob/main/TxAgent-T1-Llama-3.1-8B-Q4_K_S.gguf) | Q4_K_S | 4.693 GB | small, greater quality loss |
|
99 |
+
| [TxAgent-T1-Llama-3.1-8B-Q4_K_M.gguf](https://huggingface.co/tensorblock/mims-harvard_TxAgent-T1-Llama-3.1-8B-GGUF/blob/main/TxAgent-T1-Llama-3.1-8B-Q4_K_M.gguf) | Q4_K_M | 4.921 GB | medium, balanced quality - recommended |
|
100 |
+
| [TxAgent-T1-Llama-3.1-8B-Q5_0.gguf](https://huggingface.co/tensorblock/mims-harvard_TxAgent-T1-Llama-3.1-8B-GGUF/blob/main/TxAgent-T1-Llama-3.1-8B-Q5_0.gguf) | Q5_0 | 5.599 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
101 |
+
| [TxAgent-T1-Llama-3.1-8B-Q5_K_S.gguf](https://huggingface.co/tensorblock/mims-harvard_TxAgent-T1-Llama-3.1-8B-GGUF/blob/main/TxAgent-T1-Llama-3.1-8B-Q5_K_S.gguf) | Q5_K_S | 5.599 GB | large, low quality loss - recommended |
|
102 |
+
| [TxAgent-T1-Llama-3.1-8B-Q5_K_M.gguf](https://huggingface.co/tensorblock/mims-harvard_TxAgent-T1-Llama-3.1-8B-GGUF/blob/main/TxAgent-T1-Llama-3.1-8B-Q5_K_M.gguf) | Q5_K_M | 5.733 GB | large, very low quality loss - recommended |
|
103 |
+
| [TxAgent-T1-Llama-3.1-8B-Q6_K.gguf](https://huggingface.co/tensorblock/mims-harvard_TxAgent-T1-Llama-3.1-8B-GGUF/blob/main/TxAgent-T1-Llama-3.1-8B-Q6_K.gguf) | Q6_K | 6.596 GB | very large, extremely low quality loss |
|
104 |
+
| [TxAgent-T1-Llama-3.1-8B-Q8_0.gguf](https://huggingface.co/tensorblock/mims-harvard_TxAgent-T1-Llama-3.1-8B-GGUF/blob/main/TxAgent-T1-Llama-3.1-8B-Q8_0.gguf) | Q8_0 | 8.541 GB | very large, extremely low quality loss - not recommended |
|
105 |
+
|
106 |
+
|
107 |
+
## Downloading instruction
|
108 |
+
|
109 |
+
### Command line
|
110 |
+
|
111 |
+
Firstly, install Huggingface Client
|
112 |
+
|
113 |
+
```shell
|
114 |
+
pip install -U "huggingface_hub[cli]"
|
115 |
+
```
|
116 |
+
|
117 |
+
Then, downoad the individual model file the a local directory
|
118 |
+
|
119 |
+
```shell
|
120 |
+
huggingface-cli download tensorblock/mims-harvard_TxAgent-T1-Llama-3.1-8B-GGUF --include "TxAgent-T1-Llama-3.1-8B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
121 |
+
```
|
122 |
+
|
123 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
124 |
+
|
125 |
+
```shell
|
126 |
+
huggingface-cli download tensorblock/mims-harvard_TxAgent-T1-Llama-3.1-8B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
127 |
+
```
|
TxAgent-T1-Llama-3.1-8B-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf2928498003b146f2e09db8a305c73778eb1285b595fba97945645978513387
|
3 |
+
size 3179136896
|
TxAgent-T1-Llama-3.1-8B-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd6028dcd997f47eef6a813f7e468c1773571375d2a2bdf25c88648236673f74
|
3 |
+
size 4321961856
|
TxAgent-T1-Llama-3.1-8B-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e626f2d09f0650de5cc92c677e33d7961dfea8bca143b7d649540c7f955a73f8
|
3 |
+
size 4018923392
|
TxAgent-T1-Llama-3.1-8B-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:843d9d98bf03f8db4db66a69ad3408cbcf21ee6045bfe124c4c9c2eed1045310
|
3 |
+
size 3664504704
|
TxAgent-T1-Llama-3.1-8B-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ee306fa7ebbe02c5179a9eb71bfe24b5d1cd75565ab060f3620b25f2b73e383
|
3 |
+
size 4661217152
|
TxAgent-T1-Llama-3.1-8B-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e4760419be5df4c852d65e58b992eac586c25346c0f9ff37e0883159ae187b7
|
3 |
+
size 4920739712
|
TxAgent-T1-Llama-3.1-8B-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61106257baa32c113ae5c4047d7511854b6c1847425c604b73f8d224d03b0978
|
3 |
+
size 4692674432
|
TxAgent-T1-Llama-3.1-8B-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9abfa639752259adbb5758e89a5642e662ee87d5682e60d8c27bde5fa64751c4
|
3 |
+
size 5599299456
|
TxAgent-T1-Llama-3.1-8B-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e90cee6691501d106a7bea1aaefb0bf3ac73249aef0191d42fc8ea12091ab571
|
3 |
+
size 5732992896
|
TxAgent-T1-Llama-3.1-8B-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b581bd3270141d7d4b1224399f9adcec92ad76dca6cb8d88770a231878c0737c
|
3 |
+
size 5599299456
|
TxAgent-T1-Llama-3.1-8B-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e796ddcfce864de7af3617a280d87c21e8ef5313bc44cad144dc7b00c64e381
|
3 |
+
size 6596011904
|
TxAgent-T1-Llama-3.1-8B-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01560d2d3ef2befd99fb07ce4ee33dd5ec44812bf80fd87828ccd77bed6943ad
|
3 |
+
size 8540776320
|