Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +82 -0
- lawma-8b-Q2_K.gguf +3 -0
- lawma-8b-Q3_K_L.gguf +3 -0
- lawma-8b-Q3_K_M.gguf +3 -0
- lawma-8b-Q3_K_S.gguf +3 -0
- lawma-8b-Q4_0.gguf +3 -0
- lawma-8b-Q4_K_M.gguf +3 -0
- lawma-8b-Q4_K_S.gguf +3 -0
- lawma-8b-Q5_0.gguf +3 -0
- lawma-8b-Q5_K_M.gguf +3 -0
- lawma-8b-Q5_K_S.gguf +3 -0
- lawma-8b-Q6_K.gguf +3 -0
- lawma-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 |
+
lawma-8b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
lawma-8b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
lawma-8b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
lawma-8b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
lawma-8b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
lawma-8b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
lawma-8b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
lawma-8b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
lawma-8b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
lawma-8b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
lawma-8b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
lawma-8b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- ricdomolm/lawma-all-tasks
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
license: mit
|
7 |
+
tags:
|
8 |
+
- legal
|
9 |
+
- TensorBlock
|
10 |
+
- GGUF
|
11 |
+
base_model: ricdomolm/lawma-8b
|
12 |
+
---
|
13 |
+
|
14 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
15 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
16 |
+
</div>
|
17 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
18 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
19 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
20 |
+
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>
|
21 |
+
</p>
|
22 |
+
</div>
|
23 |
+
</div>
|
24 |
+
|
25 |
+
## ricdomolm/lawma-8b - GGUF
|
26 |
+
|
27 |
+
This repo contains GGUF format model files for [ricdomolm/lawma-8b](https://huggingface.co/ricdomolm/lawma-8b).
|
28 |
+
|
29 |
+
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).
|
30 |
+
|
31 |
+
## Prompt template
|
32 |
+
|
33 |
+
```
|
34 |
+
<|begin_of_text|><|start_header_id|>system<|end_header_id|>
|
35 |
+
|
36 |
+
Cutting Knowledge Date: December 2023
|
37 |
+
Today Date: 26 Jul 2024
|
38 |
+
|
39 |
+
{system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
|
40 |
+
|
41 |
+
{prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
42 |
+
```
|
43 |
+
|
44 |
+
## Model file specification
|
45 |
+
|
46 |
+
| Filename | Quant type | File Size | Description |
|
47 |
+
| -------- | ---------- | --------- | ----------- |
|
48 |
+
| [lawma-8b-Q2_K.gguf](https://huggingface.co/tensorblock/lawma-8b-GGUF/tree/main/lawma-8b-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
|
49 |
+
| [lawma-8b-Q3_K_S.gguf](https://huggingface.co/tensorblock/lawma-8b-GGUF/tree/main/lawma-8b-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
|
50 |
+
| [lawma-8b-Q3_K_M.gguf](https://huggingface.co/tensorblock/lawma-8b-GGUF/tree/main/lawma-8b-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
|
51 |
+
| [lawma-8b-Q3_K_L.gguf](https://huggingface.co/tensorblock/lawma-8b-GGUF/tree/main/lawma-8b-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
|
52 |
+
| [lawma-8b-Q4_0.gguf](https://huggingface.co/tensorblock/lawma-8b-GGUF/tree/main/lawma-8b-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
53 |
+
| [lawma-8b-Q4_K_S.gguf](https://huggingface.co/tensorblock/lawma-8b-GGUF/tree/main/lawma-8b-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
|
54 |
+
| [lawma-8b-Q4_K_M.gguf](https://huggingface.co/tensorblock/lawma-8b-GGUF/tree/main/lawma-8b-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
|
55 |
+
| [lawma-8b-Q5_0.gguf](https://huggingface.co/tensorblock/lawma-8b-GGUF/tree/main/lawma-8b-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
56 |
+
| [lawma-8b-Q5_K_S.gguf](https://huggingface.co/tensorblock/lawma-8b-GGUF/tree/main/lawma-8b-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
|
57 |
+
| [lawma-8b-Q5_K_M.gguf](https://huggingface.co/tensorblock/lawma-8b-GGUF/tree/main/lawma-8b-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
|
58 |
+
| [lawma-8b-Q6_K.gguf](https://huggingface.co/tensorblock/lawma-8b-GGUF/tree/main/lawma-8b-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
|
59 |
+
| [lawma-8b-Q8_0.gguf](https://huggingface.co/tensorblock/lawma-8b-GGUF/tree/main/lawma-8b-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
|
60 |
+
|
61 |
+
|
62 |
+
## Downloading instruction
|
63 |
+
|
64 |
+
### Command line
|
65 |
+
|
66 |
+
Firstly, install Huggingface Client
|
67 |
+
|
68 |
+
```shell
|
69 |
+
pip install -U "huggingface_hub[cli]"
|
70 |
+
```
|
71 |
+
|
72 |
+
Then, downoad the individual model file the a local directory
|
73 |
+
|
74 |
+
```shell
|
75 |
+
huggingface-cli download tensorblock/lawma-8b-GGUF --include "lawma-8b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
76 |
+
```
|
77 |
+
|
78 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
79 |
+
|
80 |
+
```shell
|
81 |
+
huggingface-cli download tensorblock/lawma-8b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
82 |
+
```
|
lawma-8b-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af71b5070bcf60bec75f3c899ca70b88ca589e655b2cf12ffb1e01a2f9e49195
|
3 |
+
size 3179136128
|
lawma-8b-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c7b841e487a63fb601fb0c4953dcebd49a0bc9cb5548753e36e5fcc3ff08702
|
3 |
+
size 4321961088
|
lawma-8b-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65b2937494445fe81dcaeeb583393be1a849a8738bc48c95d3289f6acc9bd522
|
3 |
+
size 4018922624
|
lawma-8b-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77918f2653d228176bff9643ab4712a70766534b9ccdcbed59aa365e95a8d2e2
|
3 |
+
size 3664503936
|
lawma-8b-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d74d1e8a7567edddea5fa8e615fa8a303e1ced623f1a720b3ff00424bb29a843
|
3 |
+
size 4661216384
|
lawma-8b-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c544137c4d5b06ced5bb98fd0570cb288c5a8c159248ae1ec8c34953639f666b
|
3 |
+
size 4920738944
|
lawma-8b-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b27e26992ad75ff41307b15eb01680289ba2f9465c548ab9a760add2249dbbf
|
3 |
+
size 4692673664
|
lawma-8b-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dfbbc4ff34426b7e35b210d2d905f2e7995b8b3055105b89c16573682f0e1acf
|
3 |
+
size 5599298688
|
lawma-8b-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f465bf894b910a3910a464810c5bbff9335780eced9a827bd0bafa31427a4c8
|
3 |
+
size 5732992128
|
lawma-8b-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9c6818982c25cd7594699f032b700df84cd81b3dfe4fd1a8de1f3685f85da9e
|
3 |
+
size 5599298688
|
lawma-8b-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12314f3518ee55d5ac2da7bf81cceecb9e6330fb3b82ddc59a085707a829caa1
|
3 |
+
size 6596011136
|
lawma-8b-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e02ea3f13fa428a76015610bcf58e1189a411f4f78f30f984e0d231299d9f636
|
3 |
+
size 8540775552
|