Upload folder using huggingface_hub (#1)
Browse files- 38988c8301120243b803abfd3f6a8888136d959e08dbab4f770cdeecf4e81b85 (71adde1af713cd0f4ed3a54abfd37586c3724588)
- 8352c91465e67d25d028437c100c68936e69cd3e1ffba906c9d6193d525e27cf (97e16f35f3d568c39bb33bfc26729fc7540cfa48)
- 885260e9edb7966c01b860c968850884616559919579115e998f29f396fd372b (d9f31c211a00360757111b9200fe899f6e5ac8dc)
- 8a71705469929783bcf09734452322430b8d71783687c1a0f3faf507fba74b10 (4253b94c858fe5b7d698c15d951dc883945d7393)
- 6316d20035b67df20fee7f427c670450a127d08027c44bce692ae5ab61dd07ee (0da6cf8b43a788e21ed3f5330e06e2c85254b512)
- 7dd78af76ac695c64412ee251244fb8444cb1c4e55c881d925719b79b0b3149b (2ea0d4877e3db8809702ea43923719097665a64e)
- 629d5005368866111248ff4751f1bbeb3dcf71717ed3a5ba11974ab1234c3c97 (599cebf1f9d495c2adc3844db5bc48b7005a0199)
- 04f07cfcef6c6b188983590de39aac44e2583bb74e04af38be49e3875ca0dace (639f701b882c9028273fea3fda2ad8c65773875b)
- 0d1c0f880abfb1b9ee408dc12098c795f185c1808e7aec75ae939e129743c77f (4d84bb29b572e403307572d62b97d90af8388529)
- a153cde9869193a088fa0f76b9465c4d88fc29f1c55bb2ee39ceb58739c65ff2 (bb280bd152d264a38a64e7ae0fdfe9e7fb6ff726)
- ca20942a196876f2dc677de8ef0a59bbcaed4b0ac92d874e489b4160c6b7edda (6688d3ba9a833855b33804154ece7c6181f0d415)
- 5cd9da484503a6ba3ea9adc60f74e44b8c6a8ad6da8b78b59ddaf14511603d4c (6ed42952c5bbc4c67d31a4e382a92eebb012cfbe)
- .gitattributes +12 -0
- Llama-3-Groq-8B-Tool-Use-GGUF_imatrix.dat +3 -0
- Llama-3-Groq-8B-Tool-Use.Q2_K.gguf +3 -0
- Llama-3-Groq-8B-Tool-Use.Q3_K_L.gguf +3 -0
- Llama-3-Groq-8B-Tool-Use.Q3_K_M.gguf +3 -0
- Llama-3-Groq-8B-Tool-Use.Q3_K_S.gguf +3 -0
- Llama-3-Groq-8B-Tool-Use.Q4_K_M.gguf +3 -0
- Llama-3-Groq-8B-Tool-Use.Q4_K_S.gguf +3 -0
- Llama-3-Groq-8B-Tool-Use.Q5_K_M.gguf +3 -0
- Llama-3-Groq-8B-Tool-Use.Q5_K_S.gguf +3 -0
- Llama-3-Groq-8B-Tool-Use.Q6_K.gguf +3 -0
- Llama-3-Groq-8B-Tool-Use.Q8_0.gguf +3 -0
- Llama-3-Groq-8B-Tool-Use.fp16.gguf +3 -0
- README.md +46 -3
@@ -33,3 +33,15 @@ 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 |
+
Llama-3-Groq-8B-Tool-Use.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
Llama-3-Groq-8B-Tool-Use.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
Llama-3-Groq-8B-Tool-Use.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
Llama-3-Groq-8B-Tool-Use.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
Llama-3-Groq-8B-Tool-Use.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
Llama-3-Groq-8B-Tool-Use.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
Llama-3-Groq-8B-Tool-Use.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
Llama-3-Groq-8B-Tool-Use.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
Llama-3-Groq-8B-Tool-Use.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
Llama-3-Groq-8B-Tool-Use.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
Llama-3-Groq-8B-Tool-Use.fp16.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
Llama-3-Groq-8B-Tool-Use-GGUF_imatrix.dat filter=lfs diff=lfs merge=lfs -text
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fad0e84523ea0782113fcd67413658bd37309453f95b150e85d37894dc4db593
|
3 |
+
size 4988146
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0de6fc8f789d88869608398492cf41cffbab08b5d109a07c3d2307add9e4d06f
|
3 |
+
size 3179159872
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa47a62a28a09b453b0e14536b72f786c9c70da740735c0ded8ffceeaf0bf317
|
3 |
+
size 4321987328
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c32c4db0d0dd7174efbd6c8c5707a90f8aaa23208816f5b8e0e0dddf45da024
|
3 |
+
size 4018948864
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98e8e1e5d957ceac03b62b730a487f69650877542d0c7ddc3ae43baae08c77d4
|
3 |
+
size 3664530176
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:299bbd198ce3dda26ec9adc59145f19d558f33e66464126b30239dd46b698580
|
3 |
+
size 4920768448
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65e7a8096583067ed40fca5d5dda5787361346a106b0275c0de516cc469b766c
|
3 |
+
size 4692703168
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:119f1946b020aaeb8669bb380989bb25e271e65ee8cf2e1fcfc1e4e01fd2f43d
|
3 |
+
size 5733024704
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60df095f6e73331b5ac8bf4f9ea8aae909270c4e69b06200f1caa8f45cbe3cea
|
3 |
+
size 5599331264
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:062c1aa41ca797202e224cd53f2409224fa78c8e05d2ba273fc89854acf65299
|
3 |
+
size 6596046976
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8baa8b1da7fab7d42c7fa3c6c95ef47208573da54b1786c393e45602bf447ee1
|
3 |
+
size 8540823296
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94e18ea943f2e2d53e64cc656af0c7d88ad6b11602b9ffdefa6be05c2ddbce05
|
3 |
+
size 16068989440
|
@@ -1,3 +1,46 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: Llama-3-Groq-8B-Tool-Use-GGUF
|
14 |
+
base_model: Groq/Llama-3-Groq-8B-Tool-Use
|
15 |
+
inference: false
|
16 |
+
model_creator: Groq
|
17 |
+
pipeline_tag: text-generation
|
18 |
+
quantized_by: MaziyarPanahi
|
19 |
+
---
|
20 |
+
# [MaziyarPanahi/Llama-3-Groq-8B-Tool-Use-GGUF](https://huggingface.co/MaziyarPanahi/Llama-3-Groq-8B-Tool-Use-GGUF)
|
21 |
+
- Model creator: [Groq](https://huggingface.co/Groq)
|
22 |
+
- Original model: [Groq/Llama-3-Groq-8B-Tool-Use](https://huggingface.co/Groq/Llama-3-Groq-8B-Tool-Use)
|
23 |
+
|
24 |
+
## Description
|
25 |
+
[MaziyarPanahi/Llama-3-Groq-8B-Tool-Use-GGUF](https://huggingface.co/MaziyarPanahi/Llama-3-Groq-8B-Tool-Use-GGUF) contains GGUF format model files for [Groq/Llama-3-Groq-8B-Tool-Use](https://huggingface.co/Groq/Llama-3-Groq-8B-Tool-Use).
|
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.
|