MaziyarPanahi commited on
Commit
81622ab
1 Parent(s): 6b00d9b

Upload folder using huggingface_hub (#1)

Browse files

- f54b41bbfbba9f3f3b34f7946dd054658dfbe7ee2b6ae6a02ce371541b582c08 (d47d2d1fd3a1ed42c9b431ab1fc6a4553ad9d606)
- e0a2be3a4c76a8f32719396288c43da0a6edee70535e6c1214e4db8211925e1a (580be0e09eec4201a03f2c1b76864a1aa4838ec8)
- c6a78efca09312b6995ebc7dbefe3d997418fbeb99be58bc5e7ecce6befd6571 (293ebe5a73aa3297e8801085b877177a3966bbc1)
- d156088229111757c268fdcdd9a8b1303f4dd0408ce53dc022a6eb07df93b4fd (54eb06fe5e56ead24a7b4b1a0a8c5543688e1531)
- 30836e335c12b62e86b574c560620bd66c800e8a19d5ff7b431612be8b4fad74 (2754ded21c22d9ea37914c9b0524c19256de4cf1)
- e056601304da83320b536aaadaed98cd72995a0db3a87619aff279775ff19e8c (d9755618733620a802f25d84dbb832c98e23ce31)
- b89b0e996a5f398c02c9d7c3c46063a2bc2341ca9e78bf23af6047d25af8fcec (cc5f80277224fae25b9b58a51b129a5da56d3158)
- 7f76255d442b8cd0af812474fa8338f69f8f01bb3f64e222aa28815c25b8228c (a61755348711ab30c7f675415fa348f7a21431c4)
- c4fab89e86477337c16c619aa5d5a4194460eed2d5cf919e36bcafdef237400d (a0db63060c9969d57f467f0364cb47f8a2dd8bd7)
- d8bd5a6363f3fe247a4bb1e13737e7b4a9eac53e220ad079fbb38f65df44d932 (2b6db8f129670ac0cb935b0238aaa1d448f8cfc2)
- 9d6d768dca4f6cca2ed5b0ca7f92503465eb41eaeeff851992a36d4cb6202c65 (bedbac1efee13747cd87a2122c993e5e152c5f0b)

.gitattributes CHANGED
@@ -33,3 +33,13 @@ 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
+ guillaumetell-7b.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ guillaumetell-7b.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ guillaumetell-7b.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ guillaumetell-7b.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ guillaumetell-7b.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
41
+ guillaumetell-7b.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
42
+ guillaumetell-7b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
43
+ guillaumetell-7b.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
44
+ guillaumetell-7b.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
45
+ guillaumetell-7b.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - conversational
16
+ - fr
17
+ - license:apache-2.0
18
+ - autotrain_compatible
19
+ - endpoints_compatible
20
+ - has_space
21
+ - text-generation-inference
22
+ - region:us
23
+ - text-generation
24
+ model_name: guillaumetell-7b-GGUF
25
+ base_model: AgentPublic/guillaumetell-7b
26
+ inference: false
27
+ model_creator: AgentPublic
28
+ pipeline_tag: text-generation
29
+ quantized_by: MaziyarPanahi
30
+ ---
31
+ # [MaziyarPanahi/guillaumetell-7b-GGUF](https://huggingface.co/MaziyarPanahi/guillaumetell-7b-GGUF)
32
+ - Model creator: [AgentPublic](https://huggingface.co/AgentPublic)
33
+ - Original model: [AgentPublic/guillaumetell-7b](https://huggingface.co/AgentPublic/guillaumetell-7b)
34
+
35
+ ## Description
36
+ [MaziyarPanahi/guillaumetell-7b-GGUF](https://huggingface.co/MaziyarPanahi/guillaumetell-7b-GGUF) contains GGUF format model files for [AgentPublic/guillaumetell-7b](https://huggingface.co/AgentPublic/guillaumetell-7b).
37
+
38
+ ### About GGUF
39
+
40
+ 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.
41
+
42
+ Here is an incomplete list of clients and libraries that are known to support GGUF:
43
+
44
+ * [llama.cpp](https://github.com/ggerganov/llama.cpp). The source project for GGUF. Offers a CLI and a server option.
45
+ * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
46
+ * [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.
47
+ * [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.
48
+ * [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.
49
+ * [GPT4All](https://gpt4all.io/index.html), a free and open source local running GUI, supporting Windows, Linux and macOS with full GPU accel.
50
+ * [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.
51
+ * [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.
52
+ * [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.
53
+ * [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.
54
+
55
+ ## Special thanks
56
+
57
+ 🙏 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.
guillaumetell-7b.Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee569d2bfeb23a5a0fe16800c3df61baaf05c0406658bb0eea7c4f0734ebb9b5
3
+ size 2719251744
guillaumetell-7b.Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59d094e888fe7d8db26d406b27a63815dbfa12e6c81517052c663d74dcee845d
3
+ size 3822035040
guillaumetell-7b.Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c22835e0859d141ec07689a3d7eb3801f22f101c3535b887a77c41675aaa28db
3
+ size 3518996576
guillaumetell-7b.Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c850edc7cbf1486f036cd4092867fa93c6b44f8b61611650a6a22d9bed5be909
3
+ size 3164577888
guillaumetell-7b.Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf08db5281619335f3ee87e229c8533b04262790063b061bb8f275c3e4de7061
3
+ size 4368450720
guillaumetell-7b.Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36702cea280fba6e5fdc3ae7193832fe4ddc3fded6a0b1abab3e2afd428d9d06
3
+ size 4140385440
guillaumetell-7b.Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77d7dedfcf80b056c1294ea9228aed39b5e2e49b5945f1bd6ba0025e798a413d
3
+ size 5131421856
guillaumetell-7b.Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41ad4e88f3006f5d640ba24a953704911fbc23b6ef45b825e32e746947365a54
3
+ size 4997728416
guillaumetell-7b.Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6568a9e3338429aedf5c7a725d852c71f3b11775e8aabc46d81b865f7a6dd1d
3
+ size 5942078688
guillaumetell-7b.Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f0948da272d7e09f7a45f3755164715b68ecd88fd270190e61046319ab9d4a3
3
+ size 7695875168