Text Generation
Transformers
English
llm-rs
ggml
Inference Endpoints
LLukas22 commited on
Commit
4384ac7
1 Parent(s): a4e1dd1

Generated README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -23,6 +23,7 @@ An Apache-2 licensed chatbot trained over a massive curated corpus of assistant
23
  | [gpt4all-j-f16.bin](https://huggingface.co/rustformers/gpt4all-j-ggml/blob/main/gpt4all-j-f16.bin) | [nomic-ai/gpt4all-j](https://huggingface.co/nomic-ai/gpt4all-j) | F16 | GGML | V3 |
24
  | [gpt4all-j-q4_0.bin](https://huggingface.co/rustformers/gpt4all-j-ggml/blob/main/gpt4all-j-q4_0.bin) | [nomic-ai/gpt4all-j](https://huggingface.co/nomic-ai/gpt4all-j) | Q4_0 | GGML | V3 |
25
  | [gpt4all-j-q4_0-ggjt.bin](https://huggingface.co/rustformers/gpt4all-j-ggml/blob/main/gpt4all-j-q4_0-ggjt.bin) | [nomic-ai/gpt4all-j](https://huggingface.co/nomic-ai/gpt4all-j) | Q4_0 | GGJT | V3 |
 
26
  | [gpt4all-j-q5_1-ggjt.bin](https://huggingface.co/rustformers/gpt4all-j-ggml/blob/main/gpt4all-j-q5_1-ggjt.bin) | [nomic-ai/gpt4all-j](https://huggingface.co/nomic-ai/gpt4all-j) | Q5_1 | GGJT | V3 |
27
 
28
  ## Usage
 
23
  | [gpt4all-j-f16.bin](https://huggingface.co/rustformers/gpt4all-j-ggml/blob/main/gpt4all-j-f16.bin) | [nomic-ai/gpt4all-j](https://huggingface.co/nomic-ai/gpt4all-j) | F16 | GGML | V3 |
24
  | [gpt4all-j-q4_0.bin](https://huggingface.co/rustformers/gpt4all-j-ggml/blob/main/gpt4all-j-q4_0.bin) | [nomic-ai/gpt4all-j](https://huggingface.co/nomic-ai/gpt4all-j) | Q4_0 | GGML | V3 |
25
  | [gpt4all-j-q4_0-ggjt.bin](https://huggingface.co/rustformers/gpt4all-j-ggml/blob/main/gpt4all-j-q4_0-ggjt.bin) | [nomic-ai/gpt4all-j](https://huggingface.co/nomic-ai/gpt4all-j) | Q4_0 | GGJT | V3 |
26
+ | [gpt4all-j-q5_1.bin](https://huggingface.co/rustformers/gpt4all-j-ggml/blob/main/gpt4all-j-q5_1.bin) | [nomic-ai/gpt4all-j](https://huggingface.co/nomic-ai/gpt4all-j) | Q5_1 | GGML | V3 |
27
  | [gpt4all-j-q5_1-ggjt.bin](https://huggingface.co/rustformers/gpt4all-j-ggml/blob/main/gpt4all-j-q5_1-ggjt.bin) | [nomic-ai/gpt4all-j](https://huggingface.co/nomic-ai/gpt4all-j) | Q5_1 | GGJT | V3 |
28
 
29
  ## Usage