Upload folder using huggingface_hub

#1
.gitattributes CHANGED
@@ -33,3 +33,20 @@ 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
+ solar-pro-preview-instruct.IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
37
+ solar-pro-preview-instruct.IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
38
+ solar-pro-preview-instruct.IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
39
+ solar-pro-preview-instruct.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
40
+ solar-pro-preview-instruct.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
41
+ solar-pro-preview-instruct.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
42
+ solar-pro-preview-instruct.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
43
+ solar-pro-preview-instruct.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
44
+ solar-pro-preview-instruct.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
45
+ solar-pro-preview-instruct.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
46
+ solar-pro-preview-instruct.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
47
+ solar-pro-preview-instruct.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
48
+ solar-pro-preview-instruct.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
49
+ solar-pro-preview-instruct.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
50
+ solar-pro-preview-instruct.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
51
+ solar-pro-preview-instruct.fp16.gguf filter=lfs diff=lfs merge=lfs -text
52
+ solar-pro-preview-instruct-GGUF_imatrix.dat filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - quantized
4
+ - 2-bit
5
+ - 3-bit
6
+ - 4-bit
7
+ - 5-bit
8
+ - 6-bit
9
+ - 8-bit
10
+ - GGUF
11
+ - text-generation
12
+ - text-generation
13
+ model_name: solar-pro-preview-instruct-GGUF
14
+ base_model: upstage/solar-pro-preview-instruct
15
+ inference: false
16
+ model_creator: upstage
17
+ pipeline_tag: text-generation
18
+ quantized_by: MaziyarPanahi
19
+ ---
20
+ # [arcee-train/solar-pro-preview-instruct-GGUF](https://huggingface.co/arcee-train/solar-pro-preview-instruct-GGUF)
21
+ - Model creator: [upstage](https://huggingface.co/upstage)
22
+ - Original model: [upstage/solar-pro-preview-instruct](https://huggingface.co/upstage/solar-pro-preview-instruct)
23
+
24
+ ## Description
25
+ [arcee-train/solar-pro-preview-instruct-GGUF](https://huggingface.co/arcee-train/solar-pro-preview-instruct-GGUF) contains GGUF format model files for [upstage/solar-pro-preview-instruct](https://huggingface.co/upstage/solar-pro-preview-instruct).
26
+
27
+ ### About GGUF
28
+
29
+ GGUF is a new format introduced by the llama.cpp team on August 21st 2023. It is a replacement for GGML, which is no longer supported by llama.cpp.
30
+
31
+ Here is an incomplete list of clients and libraries that are known to support GGUF:
32
+
33
+ * [llama.cpp](https://github.com/ggerganov/llama.cpp). The source project for GGUF. Offers a CLI and a server option.
34
+ * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
35
+ * [LM Studio](https://lmstudio.ai/), an easy-to-use and powerful local GUI for Windows and macOS (Silicon), with GPU acceleration. Linux available, in beta as of 27/11/2023.
36
+ * [text-generation-webui](https://github.com/oobabooga/text-generation-webui), the most widely used web UI, with many features and powerful extensions. Supports GPU acceleration.
37
+ * [KoboldCpp](https://github.com/LostRuins/koboldcpp), a fully featured web UI, with GPU accel across all platforms and GPU architectures. Especially good for story telling.
38
+ * [GPT4All](https://gpt4all.io/index.html), a free and open source local running GUI, supporting Windows, Linux and macOS with full GPU accel.
39
+ * [LoLLMS Web UI](https://github.com/ParisNeo/lollms-webui), a great web UI with many interesting and unique features, including a full model library for easy model selection.
40
+ * [Faraday.dev](https://faraday.dev/), an attractive and easy to use character-based chat GUI for Windows and macOS (both Silicon and Intel), with GPU acceleration.
41
+ * [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.
42
+ * [ctransformers](https://github.com/marella/ctransformers), a Python library with GPU accel, LangChain support, and OpenAI-compatible AI server. Note, as of time of writing (November 27th 2023), ctransformers has not been updated in a long time and does not support many recent models.
43
+
44
+ ## Special thanks
45
+
46
+ 🙏 Special thanks to [Georgi Gerganov](https://github.com/ggerganov) and the whole team working on [llama.cpp](https://github.com/ggerganov/llama.cpp/) for making all of this possible.
solar-pro-preview-instruct-GGUF_imatrix.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88b2a3af3dfbbdda3d7c072ae057e20bdd34e144113c8587c76c8973c61e4710
3
+ size 12466706
solar-pro-preview-instruct.IQ1_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afb8275005f360d16c753eda1c0c02e3ff3355a21a2d56bccfcbcb246317779f
3
+ size 5231488832
solar-pro-preview-instruct.IQ1_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2275f843e8da710373be7701e4a30a8b25ca71552456baece7c77ec1bfc0ec4
3
+ size 4786663232
solar-pro-preview-instruct.IQ2_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a1cc26255598a6345f6933cc8d8ce7bd03fbc0f93811bfb0b7da02214d5a070
3
+ size 6618394432
solar-pro-preview-instruct.IQ3_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07a194368a4d0b0388cb2aa551702d22032e098dda4e724550657b61e8cec6d0
3
+ size 9125197632
solar-pro-preview-instruct.IQ4_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35f04e60455348a4db1e1d92d706f1ae6f55d6d180af009fa3a623d7358abe8c
3
+ size 11878032192
solar-pro-preview-instruct.Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fa8ab4a855dceea75859826dec47145a5e42d36e84d9c2b7ccf476723a7ea13
3
+ size 8213924672
solar-pro-preview-instruct.Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2132361861f0be4df5880d9a8c0fd7cbbf96a683defc183fc06b4afb00796760
3
+ size 11635226432
solar-pro-preview-instruct.Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8494748dd7fae53bc0623f2ad290306441341e9ec92b3b6dcccb9436f156f280
3
+ size 10686592832
solar-pro-preview-instruct.Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:725793711e2478b94224cf873dd2d6dee965b106bb06fab079d02fa20b3dc296
3
+ size 9580672832
solar-pro-preview-instruct.Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe72f189df4546ace3ba300723df5b046ad91c40a429ae6b021136b30686970e
3
+ size 13310219072
solar-pro-preview-instruct.Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6b9446cb4fe1aa7756093dab9d8140b4abb97c6baf1c5ac885db3aeb81c41c5
3
+ size 12594238272
solar-pro-preview-instruct.Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c67bffffd221c12f66b324bf873fb0a0bb1f4ef7344aef5313dd5719f2f3a0a
3
+ size 15663862592
solar-pro-preview-instruct.Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43415fb87f51916a113050e5ab2c7ebecce96842df1d06995b4f49326b9e9425
3
+ size 15246070592
solar-pro-preview-instruct.Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4bd515716e4557187bbd36de9c3a0eeba48c16d3409e9a63959681bdcc9c082
3
+ size 18164608832
solar-pro-preview-instruct.Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2db296e53e13f0675e046382a6dec155e433acf34fbec4b4ce6c017fdc14d66
3
+ size 23526487872
solar-pro-preview-instruct.fp16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bce5a4a09c08af4ae10e76a94b9e6f784d18987a8d2f805fb6b0a7d51bc25b49
3
+ size 44282148416