Upload folder using huggingface_hub

#1
.gitattributes CHANGED
@@ -33,3 +33,14 @@ 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
+ Yamshadowexperiment28M7-7B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Yamshadowexperiment28M7-7B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Yamshadowexperiment28M7-7B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Yamshadowexperiment28M7-7B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Yamshadowexperiment28M7-7B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Yamshadowexperiment28M7-7B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Yamshadowexperiment28M7-7B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Yamshadowexperiment28M7-7B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Yamshadowexperiment28M7-7B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Yamshadowexperiment28M7-7B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Yamshadowexperiment28M7-7B.fp16.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - transformers
12
+ - safetensors
13
+ - mistral
14
+ - text-generation
15
+ - merge
16
+ - mergekit
17
+ - lazymergekit
18
+ - automerger
19
+ - base_model:liminerity/M7-7b
20
+ - license:apache-2.0
21
+ - autotrain_compatible
22
+ - endpoints_compatible
23
+ - text-generation-inference
24
+ - region:us
25
+ - text-generation
26
+ model_name: Yamshadowexperiment28M7-7B-GGUF
27
+ base_model: automerger/Yamshadowexperiment28M7-7B
28
+ inference: false
29
+ model_creator: automerger
30
+ pipeline_tag: text-generation
31
+ quantized_by: MaziyarPanahi
32
+ ---
33
+ # [MaziyarPanahi/Yamshadowexperiment28M7-7B-GGUF](https://huggingface.co/MaziyarPanahi/Yamshadowexperiment28M7-7B-GGUF)
34
+ - Model creator: [automerger](https://huggingface.co/automerger)
35
+ - Original model: [automerger/Yamshadowexperiment28M7-7B](https://huggingface.co/automerger/Yamshadowexperiment28M7-7B)
36
+
37
+ ## Description
38
+ [MaziyarPanahi/Yamshadowexperiment28M7-7B-GGUF](https://huggingface.co/MaziyarPanahi/Yamshadowexperiment28M7-7B-GGUF) contains GGUF format model files for [automerger/Yamshadowexperiment28M7-7B](https://huggingface.co/automerger/Yamshadowexperiment28M7-7B).
39
+
40
+ ### About GGUF
41
+
42
+ 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.
43
+
44
+ Here is an incomplete list of clients and libraries that are known to support GGUF:
45
+
46
+ * [llama.cpp](https://github.com/ggerganov/llama.cpp). The source project for GGUF. Offers a CLI and a server option.
47
+ * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
48
+ * [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.
49
+ * [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.
50
+ * [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.
51
+ * [GPT4All](https://gpt4all.io/index.html), a free and open source local running GUI, supporting Windows, Linux and macOS with full GPU accel.
52
+ * [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.
53
+ * [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.
54
+ * [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.
55
+ * [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.
56
+
57
+ ## Special thanks
58
+
59
+ 🙏 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.
Yamshadowexperiment28M7-7B.Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae7cc52edfd64a5f93951a92258f1101d0254f005176aebe3bf2b3ea29a5a59c
3
+ size 2719242080
Yamshadowexperiment28M7-7B.Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8e9fbf1f53a5bf1ef40c57dcf317dfada0fd2aae581b8dab61a29d1b467ec5c
3
+ size 3822024544
Yamshadowexperiment28M7-7B.Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e761d21bc08a9afc5b13f0eb17c3ef819230490e9b66992fa7903505baa984cb
3
+ size 3518986080
Yamshadowexperiment28M7-7B.Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a60427c0cf3b1c04a6acf17ff2b223bdae8b152327ba63e875104daf370b5b88
3
+ size 3164567392
Yamshadowexperiment28M7-7B.Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22ab75c0a5d9810f77f6d4f3e91faec268d623eb34aacabd5e334ab7ca5f644e
3
+ size 4368439136
Yamshadowexperiment28M7-7B.Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd043bb83ec701b5ab636c6a530793fcc9ffc56c0537aa7f3f76995e9eea9afa
3
+ size 4140373856
Yamshadowexperiment28M7-7B.Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8adf8f19e18e0ffd33bfd4de8d4ccf373725e295294a22a4ba1b014f9622da4
3
+ size 5131409248
Yamshadowexperiment28M7-7B.Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ade08812011f7f3f31f77c30fe5d682351791e45094a2fdc27173d91d2b9861e
3
+ size 4997715808
Yamshadowexperiment28M7-7B.Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbdebd929ad3256b728b34a7dba05cbf131b0ea60e7f78a0d6a134194c9e03a8
3
+ size 5942064992
Yamshadowexperiment28M7-7B.Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43f28547c16a9c489f65bcb04d2a7facc986beece27f21fda67b15ba5522d790
3
+ size 7695857504
Yamshadowexperiment28M7-7B.fp16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aac0db4743231fda91a3a27d7830a276463204275532052a442cc31dd921bb57
3
+ size 14484731744