morriszms commited on
Commit
a41ee6c
·
verified ·
1 Parent(s): eb407c8

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
+ internlm2-math-plus-1_8b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ internlm2-math-plus-1_8b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ internlm2-math-plus-1_8b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ internlm2-math-plus-1_8b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ internlm2-math-plus-1_8b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ internlm2-math-plus-1_8b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ internlm2-math-plus-1_8b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ internlm2-math-plus-1_8b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ internlm2-math-plus-1_8b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ internlm2-math-plus-1_8b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ internlm2-math-plus-1_8b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ internlm2-math-plus-1_8b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: text-generation
3
+ license: other
4
+ language:
5
+ - en
6
+ - zh
7
+ tags:
8
+ - math
9
+ - TensorBlock
10
+ - GGUF
11
+ base_model: internlm/internlm2-math-plus-1_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
+ ## internlm/internlm2-math-plus-1_8b - GGUF
26
+
27
+ This repo contains GGUF format model files for [internlm/internlm2-math-plus-1_8b](https://huggingface.co/internlm/internlm2-math-plus-1_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
+ <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
+ <s><|im_start|>system
41
+ {system_prompt}<|im_end|>
42
+ <|im_start|>user
43
+ {prompt}<|im_end|>
44
+ <|im_start|>assistant
45
+ ```
46
+
47
+ ## Model file specification
48
+
49
+ | Filename | Quant type | File Size | Description |
50
+ | -------- | ---------- | --------- | ----------- |
51
+ | [internlm2-math-plus-1_8b-Q2_K.gguf](https://huggingface.co/tensorblock/internlm2-math-plus-1_8b-GGUF/blob/main/internlm2-math-plus-1_8b-Q2_K.gguf) | Q2_K | 0.719 GB | smallest, significant quality loss - not recommended for most purposes |
52
+ | [internlm2-math-plus-1_8b-Q3_K_S.gguf](https://huggingface.co/tensorblock/internlm2-math-plus-1_8b-GGUF/blob/main/internlm2-math-plus-1_8b-Q3_K_S.gguf) | Q3_K_S | 0.827 GB | very small, high quality loss |
53
+ | [internlm2-math-plus-1_8b-Q3_K_M.gguf](https://huggingface.co/tensorblock/internlm2-math-plus-1_8b-GGUF/blob/main/internlm2-math-plus-1_8b-Q3_K_M.gguf) | Q3_K_M | 0.898 GB | very small, high quality loss |
54
+ | [internlm2-math-plus-1_8b-Q3_K_L.gguf](https://huggingface.co/tensorblock/internlm2-math-plus-1_8b-GGUF/blob/main/internlm2-math-plus-1_8b-Q3_K_L.gguf) | Q3_K_L | 0.960 GB | small, substantial quality loss |
55
+ | [internlm2-math-plus-1_8b-Q4_0.gguf](https://huggingface.co/tensorblock/internlm2-math-plus-1_8b-GGUF/blob/main/internlm2-math-plus-1_8b-Q4_0.gguf) | Q4_0 | 1.037 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
56
+ | [internlm2-math-plus-1_8b-Q4_K_S.gguf](https://huggingface.co/tensorblock/internlm2-math-plus-1_8b-GGUF/blob/main/internlm2-math-plus-1_8b-Q4_K_S.gguf) | Q4_K_S | 1.044 GB | small, greater quality loss |
57
+ | [internlm2-math-plus-1_8b-Q4_K_M.gguf](https://huggingface.co/tensorblock/internlm2-math-plus-1_8b-GGUF/blob/main/internlm2-math-plus-1_8b-Q4_K_M.gguf) | Q4_K_M | 1.092 GB | medium, balanced quality - recommended |
58
+ | [internlm2-math-plus-1_8b-Q5_0.gguf](https://huggingface.co/tensorblock/internlm2-math-plus-1_8b-GGUF/blob/main/internlm2-math-plus-1_8b-Q5_0.gguf) | Q5_0 | 1.235 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
59
+ | [internlm2-math-plus-1_8b-Q5_K_S.gguf](https://huggingface.co/tensorblock/internlm2-math-plus-1_8b-GGUF/blob/main/internlm2-math-plus-1_8b-Q5_K_S.gguf) | Q5_K_S | 1.235 GB | large, low quality loss - recommended |
60
+ | [internlm2-math-plus-1_8b-Q5_K_M.gguf](https://huggingface.co/tensorblock/internlm2-math-plus-1_8b-GGUF/blob/main/internlm2-math-plus-1_8b-Q5_K_M.gguf) | Q5_K_M | 1.263 GB | large, very low quality loss - recommended |
61
+ | [internlm2-math-plus-1_8b-Q6_K.gguf](https://huggingface.co/tensorblock/internlm2-math-plus-1_8b-GGUF/blob/main/internlm2-math-plus-1_8b-Q6_K.gguf) | Q6_K | 1.446 GB | very large, extremely low quality loss |
62
+ | [internlm2-math-plus-1_8b-Q8_0.gguf](https://huggingface.co/tensorblock/internlm2-math-plus-1_8b-GGUF/blob/main/internlm2-math-plus-1_8b-Q8_0.gguf) | Q8_0 | 1.872 GB | very large, extremely low quality loss - not recommended |
63
+
64
+
65
+ ## Downloading instruction
66
+
67
+ ### Command line
68
+
69
+ Firstly, install Huggingface Client
70
+
71
+ ```shell
72
+ pip install -U "huggingface_hub[cli]"
73
+ ```
74
+
75
+ Then, downoad the individual model file the a local directory
76
+
77
+ ```shell
78
+ huggingface-cli download tensorblock/internlm2-math-plus-1_8b-GGUF --include "internlm2-math-plus-1_8b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
79
+ ```
80
+
81
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
82
+
83
+ ```shell
84
+ huggingface-cli download tensorblock/internlm2-math-plus-1_8b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
85
+ ```
internlm2-math-plus-1_8b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cb6c4620926780c4a6a8bd9685057f577e17aff2df66b32d779918899ddf7de
3
+ size 771885952
internlm2-math-plus-1_8b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01905ab22c0fe51129cba23983f460b69cbe96a3b3a998420f00780d27c29f13
3
+ size 1030996864
internlm2-math-plus-1_8b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6272f9de96310734e3be06fe476cb34a220c9d838708a7276badd674f365aa3a
3
+ size 964412288
internlm2-math-plus-1_8b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85e8626837211504e445396f8d13f00c586442da30935790b9d17ca1fd09ad1e
3
+ size 888259456
internlm2-math-plus-1_8b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0267b15d43257b63636003133fe96f61f5ecaf622facacdc897fc14d7a5b65b1
3
+ size 1113971584
internlm2-math-plus-1_8b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7516a46a4f47856b37ac62436bab34191e22ef93f4b2925fca1b6aab69aa88e5
3
+ size 1172364160
internlm2-math-plus-1_8b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:459daec092b097cdd5b22a6e46221c6b8aafab700d23f964e6362d7fa6a57da8
3
+ size 1121311616
internlm2-math-plus-1_8b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90faa14f87273391e0b5becac6c699e1f003bcb4cfc92a63afbbe411220fadd3
3
+ size 1326406528
internlm2-math-plus-1_8b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:603157253ee4d920f8b90026485ff4757f2154131ea6a7622b8fc0349d2f4a31
3
+ size 1356487552
internlm2-math-plus-1_8b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3257c726cb187a83acda43d1b751642a2a4087adbba5bacc238e9b24c2828f3
3
+ size 1326406528
internlm2-math-plus-1_8b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12b5dad799921238616a7a5ab429337267293f6e228b996ff9d125625492819e
3
+ size 1552118656
internlm2-math-plus-1_8b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:989e4636cba835aaed35d71872244d163e120f0e4317e80733eeaa2046bf1b61
3
+ size 2009613184