morriszms commited on
Commit
2db38c0
1 Parent(s): cd914e0

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
+ llama-7b-finnish-instruct-v0.2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama-7b-finnish-instruct-v0.2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama-7b-finnish-instruct-v0.2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama-7b-finnish-instruct-v0.2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama-7b-finnish-instruct-v0.2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama-7b-finnish-instruct-v0.2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama-7b-finnish-instruct-v0.2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama-7b-finnish-instruct-v0.2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama-7b-finnish-instruct-v0.2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama-7b-finnish-instruct-v0.2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama-7b-finnish-instruct-v0.2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama-7b-finnish-instruct-v0.2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ tags:
5
+ - finnish
6
+ - llama
7
+ - TensorBlock
8
+ - GGUF
9
+ inference: true
10
+ pipeline_tag: text-generation
11
+ base_model: Finnish-NLP/llama-7b-finnish-instruct-v0.2
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
+ ## Finnish-NLP/llama-7b-finnish-instruct-v0.2 - GGUF
26
+
27
+ This repo contains GGUF format model files for [Finnish-NLP/llama-7b-finnish-instruct-v0.2](https://huggingface.co/Finnish-NLP/llama-7b-finnish-instruct-v0.2).
28
+
29
+ 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).
30
+
31
+ <div style="text-align: left; margin: 20px 0;">
32
+ <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;">
33
+ Run them on the TensorBlock client using your local machine ↗
34
+ </a>
35
+ </div>
36
+
37
+ ## Prompt template
38
+
39
+ ```
40
+
41
+ ```
42
+
43
+ ## Model file specification
44
+
45
+ | Filename | Quant type | File Size | Description |
46
+ | -------- | ---------- | --------- | ----------- |
47
+ | [llama-7b-finnish-instruct-v0.2-Q2_K.gguf](https://huggingface.co/tensorblock/llama-7b-finnish-instruct-v0.2-GGUF/blob/main/llama-7b-finnish-instruct-v0.2-Q2_K.gguf) | Q2_K | 2.686 GB | smallest, significant quality loss - not recommended for most purposes |
48
+ | [llama-7b-finnish-instruct-v0.2-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama-7b-finnish-instruct-v0.2-GGUF/blob/main/llama-7b-finnish-instruct-v0.2-Q3_K_S.gguf) | Q3_K_S | 3.114 GB | very small, high quality loss |
49
+ | [llama-7b-finnish-instruct-v0.2-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama-7b-finnish-instruct-v0.2-GGUF/blob/main/llama-7b-finnish-instruct-v0.2-Q3_K_M.gguf) | Q3_K_M | 3.464 GB | very small, high quality loss |
50
+ | [llama-7b-finnish-instruct-v0.2-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama-7b-finnish-instruct-v0.2-GGUF/blob/main/llama-7b-finnish-instruct-v0.2-Q3_K_L.gguf) | Q3_K_L | 3.763 GB | small, substantial quality loss |
51
+ | [llama-7b-finnish-instruct-v0.2-Q4_0.gguf](https://huggingface.co/tensorblock/llama-7b-finnish-instruct-v0.2-GGUF/blob/main/llama-7b-finnish-instruct-v0.2-Q4_0.gguf) | Q4_0 | 4.009 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
52
+ | [llama-7b-finnish-instruct-v0.2-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama-7b-finnish-instruct-v0.2-GGUF/blob/main/llama-7b-finnish-instruct-v0.2-Q4_K_S.gguf) | Q4_K_S | 4.040 GB | small, greater quality loss |
53
+ | [llama-7b-finnish-instruct-v0.2-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama-7b-finnish-instruct-v0.2-GGUF/blob/main/llama-7b-finnish-instruct-v0.2-Q4_K_M.gguf) | Q4_K_M | 4.265 GB | medium, balanced quality - recommended |
54
+ | [llama-7b-finnish-instruct-v0.2-Q5_0.gguf](https://huggingface.co/tensorblock/llama-7b-finnish-instruct-v0.2-GGUF/blob/main/llama-7b-finnish-instruct-v0.2-Q5_0.gguf) | Q5_0 | 4.852 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
55
+ | [llama-7b-finnish-instruct-v0.2-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama-7b-finnish-instruct-v0.2-GGUF/blob/main/llama-7b-finnish-instruct-v0.2-Q5_K_S.gguf) | Q5_K_S | 4.852 GB | large, low quality loss - recommended |
56
+ | [llama-7b-finnish-instruct-v0.2-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama-7b-finnish-instruct-v0.2-GGUF/blob/main/llama-7b-finnish-instruct-v0.2-Q5_K_M.gguf) | Q5_K_M | 4.983 GB | large, very low quality loss - recommended |
57
+ | [llama-7b-finnish-instruct-v0.2-Q6_K.gguf](https://huggingface.co/tensorblock/llama-7b-finnish-instruct-v0.2-GGUF/blob/main/llama-7b-finnish-instruct-v0.2-Q6_K.gguf) | Q6_K | 5.747 GB | very large, extremely low quality loss |
58
+ | [llama-7b-finnish-instruct-v0.2-Q8_0.gguf](https://huggingface.co/tensorblock/llama-7b-finnish-instruct-v0.2-GGUF/blob/main/llama-7b-finnish-instruct-v0.2-Q8_0.gguf) | Q8_0 | 7.443 GB | very large, extremely low quality loss - not recommended |
59
+
60
+
61
+ ## Downloading instruction
62
+
63
+ ### Command line
64
+
65
+ Firstly, install Huggingface Client
66
+
67
+ ```shell
68
+ pip install -U "huggingface_hub[cli]"
69
+ ```
70
+
71
+ Then, downoad the individual model file the a local directory
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/llama-7b-finnish-instruct-v0.2-GGUF --include "llama-7b-finnish-instruct-v0.2-Q2_K.gguf" --local-dir MY_LOCAL_DIR
75
+ ```
76
+
77
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
78
+
79
+ ```shell
80
+ huggingface-cli download tensorblock/llama-7b-finnish-instruct-v0.2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
81
+ ```
llama-7b-finnish-instruct-v0.2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e66e1a8848b0ff5aee450ea328b4b047e872bc66ebec2f75041bafccc83f3907
3
+ size 2685533632
llama-7b-finnish-instruct-v0.2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48c6c326077fbdd6f1b160770d73ab197508e3b455e33bd02a26e95d84d327f9
3
+ size 3763201920
llama-7b-finnish-instruct-v0.2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcfaf579bdf750832abdbde760f96d3e860e27e886d03948b5763a49af5c878d
3
+ size 3464095616
llama-7b-finnish-instruct-v0.2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:993904afab9bc805230109d2f026f4ad5cbbd2edc248d81a45bc2ea83ce8cba3
3
+ size 3114395520
llama-7b-finnish-instruct-v0.2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c0831ffdd4f1a2d6adde586d094dea61a44c8e7e777c1527c6e0cfa17592cd7
3
+ size 4009448512
llama-7b-finnish-instruct-v0.2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c7ab0c5f0f43252759931defb8febba2f90f57fbe92921de827f535855772a3
3
+ size 4264645696
llama-7b-finnish-instruct-v0.2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ba7421684457eea285bbfca3eba4f0b0389c063b7ae27a2b8726131ebc63d2c
3
+ size 4040381504
llama-7b-finnish-instruct-v0.2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af5d78cc8d1f51fa41da1dd18a4fb3b4f93db85cea8dadb6349bd214afc5a0e7
3
+ size 4851851328
llama-7b-finnish-instruct-v0.2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e807c984a668a4fe4057c21156f8f6b800655ab3a342550f8ade1a1f5b9c3ee4
3
+ size 4983316544
llama-7b-finnish-instruct-v0.2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecedf7d5dbca9aecd3112d61ee4c095568e3c66d0113e0b0335297a2c3c9e624
3
+ size 4851851328
llama-7b-finnish-instruct-v0.2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87cbbe66a4be8e92f2f715a9f8e84608d62e07b7763493546a2a08638f1e65f4
3
+ size 5746904320
llama-7b-finnish-instruct-v0.2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d31bc20577231aa7aa22f34d341dc0c4e014f63cd49c43600e337689fb48afee
3
+ size 7442807680