MaziyarPanahi commited on
Commit
2557934
1 Parent(s): 4b619bf

Upload folder using huggingface_hub (#1)

Browse files

- df5d35243bceb148f2391086dd115b96e39ce047f2b6e9bac6074ba55ce985bb (afe4be9e696d16b75c464620eaa00ec7c256b196)
- e56f04f2dc8b74afdcec9e9c3e5846ae0a94c1661a7461f003be33b29298d127 (d195437cf7c85eaaf60a81cd4ec125d7b5ffb581)
- 8b498edb477b39d585e6a2d6e865e4e6d17099edbce0193238faa60c73bfa7e8 (946d7515f32051c7c8f8d7ad6a9bd2943af7d948)
- d72b13f4c372e7ed36dfcd59dfd677b326c5e69c3ca8b621f09f13a3ce362607 (10fe473069804c3e3a2f1e06ada3a503b82ea5fc)
- a15d6a4559abee05abe0c742164f254177ca1e50b364472323e9652c799a97c5 (7ab2bf1f16e6240d8f472097193d76515f48c015)
- 80c3fa03092c3847991ab95fd81fe3fd1fed3c83406fa6b1685976e9d4da87d4 (8ef57f32a1c1b5497ff79ba92bb6b579200ccbe2)

.gitattributes CHANGED
@@ -33,3 +33,9 @@ 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
+ openthaigpt1.5-7b-instruct.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
37
+ openthaigpt1.5-7b-instruct.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
38
+ openthaigpt1.5-7b-instruct.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
39
+ openthaigpt1.5-7b-instruct.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
40
+ openthaigpt1.5-7b-instruct.fp16.gguf filter=lfs diff=lfs merge=lfs -text
41
+ openthaigpt1.5-7b-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: openthaigpt1.5-7b-instruct-GGUF
14
+ base_model: openthaigpt/openthaigpt1.5-7b-instruct
15
+ inference: false
16
+ model_creator: openthaigpt
17
+ pipeline_tag: text-generation
18
+ quantized_by: MaziyarPanahi
19
+ ---
20
+ # [MaziyarPanahi/openthaigpt1.5-7b-instruct-GGUF](https://huggingface.co/MaziyarPanahi/openthaigpt1.5-7b-instruct-GGUF)
21
+ - Model creator: [openthaigpt](https://huggingface.co/openthaigpt)
22
+ - Original model: [openthaigpt/openthaigpt1.5-7b-instruct](https://huggingface.co/openthaigpt/openthaigpt1.5-7b-instruct)
23
+
24
+ ## Description
25
+ [MaziyarPanahi/openthaigpt1.5-7b-instruct-GGUF](https://huggingface.co/MaziyarPanahi/openthaigpt1.5-7b-instruct-GGUF) contains GGUF format model files for [openthaigpt/openthaigpt1.5-7b-instruct](https://huggingface.co/openthaigpt/openthaigpt1.5-7b-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.
openthaigpt1.5-7b-instruct-GGUF_imatrix.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed302f9ca4a9014054c06f33f8ee3ea920c38eceb538ee251a605df421f9a875
3
+ size 4536654
openthaigpt1.5-7b-instruct.Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b39b3d01d62f08e53fcf29cdd90b04b185f8f6032744759f85a5b8cfadcfce01
3
+ size 5444831616
openthaigpt1.5-7b-instruct.Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be7ebee31edc837598a99a32cd65314912d53fe318b9ce9d70eda50d4b79d5f3
3
+ size 5315176832
openthaigpt1.5-7b-instruct.Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37d52a39e5a32e06fc8db2d924b4443c283f3b77e369c1a00313ea73a7f82cc2
3
+ size 6254199168
openthaigpt1.5-7b-instruct.Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:623c56c8c7cb543f9d94f40e316d71ef37ef956aee15ef45a5c593bf621a1723
3
+ size 8098525568
openthaigpt1.5-7b-instruct.fp16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcaa9008e5864aa968ea799037cf29ec6d2b03a504163b1bdde1d64893b40f2f
3
+ size 15237853344