MaziyarPanahi commited on
Commit
34578f8
1 Parent(s): 06926c3

Upload folder using huggingface_hub (#1)

Browse files

- 3ebdb6af23b49f6ad5f070f8de30d0859c5fc0ed3d7fb3c691f8a278f1c310bb (484048310ba0a72f19c79a2d2c3a5bcac79dd1be)
- c8aa086ad13d9879d857b0236d3d8d5bea7e3bda656c1af8adb892bf0ead0d44 (712e8663aa262b477d78d63c11c2508e20fd4983)
- 01022f08b9b9e62d6368b39a0eb99100a46cf62bdd889cfe24ea79ecc1e657af (ef1654a1a27fb65c1e2dad1b6118f411fb98b99e)
- 7b1ddc9f702410c00ca316512eac70d37803570db81bb707615211d508975b2e (932234061727d7bb7cbcfd91d39e16e3151ea301)
- 449ced269d2bc2e21471200d591fe0c0cdc74d849bc08870aca77da4328a7f78 (384c728a4519ec68f255e165a4927257392efc4b)
- 819b81c9cd33bcf10588758ae87892d3c0f1961d24c20eb881151999dba766f2 (120ba83d87f3dce4902a52a983ce36008aee035f)

.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
+ Rombos-LLM-V2.5-Qwen-7b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Rombos-LLM-V2.5-Qwen-7b.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Rombos-LLM-V2.5-Qwen-7b.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Rombos-LLM-V2.5-Qwen-7b.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Rombos-LLM-V2.5-Qwen-7b.fp16.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Rombos-LLM-V2.5-Qwen-7b-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: Rombos-LLM-V2.5-Qwen-7b-GGUF
14
+ base_model: rombodawg/Rombos-LLM-V2.5-Qwen-7b
15
+ inference: false
16
+ model_creator: rombodawg
17
+ pipeline_tag: text-generation
18
+ quantized_by: MaziyarPanahi
19
+ ---
20
+ # [MaziyarPanahi/Rombos-LLM-V2.5-Qwen-7b-GGUF](https://huggingface.co/MaziyarPanahi/Rombos-LLM-V2.5-Qwen-7b-GGUF)
21
+ - Model creator: [rombodawg](https://huggingface.co/rombodawg)
22
+ - Original model: [rombodawg/Rombos-LLM-V2.5-Qwen-7b](https://huggingface.co/rombodawg/Rombos-LLM-V2.5-Qwen-7b)
23
+
24
+ ## Description
25
+ [MaziyarPanahi/Rombos-LLM-V2.5-Qwen-7b-GGUF](https://huggingface.co/MaziyarPanahi/Rombos-LLM-V2.5-Qwen-7b-GGUF) contains GGUF format model files for [rombodawg/Rombos-LLM-V2.5-Qwen-7b](https://huggingface.co/rombodawg/Rombos-LLM-V2.5-Qwen-7b).
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.
Rombos-LLM-V2.5-Qwen-7b-GGUF_imatrix.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d3ba85ef1da64e2e91029b26edc8e40aac1272595fc427604f833cbd0f70330
3
+ size 4536654
Rombos-LLM-V2.5-Qwen-7b.Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f72e9d8f65c79260f88a485a780eaaace429e15a930b1ac62e570d621d3615e7
3
+ size 5444831648
Rombos-LLM-V2.5-Qwen-7b.Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91bc677f56d83bb2f3be36c9b8b889e06052076925d6627efa98f9f7f6036f75
3
+ size 5315176864
Rombos-LLM-V2.5-Qwen-7b.Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5815d0ee726116cab3da7951f02cdd8a1aeeefc83517eaca44918c0f13d42a19
3
+ size 6254199200
Rombos-LLM-V2.5-Qwen-7b.Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e72a26c821474c3d1c6d2664918bd2d44cb2440aa663d821f0162dad5c347e7
3
+ size 8098525600
Rombos-LLM-V2.5-Qwen-7b.fp16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14984c7e88a672bcb7c1b676ccec131078bac10a40d13776b1d3efdfa399273b
3
+ size 15237853376