MaziyarPanahi commited on
Commit
7b01a92
·
verified ·
1 Parent(s): 80cbf72

Upload folder using huggingface_hub (#1)

Browse files

- ae1ae9ab3b2f115ba321c1e6858be056bdc8757ff1e3f1bfb87e01a0532354ca (66536b4add7acd3b7fe07eb088951243792c5715)
- d816070bc3b9448dca8b381c0217efb800c3679cd9944bb2b54b454652774b0b (614f5ca51c253e218e30a0197c5cd7336084473e)
- b811108c6d06e8fbb0e60df03b4d8a40983459035d05ce0a6a8a838ac8688636 (f705f5b34d0986d059901008d45a0c37b021406b)
- d21965b0bf465a2a32a86a006e741295ba61ee0bf0a73c1a4e3a1c82244acdb3 (9f21d3af3aa5e84fde3007574efe41469053dfc2)
- 0e5095aaa51e0e2996ea052bcbac096a2eae45966decf27e5d19d0a82b7a705b (c01a185563c8624fbf3e3d9021779c3324585a68)
- b87e6e5cb14e93741219fb79255e5fd32be98dc30861b222cd67311c6e8446d1 (0707714644b73515e66cfcb04398ebb44491c5b0)

.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
+ fan-o1-7b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
37
+ fan-o1-7b.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
38
+ fan-o1-7b.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
39
+ fan-o1-7b.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
40
+ fan-o1-7b.fp16.gguf filter=lfs diff=lfs merge=lfs -text
41
+ fan-o1-7b-GGUF_imatrix.dat filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: marcuscedricridia/fan-o1-7b
3
+ inference: false
4
+ model_creator: marcuscedricridia
5
+ model_name: fan-o1-7b-GGUF
6
+ pipeline_tag: text-generation
7
+ quantized_by: MaziyarPanahi
8
+ tags:
9
+ - quantized
10
+ - 2-bit
11
+ - 3-bit
12
+ - 4-bit
13
+ - 5-bit
14
+ - 6-bit
15
+ - 8-bit
16
+ - GGUF
17
+ - text-generation
18
+ ---
19
+ # [MaziyarPanahi/fan-o1-7b-GGUF](https://huggingface.co/MaziyarPanahi/fan-o1-7b-GGUF)
20
+ - Model creator: [marcuscedricridia](https://huggingface.co/marcuscedricridia)
21
+ - Original model: [marcuscedricridia/fan-o1-7b](https://huggingface.co/marcuscedricridia/fan-o1-7b)
22
+
23
+ ## Description
24
+ [MaziyarPanahi/fan-o1-7b-GGUF](https://huggingface.co/MaziyarPanahi/fan-o1-7b-GGUF) contains GGUF format model files for [marcuscedricridia/fan-o1-7b](https://huggingface.co/marcuscedricridia/fan-o1-7b).
25
+
26
+ ### About GGUF
27
+
28
+ 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.
29
+
30
+ Here is an incomplete list of clients and libraries that are known to support GGUF:
31
+
32
+ * [llama.cpp](https://github.com/ggerganov/llama.cpp). The source project for GGUF. Offers a CLI and a server option.
33
+ * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
34
+ * [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.
35
+ * [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.
36
+ * [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.
37
+ * [GPT4All](https://gpt4all.io/index.html), a free and open source local running GUI, supporting Windows, Linux and macOS with full GPU accel.
38
+ * [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.
39
+ * [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.
40
+ * [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.
41
+ * [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.
42
+
43
+ ## Special thanks
44
+
45
+ 🙏 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.
fan-o1-7b-GGUF_imatrix.dat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1e6812725f697f1bf4dab45a6291930743e46c691953ab2277cb4eed879066a
3
+ size 4536654
fan-o1-7b.Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c80a7498fa1a2cd22c3cc20fbc63bafd233aa95484b35fcac59ad44400cb00e8
3
+ size 5442667904
fan-o1-7b.Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff2fc6df7972357e4de8b4dc2b79f0f098e935baadb5e2514657e5e376ac2000
3
+ size 5313013120
fan-o1-7b.Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d62ea49de84b9979309feb902ddb7e724fe90103157e4dcbdb322b7ffc7e857b
3
+ size 6251845536
fan-o1-7b.Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a0aee95c9e02da4686495ec0b9e4f6e3540af9994f935fc2ec1e6f547005f20
3
+ size 8095479264
fan-o1-7b.fp16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76d5572e6d8c82de22484a01a2706e596efc9548aab228801b3c0c5294bf4963
3
+ size 15232125760