morriszms commited on
Commit
9b99e0b
1 Parent(s): 328eedb

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
+ base_7B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ base_7B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ base_7B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ base_7B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ base_7B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ base_7B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ base_7B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ base_7B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ base_7B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ base_7B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ base_7B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ base_7B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ extra_gated_heading: Access Llama 2 on Hugging Face
3
+ extra_gated_description: This is a form to enable access to Llama 2 on Hugging Face
4
+ after you have been granted access from Meta. Please visit the [Meta website](https://ai.meta.com/resources/models-and-libraries/llama-downloads)
5
+ and accept our license terms and acceptable use policy before submitting this form.
6
+ Requests will be processed in 1-2 days.
7
+ extra_gated_prompt: '**Your Hugging Face account email address MUST match the email
8
+ you provide on the Meta website, or your request will not be approved.**'
9
+ extra_gated_button_content: Submit
10
+ extra_gated_fields:
11
+ ? I agree to share my name, email address and username with Meta and confirm that
12
+ I have already been granted download access on the Meta website
13
+ : checkbox
14
+ language:
15
+ - en
16
+ pipeline_tag: text-generation
17
+ inference: false
18
+ tags:
19
+ - facebook
20
+ - meta
21
+ - pytorch
22
+ - llama
23
+ - llama-2
24
+ - TensorBlock
25
+ - GGUF
26
+ base_model: mostafaamiri/base_7B
27
+ ---
28
+
29
+ <div style="width: auto; margin-left: auto; margin-right: auto">
30
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
31
+ </div>
32
+ <div style="display: flex; justify-content: space-between; width: 100%;">
33
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
34
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
35
+ 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>
36
+ </p>
37
+ </div>
38
+ </div>
39
+
40
+ ## mostafaamiri/base_7B - GGUF
41
+
42
+ This repo contains GGUF format model files for [mostafaamiri/base_7B](https://huggingface.co/mostafaamiri/base_7B).
43
+
44
+ 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).
45
+
46
+ <div style="text-align: left; margin: 20px 0;">
47
+ <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;">
48
+ Run them on the TensorBlock client using your local machine ↗
49
+ </a>
50
+ </div>
51
+
52
+ ## Prompt template
53
+
54
+ ```
55
+
56
+ ```
57
+
58
+ ## Model file specification
59
+
60
+ | Filename | Quant type | File Size | Description |
61
+ | -------- | ---------- | --------- | ----------- |
62
+ | [base_7B-Q2_K.gguf](https://huggingface.co/tensorblock/base_7B-GGUF/blob/main/base_7B-Q2_K.gguf) | Q2_K | 2.533 GB | smallest, significant quality loss - not recommended for most purposes |
63
+ | [base_7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/base_7B-GGUF/blob/main/base_7B-Q3_K_S.gguf) | Q3_K_S | 2.948 GB | very small, high quality loss |
64
+ | [base_7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/base_7B-GGUF/blob/main/base_7B-Q3_K_M.gguf) | Q3_K_M | 3.298 GB | very small, high quality loss |
65
+ | [base_7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/base_7B-GGUF/blob/main/base_7B-Q3_K_L.gguf) | Q3_K_L | 3.597 GB | small, substantial quality loss |
66
+ | [base_7B-Q4_0.gguf](https://huggingface.co/tensorblock/base_7B-GGUF/blob/main/base_7B-Q4_0.gguf) | Q4_0 | 3.826 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
67
+ | [base_7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/base_7B-GGUF/blob/main/base_7B-Q4_K_S.gguf) | Q4_K_S | 3.857 GB | small, greater quality loss |
68
+ | [base_7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/base_7B-GGUF/blob/main/base_7B-Q4_K_M.gguf) | Q4_K_M | 4.081 GB | medium, balanced quality - recommended |
69
+ | [base_7B-Q5_0.gguf](https://huggingface.co/tensorblock/base_7B-GGUF/blob/main/base_7B-Q5_0.gguf) | Q5_0 | 4.652 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
70
+ | [base_7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/base_7B-GGUF/blob/main/base_7B-Q5_K_S.gguf) | Q5_K_S | 4.652 GB | large, low quality loss - recommended |
71
+ | [base_7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/base_7B-GGUF/blob/main/base_7B-Q5_K_M.gguf) | Q5_K_M | 4.783 GB | large, very low quality loss - recommended |
72
+ | [base_7B-Q6_K.gguf](https://huggingface.co/tensorblock/base_7B-GGUF/blob/main/base_7B-Q6_K.gguf) | Q6_K | 5.529 GB | very large, extremely low quality loss |
73
+ | [base_7B-Q8_0.gguf](https://huggingface.co/tensorblock/base_7B-GGUF/blob/main/base_7B-Q8_0.gguf) | Q8_0 | 7.161 GB | very large, extremely low quality loss - not recommended |
74
+
75
+
76
+ ## Downloading instruction
77
+
78
+ ### Command line
79
+
80
+ Firstly, install Huggingface Client
81
+
82
+ ```shell
83
+ pip install -U "huggingface_hub[cli]"
84
+ ```
85
+
86
+ Then, downoad the individual model file the a local directory
87
+
88
+ ```shell
89
+ huggingface-cli download tensorblock/base_7B-GGUF --include "base_7B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
90
+ ```
91
+
92
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
93
+
94
+ ```shell
95
+ huggingface-cli download tensorblock/base_7B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
96
+ ```
base_7B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c71085a07c9ea35b44be5342e98320671a9a2a36a24ddd92305d11fe2ef0095c
3
+ size 2532864224
base_7B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc649dfdc14ce70de01637cb77c196ec63711b1ed39cdecc7b5a26b97a27f4cb
3
+ size 3597111520
base_7B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05463765c573c81d9299637dde00160b56ba1b58534400363d9b28c4a2a9c33b
3
+ size 3298005216
base_7B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a3ed33467edd7ea6d6779019666deede2b852e82b71b1f1e6b1e1fe758476a4
3
+ size 2948305120
base_7B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5ee0194bf60f64f67baa89c217bd31012765c451da34d7b01fd75f91cb33f4e
3
+ size 3825807584
base_7B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2edf51c7390e4a2b9b37149acdfea46e234f6fe7737c96d2a1b6f3f2d28b1e49
3
+ size 4081004768
base_7B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b082d2d0eeac24be242124aea43a3898ddb86e6bab28494993ac950c9472cf3
3
+ size 3856740576
base_7B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ffb86f1bd53a7abe37d06e9b7c971bcd50c2a6b163fdfe0b6b3800a9b5b79c8
3
+ size 4651692256
base_7B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e13d730a04761c5be19037f88f9ce17bceae4d7d41a83b9b141076e452cdc7ae
3
+ size 4783157472
base_7B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dce66063379cecf66c06d8f8f0b75cdf203b42b3412cf1c29a9087507ffc692
3
+ size 4651692256
base_7B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64c19ed7a757b36cae5e1069fe38956bc1913fd53f44c60cfdd1067ca63a8a1c
3
+ size 5529194720
base_7B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d712b18fa93560316e91c8dd75c3a9b8ec60d6b749cd5311d6c7963c6b4267d7
3
+ size 7161090272