Commit
·
dc58a0d
verified
·
0
Parent(s):
Duplicate from mradermacher/Atlas-Pro-1.5B-Preview-GGUF
Browse filesCo-authored-by: team mradermacher <[email protected]>
- .gitattributes +47 -0
- Atlas-Pro-1.5B-Preview.IQ4_XS.gguf +3 -0
- Atlas-Pro-1.5B-Preview.Q2_K.gguf +3 -0
- Atlas-Pro-1.5B-Preview.Q3_K_L.gguf +3 -0
- Atlas-Pro-1.5B-Preview.Q3_K_M.gguf +3 -0
- Atlas-Pro-1.5B-Preview.Q3_K_S.gguf +3 -0
- Atlas-Pro-1.5B-Preview.Q4_K_M.gguf +3 -0
- Atlas-Pro-1.5B-Preview.Q4_K_S.gguf +3 -0
- Atlas-Pro-1.5B-Preview.Q5_K_M.gguf +3 -0
- Atlas-Pro-1.5B-Preview.Q5_K_S.gguf +3 -0
- Atlas-Pro-1.5B-Preview.Q6_K.gguf +3 -0
- Atlas-Pro-1.5B-Preview.Q8_0.gguf +3 -0
- Atlas-Pro-1.5B-Preview.f16.gguf +3 -0
- README.md +101 -0
.gitattributes
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.xz 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 |
+
Atlas-Pro-1.5B-Preview.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
Atlas-Pro-1.5B-Preview.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
Atlas-Pro-1.5B-Preview.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
Atlas-Pro-1.5B-Preview.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
Atlas-Pro-1.5B-Preview.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
Atlas-Pro-1.5B-Preview.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
Atlas-Pro-1.5B-Preview.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
Atlas-Pro-1.5B-Preview.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
Atlas-Pro-1.5B-Preview.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
Atlas-Pro-1.5B-Preview.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
Atlas-Pro-1.5B-Preview.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
Atlas-Pro-1.5B-Preview.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
Atlas-Pro-1.5B-Preview.IQ4_XS.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7c2fac30821b0ae7aa24623c37af19826f5dffe717cc6b59a60d7020816717a
|
3 |
+
size 1026163712
|
Atlas-Pro-1.5B-Preview.Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dee5cb122c0045bbb1c7926e72cc7528b01f31f4536b43a05f94d701674227e9
|
3 |
+
size 752881664
|
Atlas-Pro-1.5B-Preview.Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9675dc80bcf94f056e8e85c09458062c281007d6d2321dc4e3007f13268dff1d
|
3 |
+
size 980441600
|
Atlas-Pro-1.5B-Preview.Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c86b2b8865775014d66e5eea6fddc2562054aa6dddcf23ac3440f8265c6c5108
|
3 |
+
size 924457472
|
Atlas-Pro-1.5B-Preview.Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc030e7bf0fa7dc8bad154b9c2c40987ba93287bf5740fbed2c7c97bf6500beb
|
3 |
+
size 861223424
|
Atlas-Pro-1.5B-Preview.Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7975206906f5365ba731da1ac6f34ba20bfa28edbd4279a94124880b796e4bd3
|
3 |
+
size 1117322240
|
Atlas-Pro-1.5B-Preview.Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8af987b0f112216c3ca29ae394a2516d40b12a2d0f1223c255c06cb58a1623c8
|
3 |
+
size 1071586304
|
Atlas-Pro-1.5B-Preview.Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:020480a9128b5b02396f790c4e060f03919734e70c6c9ccc7dd7643684e42ccd
|
3 |
+
size 1285495808
|
Atlas-Pro-1.5B-Preview.Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e2da074ef1dbc7e4668101b1f542e658fed63eb78b3fff1fea3cd9d02495857
|
3 |
+
size 1259174912
|
Atlas-Pro-1.5B-Preview.Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2da2a01947dd88a6ea70167b4248b70416714751e445cac58ecab95c5af9ae1
|
3 |
+
size 1464180224
|
Atlas-Pro-1.5B-Preview.Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73c3bc2796f71ba242d412b930b6cfd2bdf38e6f7c9fdd781f40d5d781ae39ac
|
3 |
+
size 1894533632
|
Atlas-Pro-1.5B-Preview.f16.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58017f1bb609abac4b164ad7c934d371624e48e3a051be5fb8130ba27ceb1cfc
|
3 |
+
size 3560417792
|
README.md
ADDED
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Spestly/Atlas-Pro-1.5B-Preview
|
3 |
+
datasets:
|
4 |
+
- openai/gsm8k
|
5 |
+
- HuggingFaceH4/ultrachat_200k
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
- zh
|
9 |
+
- fr
|
10 |
+
- es
|
11 |
+
- pt
|
12 |
+
- de
|
13 |
+
- it
|
14 |
+
- ru
|
15 |
+
- ja
|
16 |
+
- ko
|
17 |
+
- vi
|
18 |
+
- th
|
19 |
+
- ar
|
20 |
+
- fa
|
21 |
+
- he
|
22 |
+
- tr
|
23 |
+
- cs
|
24 |
+
- pl
|
25 |
+
- hi
|
26 |
+
- bn
|
27 |
+
- ur
|
28 |
+
- id
|
29 |
+
- ms
|
30 |
+
- lo
|
31 |
+
- my
|
32 |
+
- ceb
|
33 |
+
- km
|
34 |
+
- tl
|
35 |
+
- nl
|
36 |
+
library_name: transformers
|
37 |
+
license: mit
|
38 |
+
quantized_by: mradermacher
|
39 |
+
tags:
|
40 |
+
- text-generation-inference
|
41 |
+
- transformers
|
42 |
+
- unsloth
|
43 |
+
- qwen2
|
44 |
+
- trl
|
45 |
+
---
|
46 |
+
## About
|
47 |
+
|
48 |
+
<!-- ### quantize_version: 2 -->
|
49 |
+
<!-- ### output_tensor_quantised: 1 -->
|
50 |
+
<!-- ### convert_type: hf -->
|
51 |
+
<!-- ### vocab_type: -->
|
52 |
+
<!-- ### tags: -->
|
53 |
+
static quants of https://huggingface.co/Spestly/Atlas-Pro-1.5B-Preview
|
54 |
+
|
55 |
+
<!-- provided-files -->
|
56 |
+
weighted/imatrix quants are available at https://huggingface.co/mradermacher/Atlas-Pro-1.5B-Preview-i1-GGUF
|
57 |
+
## Usage
|
58 |
+
|
59 |
+
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
60 |
+
READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
|
61 |
+
more details, including on how to concatenate multi-part files.
|
62 |
+
|
63 |
+
## Provided Quants
|
64 |
+
|
65 |
+
(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
|
66 |
+
|
67 |
+
| Link | Type | Size/GB | Notes |
|
68 |
+
|:-----|:-----|--------:|:------|
|
69 |
+
| [GGUF](https://huggingface.co/mradermacher/Atlas-Pro-1.5B-Preview-GGUF/resolve/main/Atlas-Pro-1.5B-Preview.Q2_K.gguf) | Q2_K | 0.9 | |
|
70 |
+
| [GGUF](https://huggingface.co/mradermacher/Atlas-Pro-1.5B-Preview-GGUF/resolve/main/Atlas-Pro-1.5B-Preview.Q3_K_S.gguf) | Q3_K_S | 1.0 | |
|
71 |
+
| [GGUF](https://huggingface.co/mradermacher/Atlas-Pro-1.5B-Preview-GGUF/resolve/main/Atlas-Pro-1.5B-Preview.Q3_K_M.gguf) | Q3_K_M | 1.0 | lower quality |
|
72 |
+
| [GGUF](https://huggingface.co/mradermacher/Atlas-Pro-1.5B-Preview-GGUF/resolve/main/Atlas-Pro-1.5B-Preview.Q3_K_L.gguf) | Q3_K_L | 1.1 | |
|
73 |
+
| [GGUF](https://huggingface.co/mradermacher/Atlas-Pro-1.5B-Preview-GGUF/resolve/main/Atlas-Pro-1.5B-Preview.IQ4_XS.gguf) | IQ4_XS | 1.1 | |
|
74 |
+
| [GGUF](https://huggingface.co/mradermacher/Atlas-Pro-1.5B-Preview-GGUF/resolve/main/Atlas-Pro-1.5B-Preview.Q4_K_S.gguf) | Q4_K_S | 1.2 | fast, recommended |
|
75 |
+
| [GGUF](https://huggingface.co/mradermacher/Atlas-Pro-1.5B-Preview-GGUF/resolve/main/Atlas-Pro-1.5B-Preview.Q4_K_M.gguf) | Q4_K_M | 1.2 | fast, recommended |
|
76 |
+
| [GGUF](https://huggingface.co/mradermacher/Atlas-Pro-1.5B-Preview-GGUF/resolve/main/Atlas-Pro-1.5B-Preview.Q5_K_S.gguf) | Q5_K_S | 1.4 | |
|
77 |
+
| [GGUF](https://huggingface.co/mradermacher/Atlas-Pro-1.5B-Preview-GGUF/resolve/main/Atlas-Pro-1.5B-Preview.Q5_K_M.gguf) | Q5_K_M | 1.4 | |
|
78 |
+
| [GGUF](https://huggingface.co/mradermacher/Atlas-Pro-1.5B-Preview-GGUF/resolve/main/Atlas-Pro-1.5B-Preview.Q6_K.gguf) | Q6_K | 1.6 | very good quality |
|
79 |
+
| [GGUF](https://huggingface.co/mradermacher/Atlas-Pro-1.5B-Preview-GGUF/resolve/main/Atlas-Pro-1.5B-Preview.Q8_0.gguf) | Q8_0 | 2.0 | fast, best quality |
|
80 |
+
| [GGUF](https://huggingface.co/mradermacher/Atlas-Pro-1.5B-Preview-GGUF/resolve/main/Atlas-Pro-1.5B-Preview.f16.gguf) | f16 | 3.7 | 16 bpw, overkill |
|
81 |
+
|
82 |
+
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
83 |
+
types (lower is better):
|
84 |
+
|
85 |
+
![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
|
86 |
+
|
87 |
+
And here are Artefact2's thoughts on the matter:
|
88 |
+
https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
|
89 |
+
|
90 |
+
## FAQ / Model Request
|
91 |
+
|
92 |
+
See https://huggingface.co/mradermacher/model_requests for some answers to
|
93 |
+
questions you might have and/or if you want some other model quantized.
|
94 |
+
|
95 |
+
## Thanks
|
96 |
+
|
97 |
+
I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
|
98 |
+
me use its servers and providing upgrades to my workstation to enable
|
99 |
+
this work in my free time.
|
100 |
+
|
101 |
+
<!-- end -->
|