_id
stringlengths
24
24
id
stringlengths
7
118
author
stringlengths
2
33
gated
stringclasses
3 values
inference
stringclasses
9 values
lastModified
stringlengths
24
24
likes
int64
0
3.07k
trendingScore
float64
0
70
private
bool
1 class
sha
stringlengths
40
40
downloads
int64
0
10.6M
tags
sequencelengths
2
433
pipeline_tag
stringclasses
18 values
createdAt
stringlengths
24
24
modelId
stringlengths
7
118
siblings
listlengths
2
1.78k
library_name
stringclasses
31 values
config
stringclasses
838 values
65c94e4f7faf326d06b466f5
tolgadev/Trendyol-LLM-7b-base-v0.1-GGUF
tolgadev
False
explicit-opt-out
2024-02-13T18:44:12.000Z
4
1
false
04d3049313ea7f935d0c31adade6d5cc07e434c2
265
[ "transformers", "gguf", "llama", "text-generation", "trendyol", "llama-2", "turkish", "tr", "en", "base_model:Trendyol/Trendyol-LLM-7b-base-v0.1", "base_model:quantized:Trendyol/Trendyol-LLM-7b-base-v0.1", "license:apache-2.0", "autotrain_compatible", "region:us" ]
text-generation
2024-02-11T22:46:39.000Z
tolgadev/Trendyol-LLM-7b-base-v0.1-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "config.json" }, { "rfilename": "drive/MyDrive/trendyol-llm-7b-base-v0.1.fp16.bin" }, { "rfilename": "trendyol-llm-7b-base-v0.1.Q2_K.gguf" }, { "rfilename": "trendyol-llm-7b-base-v0.1.Q3_K_L.gguf" }, { "rfilename": "trendyol-llm-7b-base-v0.1.Q3_K_M.gguf" }, { "rfilename": "trendyol-llm-7b-base-v0.1.Q3_K_S.gguf" }, { "rfilename": "trendyol-llm-7b-base-v0.1.Q4_0.gguf" }, { "rfilename": "trendyol-llm-7b-base-v0.1.Q4_K_M.gguf" }, { "rfilename": "trendyol-llm-7b-base-v0.1.Q4_K_S.gguf" }, { "rfilename": "trendyol-llm-7b-base-v0.1.Q5_0.gguf" }, { "rfilename": "trendyol-llm-7b-base-v0.1.Q5_K_M.gguf" }, { "rfilename": "trendyol-llm-7b-base-v0.1.Q5_K_S.gguf" }, { "rfilename": "trendyol-llm-7b-base-v0.1.Q6_K.gguf" }, { "rfilename": "trendyol-llm-7b-base-v0.1.Q8_0.gguf" }, { "rfilename": "trendyol-llm-7b-base-v0.1.fp16.bin" } ]
transformers
{"architectures": ["LlamaForCausalLM"], "model_type": "llama"}
65cac0d27faf059c56a5821f
google/gemma-7b-it
google
manual
cold
2024-08-14T08:36:20.000Z
1,138
1
false
9c5798d27f588501ce1e108079d2a19e4c3a2353
722,469
[ "transformers", "safetensors", "gguf", "gemma", "text-generation", "conversational", "arxiv:2312.11805", "arxiv:2009.03300", "arxiv:1905.07830", "arxiv:1911.11641", "arxiv:1904.09728", "arxiv:1905.10044", "arxiv:1907.10641", "arxiv:1811.00937", "arxiv:1809.02789", "arxiv:1911.01547", "arxiv:1705.03551", "arxiv:2107.03374", "arxiv:2108.07732", "arxiv:2110.14168", "arxiv:2304.06364", "arxiv:2206.04615", "arxiv:1804.06876", "arxiv:2110.08193", "arxiv:2009.11462", "arxiv:2101.11718", "arxiv:1804.09301", "arxiv:2109.07958", "arxiv:2203.09509", "base_model:google/gemma-7b", "base_model:finetune:google/gemma-7b", "license:gemma", "autotrain_compatible", "text-generation-inference", "endpoints_compatible", "region:us" ]
text-generation
2024-02-13T01:07:30.000Z
google/gemma-7b-it
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "config.json" }, { "rfilename": "gemma-7b-it.gguf" }, { "rfilename": "generation_config.json" }, { "rfilename": "model-00001-of-00004.safetensors" }, { "rfilename": "model-00002-of-00004.safetensors" }, { "rfilename": "model-00003-of-00004.safetensors" }, { "rfilename": "model-00004-of-00004.safetensors" }, { "rfilename": "model.safetensors.index.json" }, { "rfilename": "special_tokens_map.json" }, { "rfilename": "tokenizer.json" }, { "rfilename": "tokenizer.model" }, { "rfilename": "tokenizer_config.json" } ]
transformers
{"architectures": ["GemmaForCausalLM"], "model_type": "gemma", "tokenizer_config": {"bos_token": "<bos>", "chat_template": "{{ bos_token }}{% if messages[0]['role'] == 'system' %}{{ raise_exception('System role not supported') }}{% endif %}{% for message in messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if (message['role'] == 'assistant') %}{% set role = 'model' %}{% else %}{% set role = message['role'] %}{% endif %}{{ '<start_of_turn>' + role + '\n' + message['content'] | trim + '<end_of_turn>\n' }}{% endfor %}{% if add_generation_prompt %}{{'<start_of_turn>model\n'}}{% endif %}", "eos_token": "<eos>", "pad_token": "<pad>", "unk_token": "<unk>", "use_default_system_prompt": false}}
65cd36bd56671dee8ede867c
nomic-ai/nomic-embed-text-v1.5-GGUF
nomic-ai
False
explicit-opt-out
2024-08-01T21:49:40.000Z
55
1
false
393a6bc2204f0ab8afc53cc877ae52c15a8553f8
8,063
[ "gguf", "feature-extraction", "sentence-similarity", "en", "base_model:nomic-ai/nomic-embed-text-v1.5", "base_model:quantized:nomic-ai/nomic-embed-text-v1.5", "license:apache-2.0", "region:us" ]
sentence-similarity
2024-02-14T21:55:09.000Z
nomic-ai/nomic-embed-text-v1.5-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "nomic-embed-text-v1.5.Q2_K.gguf" }, { "rfilename": "nomic-embed-text-v1.5.Q3_K_L.gguf" }, { "rfilename": "nomic-embed-text-v1.5.Q3_K_M.gguf" }, { "rfilename": "nomic-embed-text-v1.5.Q3_K_S.gguf" }, { "rfilename": "nomic-embed-text-v1.5.Q4_0.gguf" }, { "rfilename": "nomic-embed-text-v1.5.Q4_K_M.gguf" }, { "rfilename": "nomic-embed-text-v1.5.Q4_K_S.gguf" }, { "rfilename": "nomic-embed-text-v1.5.Q5_0.gguf" }, { "rfilename": "nomic-embed-text-v1.5.Q5_K_M.gguf" }, { "rfilename": "nomic-embed-text-v1.5.Q5_K_S.gguf" }, { "rfilename": "nomic-embed-text-v1.5.Q6_K.gguf" }, { "rfilename": "nomic-embed-text-v1.5.Q8_0.gguf" }, { "rfilename": "nomic-embed-text-v1.5.f16.gguf" }, { "rfilename": "nomic-embed-text-v1.5.f32.gguf" } ]
null
null
65cfdfc2e093aa3b9e73c293
calcuis/law_mini
calcuis
False
library-not-detected
2024-02-16T22:43:15.000Z
1
1
false
49265719b9ffe84ee63e31fba6991cd2c10818d2
4
[ "gguf", "endpoints_compatible", "region:us" ]
null
2024-02-16T22:20:50.000Z
calcuis/law_mini
[ { "rfilename": ".gitattributes" }, { "rfilename": "law.gguf" } ]
null
null
65d0a216bda9379ede721cf6
sayhan/OpenHermes-2.5-Strix-Philosophy-Mistral-7B-LoRA
sayhan
False
not-popular-enough
2024-02-18T15:53:23.000Z
5
1
false
d82f3d8e4b40cadb2e2d733771a132f4cdb3327d
4,977
[ "transformers", "safetensors", "gguf", "mistral", "text-generation", "trl", "text-generation-inference", "unsloth", "conversational", "en", "dataset:sayhan/strix-philosophy-qa", "base_model:teknium/OpenHermes-2.5-Mistral-7B", "base_model:quantized:teknium/OpenHermes-2.5-Mistral-7B", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
text-generation
2024-02-17T12:09:58.000Z
sayhan/OpenHermes-2.5-Strix-Philosophy-Mistral-7B-LoRA
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "adapter_config.json" }, { "rfilename": "adapter_model.safetensors" }, { "rfilename": "added_tokens.json" }, { "rfilename": "config.json" }, { "rfilename": "generation_config.json" }, { "rfilename": "model-00001-of-00003.safetensors" }, { "rfilename": "model-00002-of-00003.safetensors" }, { "rfilename": "model-00003-of-00003.safetensors" }, { "rfilename": "model.safetensors.index.json" }, { "rfilename": "openhermes-2.5-strix-philosophy-mistral-7b Q3_K_L.gguf" }, { "rfilename": "openhermes-2.5-strix-philosophy-mistral-7b.F16.gguf" }, { "rfilename": "openhermes-2.5-strix-philosophy-mistral-7b.Q2_K.gguf" }, { "rfilename": "openhermes-2.5-strix-philosophy-mistral-7b.Q3_K_M.gguf" }, { "rfilename": "openhermes-2.5-strix-philosophy-mistral-7b.Q3_K_S.gguf" }, { "rfilename": "openhermes-2.5-strix-philosophy-mistral-7b.Q4_0.gguf" }, { "rfilename": "openhermes-2.5-strix-philosophy-mistral-7b.Q4_K_M.gguf" }, { "rfilename": "openhermes-2.5-strix-philosophy-mistral-7b.Q4_K_S.gguf" }, { "rfilename": "openhermes-2.5-strix-philosophy-mistral-7b.Q5_0.gguf" }, { "rfilename": "openhermes-2.5-strix-philosophy-mistral-7b.Q5_K_M.gguf" }, { "rfilename": "openhermes-2.5-strix-philosophy-mistral-7b.Q5_K_S.gguf" }, { "rfilename": "openhermes-2.5-strix-philosophy-mistral-7b.Q6_K.gguf" }, { "rfilename": "openhermes-2.5-strix-philosophy-mistral-7b.Q8_0.gguf" }, { "rfilename": "openhermes-2.5-strix-philosophy-mistral-7b.fp16.bin" }, { "rfilename": "special_tokens_map.json" }, { "rfilename": "tokenizer.json" }, { "rfilename": "tokenizer.model" }, { "rfilename": "tokenizer_config.json" } ]
transformers
{"architectures": ["MistralForCausalLM"], "model_type": "mistral", "tokenizer_config": {"bos_token": "<s>", "chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}", "eos_token": "<|im_end|>", "pad_token": "<unk>", "unk_token": "<unk>", "use_default_system_prompt": true}}
65d0e214f8ab7fc66921cf69
cjpais/llava-v1.6-vicuna-7b-gguf
cjpais
False
library-not-detected
2024-03-07T00:39:24.000Z
5
1
false
dcadd562724ba74fe4e399324e518a1db88e253d
866
[ "gguf", "llava", "image-text-to-text", "license:apache-2.0", "endpoints_compatible", "region:us" ]
image-text-to-text
2024-02-17T16:43:00.000Z
cjpais/llava-v1.6-vicuna-7b-gguf
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "llava-v1.6-vicuna-7b.Q3_K_M.gguf" }, { "rfilename": "llava-v1.6-vicuna-7b.Q3_K_XS.gguf" }, { "rfilename": "llava-v1.6-vicuna-7b.Q4_K_M.gguf" }, { "rfilename": "llava-v1.6-vicuna-7b.Q5_K_M.gguf" }, { "rfilename": "llava-v1.6-vicuna-7b.Q5_K_S.gguf" }, { "rfilename": "llava-v1.6-vicuna-7b.Q6_K.gguf" }, { "rfilename": "llava-v1.6-vicuna-7b.Q8_0.gguf" }, { "rfilename": "mmproj-model-f16.gguf" } ]
null
null
65d0e4a384073458a21ac7c5
cjpais/llava-v1.6-vicuna-13b-gguf
cjpais
False
library-not-detected
2024-03-07T00:37:27.000Z
9
1
false
36d730eea0985f42371487c19821b8c251012467
1,842
[ "gguf", "llava", "image-text-to-text", "license:apache-2.0", "region:us" ]
image-text-to-text
2024-02-17T16:53:55.000Z
cjpais/llava-v1.6-vicuna-13b-gguf
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "llava-v1.6-vicuna-13b.Q3_K_M.gguf" }, { "rfilename": "llava-v1.6-vicuna-13b.Q3_K_XS.gguf" }, { "rfilename": "llava-v1.6-vicuna-13b.Q4_K_M.gguf" }, { "rfilename": "llava-v1.6-vicuna-13b.Q5_K_M.gguf" }, { "rfilename": "llava-v1.6-vicuna-13b.Q5_K_S.gguf" }, { "rfilename": "llava-v1.6-vicuna-13b.Q6_K.gguf" }, { "rfilename": "llava-v1.6-vicuna-13b.Q8_0.gguf" }, { "rfilename": "mmproj-model-f16.gguf" } ]
null
null
65d0ebb3c5eb016dcb3fac0e
nguyenviet/PhoGPT-4B-Chat-GGUF
nguyenviet
False
explicit-opt-out
2024-02-18T01:27:37.000Z
3
1
false
9e00d3ae5d444622db5b968edcc4f89ad54f41b3
224
[ "gguf", "text-generation", "vi", "base_model:vinai/PhoGPT-4B-Chat", "base_model:quantized:vinai/PhoGPT-4B-Chat", "license:other", "region:us", "conversational" ]
text-generation
2024-02-17T17:24:03.000Z
nguyenviet/PhoGPT-4B-Chat-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "PhoGPT-4B-Chat-f16.gguf" }, { "rfilename": "PhoGPT-4B-Chat-q2_k.gguf" }, { "rfilename": "PhoGPT-4B-Chat-q3_k_l.gguf" }, { "rfilename": "PhoGPT-4B-Chat-q3_k_m.gguf" }, { "rfilename": "PhoGPT-4B-Chat-q3_k_s.gguf" }, { "rfilename": "PhoGPT-4B-Chat-q4_0.gguf" }, { "rfilename": "PhoGPT-4B-Chat-q4_1.gguf" }, { "rfilename": "PhoGPT-4B-Chat-q4_k_m.gguf" }, { "rfilename": "PhoGPT-4B-Chat-q4_k_s.gguf" }, { "rfilename": "PhoGPT-4B-Chat-q5_0.gguf" }, { "rfilename": "PhoGPT-4B-Chat-q5_1.gguf" }, { "rfilename": "PhoGPT-4B-Chat-q5_k_m.gguf" }, { "rfilename": "PhoGPT-4B-Chat-q5_k_s.gguf" }, { "rfilename": "PhoGPT-4B-Chat-q6_k.gguf" }, { "rfilename": "PhoGPT-4B-Chat-q8_0.gguf" }, { "rfilename": "README.md" } ]
null
null
65d35a9e2fe4644d666c6dc7
MaziyarPanahi/BioMistral-7B-GGUF
MaziyarPanahi
False
explicit-opt-out
2024-02-19T13:57:27.000Z
49
1
false
ae4f07544f1015dc8f5bf382b7582852638cbecf
702
[ "transformers", "gguf", "mistral", "quantized", "2-bit", "3-bit", "4-bit", "5-bit", "6-bit", "8-bit", "GGUF", "pytorch", "tensorboard", "text-generation", "medical", "biology", "conversational", "fr", "en", "de", "nl", "es", "pt", "pl", "ro", "it", "dataset:pubmed", "arxiv:2402.10373", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us", "base_model:BioMistral/BioMistral-7B", "base_model:quantized:BioMistral/BioMistral-7B" ]
text-generation
2024-02-19T13:41:50.000Z
MaziyarPanahi/BioMistral-7B-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "BioMistral-7B.Q2_K.gguf" }, { "rfilename": "BioMistral-7B.Q3_K_L.gguf" }, { "rfilename": "BioMistral-7B.Q3_K_M.gguf" }, { "rfilename": "BioMistral-7B.Q3_K_S.gguf" }, { "rfilename": "BioMistral-7B.Q4_K_M.gguf" }, { "rfilename": "BioMistral-7B.Q4_K_S.gguf" }, { "rfilename": "BioMistral-7B.Q5_K_M.gguf" }, { "rfilename": "BioMistral-7B.Q5_K_S.gguf" }, { "rfilename": "BioMistral-7B.Q6_K.gguf" }, { "rfilename": "BioMistral-7B.Q8_0.gguf" }, { "rfilename": "README.md" }, { "rfilename": "config.json" } ]
transformers
{"model_type": "mistral"}
65d4c26eee7cc5fafdc1e9f3
dreamgen/opus-v1.2-7b-gguf
dreamgen
False
library-not-detected
2024-03-13T19:33:58.000Z
13
1
false
2d0dd54a21605c3246eec6b28bce162a8eecd1aa
354
[ "gguf", "unsloth", "axolotl", "text-generation", "en", "endpoints_compatible", "region:us", "conversational" ]
text-generation
2024-02-20T15:17:02.000Z
dreamgen/opus-v1.2-7b-gguf
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "images/logo-1024.png" }, { "rfilename": "images/logo.webp" }, { "rfilename": "images/role_playing.webp" }, { "rfilename": "images/role_playing_long.webp" }, { "rfilename": "images/story_writing.webp" }, { "rfilename": "images/token_count_cum__token_bucket.png" }, { "rfilename": "opus-v1.2-7b.q3_k_m.gguf" }, { "rfilename": "opus-v1.2-7b.q3_k_s.gguf" }, { "rfilename": "opus-v1.2-7b.q4_k_m.gguf" }, { "rfilename": "opus-v1.2-7b.q4_k_s.gguf" }, { "rfilename": "opus-v1.2-7b.q5_k_m.gguf" }, { "rfilename": "opus-v1.2-7b.q5_k_s.gguf" }, { "rfilename": "opus-v1.2-7b.q6_k.gguf" }, { "rfilename": "opus-v1.2-7b.q8_0.gguf" } ]
null
null
65d7f36d685624d5f2dc927d
acon96/Home-3B-v3-GGUF
acon96
False
library-not-detected
2024-02-23T02:10:45.000Z
22
1
false
1f20ec6ddf2cbf9e6996c9f8a524bc5d80abb42e
6,090
[ "gguf", "automation", "home", "assistant", "text-generation", "en", "de", "es", "fr", "dataset:acon96/Home-Assistant-Requests", "license:other", "endpoints_compatible", "region:us", "conversational" ]
text-generation
2024-02-23T01:22:53.000Z
acon96/Home-3B-v3-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "Home-3B-v3.f16.gguf" }, { "rfilename": "Home-3B-v3.q2_k.gguf" }, { "rfilename": "Home-3B-v3.q3_k_m.gguf" }, { "rfilename": "Home-3B-v3.q4_k_m.gguf" }, { "rfilename": "Home-3B-v3.q5_k_m.gguf" }, { "rfilename": "Home-3B-v3.q8_0.gguf" }, { "rfilename": "LICENSE" }, { "rfilename": "README.md" } ]
null
null
65d90cd30e78521363e81aa8
google/gemma-7b-GGUF
google
manual
pipeline-not-detected
2024-06-27T14:09:47.000Z
17
1
false
a49e3531f3ac6d310bb5cc2edea63c34e41ece0e
24
[ "llama.cpp", "gguf", "arxiv:2312.11805", "arxiv:2009.03300", "arxiv:1905.07830", "arxiv:1911.11641", "arxiv:1904.09728", "arxiv:1905.10044", "arxiv:1907.10641", "arxiv:1811.00937", "arxiv:1809.02789", "arxiv:1911.01547", "arxiv:1705.03551", "arxiv:2107.03374", "arxiv:2108.07732", "arxiv:2110.14168", "arxiv:2304.06364", "arxiv:2206.04615", "arxiv:1804.06876", "arxiv:2110.08193", "arxiv:2009.11462", "arxiv:2101.11718", "arxiv:1804.09301", "arxiv:2109.07958", "arxiv:2203.09509", "license:gemma", "endpoints_compatible", "region:us" ]
null
2024-02-23T21:23:31.000Z
google/gemma-7b-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "gemma-7b.gguf" } ]
llama.cpp
null
65dabf310733541e0607b7c7
Lewdiculous/Kunocchini-7b-128k-test-GGUF-Imatrix
Lewdiculous
False
explicit-opt-out
2024-05-04T14:44:40.000Z
29
1
false
f77ff6b312e8cf8f8291b692b5aae026f8b45780
920
[ "transformers", "gguf", "mistral", "quantized", "text-generation-inference", "merge", "mergekit", "text-generation", "base_model:Epiculous/Fett-uccine-Long-Noodle-7B-120k-Context", "base_model:merge:Epiculous/Fett-uccine-Long-Noodle-7B-120k-Context", "base_model:SanjiWatsuki/Kunoichi-DPO-v2-7B", "base_model:merge:SanjiWatsuki/Kunoichi-DPO-v2-7B", "region:us", "conversational" ]
text-generation
2024-02-25T04:16:49.000Z
Lewdiculous/Kunocchini-7b-128k-test-GGUF-Imatrix
[ { "rfilename": ".gitattributes" }, { "rfilename": "Kunocchini-7b-128k-test-IQ3_S-imatrix.gguf" }, { "rfilename": "Kunocchini-7b-128k-test-Q3_K_M-imatrix.gguf" }, { "rfilename": "Kunocchini-7b-128k-test-Q4_K_M-imatrix.gguf" }, { "rfilename": "Kunocchini-7b-128k-test-Q4_K_S-imatrix.gguf" }, { "rfilename": "Kunocchini-7b-128k-test-Q5_K_M-imatrix.gguf" }, { "rfilename": "Kunocchini-7b-128k-test-Q5_K_S-imatrix.gguf" }, { "rfilename": "Kunocchini-7b-128k-test-Q6_K-imatrix.gguf" }, { "rfilename": "Kunocchini-7b-128k-test-Q8_0-imatrix.gguf" }, { "rfilename": "README.md" }, { "rfilename": "imatrix-Kunocchini-7b-128k-test-F16.dat" }, { "rfilename": "imatrix-base.txt" }, { "rfilename": "v2_Kunocchini-7b-128k-test-F16.gguf" }, { "rfilename": "v2_Kunocchini-7b-128k-test-IQ3_M-imatrix.gguf" }, { "rfilename": "v2_Kunocchini-7b-128k-test-IQ3_S-imatrix.gguf" }, { "rfilename": "v2_Kunocchini-7b-128k-test-IQ3_XXS-imatrix.gguf" }, { "rfilename": "v2_Kunocchini-7b-128k-test-IQ4_NL-imatrix.gguf" }, { "rfilename": "v2_Kunocchini-7b-128k-test-IQ4_XS-imatrix.gguf" }, { "rfilename": "v2_Kunocchini-7b-128k-test-Q4_K_M-imatrix.gguf" }, { "rfilename": "v2_Kunocchini-7b-128k-test-Q4_K_S-imatrix.gguf" }, { "rfilename": "v2_Kunocchini-7b-128k-test-Q5_K_M-imatrix.gguf" }, { "rfilename": "v2_Kunocchini-7b-128k-test-Q5_K_S-imatrix.gguf" }, { "rfilename": "v2_Kunocchini-7b-128k-test-Q6_K-imatrix.gguf" }, { "rfilename": "v2_Kunocchini-7b-128k-test-Q8_0-imatrix.gguf" }, { "rfilename": "v2_imatrix-Kunocchini-7b-128k-test-F16.dat" } ]
transformers
null
65db91a27540dd1da9568d85
RichardErkhov/Nous-Hermes-2-Mistral-7B-DPO-gguf
RichardErkhov
False
library-not-detected
2024-02-25T20:49:31.000Z
3
1
false
3aa4bd4c12fac8e7d3010be6d1c0c3a16336a5e3
539
[ "gguf", "endpoints_compatible", "region:us", "conversational" ]
null
2024-02-25T19:14:42.000Z
RichardErkhov/Nous-Hermes-2-Mistral-7B-DPO-gguf
[ { "rfilename": ".gitattributes" }, { "rfilename": "Nous-Hermes-2-Mistral-7B-DPO.Q2_K.gguf" }, { "rfilename": "Nous-Hermes-2-Mistral-7B-DPO.Q3_K_L.gguf" }, { "rfilename": "Nous-Hermes-2-Mistral-7B-DPO.Q3_K_M.gguf" }, { "rfilename": "Nous-Hermes-2-Mistral-7B-DPO.Q3_K_S.gguf" }, { "rfilename": "Nous-Hermes-2-Mistral-7B-DPO.Q4_0.gguf" }, { "rfilename": "Nous-Hermes-2-Mistral-7B-DPO.Q4_K_M.gguf" }, { "rfilename": "Nous-Hermes-2-Mistral-7B-DPO.Q4_K_S.gguf" }, { "rfilename": "Nous-Hermes-2-Mistral-7B-DPO.Q5_0.gguf" }, { "rfilename": "Nous-Hermes-2-Mistral-7B-DPO.Q5_K_M.gguf" }, { "rfilename": "Nous-Hermes-2-Mistral-7B-DPO.Q5_K_S.gguf" }, { "rfilename": "Nous-Hermes-2-Mistral-7B-DPO.Q6_K.gguf" }, { "rfilename": "Nous-Hermes-2-Mistral-7B-DPO.Q8_0.gguf" }, { "rfilename": "README.md" } ]
null
null
65ddb68882bddd501fb1bea8
Lewdiculous/Kunoichi-DPO-v2-7B-GGUF-Imatrix
Lewdiculous
False
explicit-opt-out
2024-05-04T14:47:05.000Z
35
1
false
d3763590573125f50a3a4c13dc25f5883514a89d
3,535
[ "transformers", "gguf", "mistral", "quantized", "text-generation-inference", "text-generation", "base_model:SanjiWatsuki/Kunoichi-DPO-v2-7B", "base_model:quantized:SanjiWatsuki/Kunoichi-DPO-v2-7B", "license:cc-by-nc-4.0", "region:us" ]
text-generation
2024-02-27T10:16:40.000Z
Lewdiculous/Kunoichi-DPO-v2-7B-GGUF-Imatrix
[ { "rfilename": ".gitattributes" }, { "rfilename": "Kunoichi-DPO-v2-7B-Q4_K_M-imatrix.gguf" }, { "rfilename": "Kunoichi-DPO-v2-7B-Q4_K_S-imatrix.gguf" }, { "rfilename": "Kunoichi-DPO-v2-7B-Q5_K_M-imatrix.gguf" }, { "rfilename": "Kunoichi-DPO-v2-7B-Q5_K_S-imatrix.gguf" }, { "rfilename": "Kunoichi-DPO-v2-7B-Q6_K-imatrix.gguf" }, { "rfilename": "Kunoichi-DPO-v2-7B-Q8_0-imatrix.gguf" }, { "rfilename": "README.md" }, { "rfilename": "imatrix-Kunoichi-DPO-v2-7B-F16.dat" }, { "rfilename": "imatrix-base.txt" } ]
transformers
null
65dde9cc4a6592614e7d628f
tom1669/PhoGPT-4B-Chat
tom1669
False
library-not-detected
2024-02-28T07:42:40.000Z
3
1
false
fb412e2cfb8727f0bc58fa9f4bac01542e80c6da
4
[ "gguf", "endpoints_compatible", "region:us", "conversational" ]
null
2024-02-27T13:55:24.000Z
tom1669/PhoGPT-4B-Chat
[ { "rfilename": ".gitattributes" }, { "rfilename": "PhoGPT-4B-Chat.gguf" }, { "rfilename": "README.md" } ]
null
null
65e2a4d900680b19bc7ee382
NousResearch/Hermes-2-Pro-Mistral-7B-GGUF
NousResearch
False
library-not-detected
2024-03-28T20:07:04.000Z
224
1
false
594e3e33f57a2b8693972e6bf48ae4eff404f170
10,472
[ "gguf", "Mistral", "instruct", "finetune", "chatml", "DPO", "RLHF", "gpt4", "synthetic data", "distillation", "function calling", "json mode", "en", "dataset:teknium/OpenHermes-2.5", "base_model:mistralai/Mistral-7B-v0.1", "base_model:quantized:mistralai/Mistral-7B-v0.1", "license:apache-2.0", "endpoints_compatible", "region:us", "conversational" ]
null
2024-03-02T04:02:33.000Z
NousResearch/Hermes-2-Pro-Mistral-7B-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "Hermes-2-Pro-Mistral-7B.Q2_K.gguf" }, { "rfilename": "Hermes-2-Pro-Mistral-7B.Q3_K_L.gguf" }, { "rfilename": "Hermes-2-Pro-Mistral-7B.Q3_K_M.gguf" }, { "rfilename": "Hermes-2-Pro-Mistral-7B.Q3_K_S.gguf" }, { "rfilename": "Hermes-2-Pro-Mistral-7B.Q4_0.gguf" }, { "rfilename": "Hermes-2-Pro-Mistral-7B.Q4_K_M.gguf" }, { "rfilename": "Hermes-2-Pro-Mistral-7B.Q4_K_S.gguf" }, { "rfilename": "Hermes-2-Pro-Mistral-7B.Q5_0.gguf" }, { "rfilename": "Hermes-2-Pro-Mistral-7B.Q5_K_M.gguf" }, { "rfilename": "Hermes-2-Pro-Mistral-7B.Q5_K_S.gguf" }, { "rfilename": "Hermes-2-Pro-Mistral-7B.Q6_K.gguf" }, { "rfilename": "Hermes-2-Pro-Mistral-7B.Q8_0.gguf" }, { "rfilename": "README.md" } ]
null
null
65e2d97327dc8aa470d6458e
mradermacher/Fimbulvetr-11B-v2-i1-GGUF
mradermacher
False
pipeline-not-detected
2024-05-06T06:21:06.000Z
23
1
false
2d03ef03248d018dfa97ef35dd90aff542f598c6
1,926
[ "transformers", "gguf", "en", "base_model:Sao10K/Fimbulvetr-11B-v2", "base_model:quantized:Sao10K/Fimbulvetr-11B-v2", "license:cc-by-nc-4.0", "endpoints_compatible", "region:us" ]
null
2024-03-02T07:46:59.000Z
mradermacher/Fimbulvetr-11B-v2-i1-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "Fimbulvetr-11B-v2.i1-IQ1_M.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.i1-IQ1_S.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.i1-IQ2_M.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.i1-IQ2_S.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.i1-IQ2_XS.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.i1-IQ2_XXS.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.i1-IQ3_M.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.i1-IQ3_S.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.i1-IQ3_XS.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.i1-IQ3_XXS.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.i1-IQ4_NL.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.i1-IQ4_XS.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.i1-Q2_K.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.i1-Q3_K_L.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.i1-Q3_K_M.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.i1-Q3_K_S.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.i1-Q4_0.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.i1-Q4_K_M.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.i1-Q4_K_S.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.i1-Q5_K_M.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.i1-Q5_K_S.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.i1-Q6_K.gguf" }, { "rfilename": "README.md" }, { "rfilename": "imatrix.dat" } ]
transformers
null
65e3010bf70c00af96f4165a
mradermacher/Fimbulvetr-11B-v2-GGUF
mradermacher
False
pipeline-not-detected
2024-05-06T06:21:00.000Z
14
1
false
78b5933dee598d23f7d16e3c331f6e3c604cf92e
4,847
[ "transformers", "gguf", "en", "base_model:Sao10K/Fimbulvetr-11B-v2", "base_model:quantized:Sao10K/Fimbulvetr-11B-v2", "license:cc-by-nc-4.0", "endpoints_compatible", "region:us" ]
null
2024-03-02T10:35:55.000Z
mradermacher/Fimbulvetr-11B-v2-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "Fimbulvetr-11B-v2.IQ3_M.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.IQ3_S.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.IQ3_XS.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.IQ4_XS.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.Q2_K.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.Q3_K_L.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.Q3_K_M.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.Q3_K_S.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.Q4_K_M.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.Q4_K_S.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.Q5_K_M.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.Q5_K_S.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.Q6_K.gguf" }, { "rfilename": "Fimbulvetr-11B-v2.Q8_0.gguf" }, { "rfilename": "README.md" } ]
transformers
null
65e37874400c626ca053b3fd
mradermacher/Midnight-Miqu-70B-v1.0-i1-GGUF
mradermacher
False
pipeline-not-detected
2024-05-06T06:20:44.000Z
7
1
false
44a7c391f0ba2654f98e863ad5afe342d10cae35
659
[ "transformers", "gguf", "mergekit", "merge", "en", "base_model:sophosympatheia/Midnight-Miqu-70B-v1.0", "base_model:quantized:sophosympatheia/Midnight-Miqu-70B-v1.0", "license:other", "endpoints_compatible", "region:us", "conversational" ]
null
2024-03-02T19:05:24.000Z
mradermacher/Midnight-Miqu-70B-v1.0-i1-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "Midnight-Miqu-70B-v1.0.i1-IQ1_M.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.0.i1-IQ1_S.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.0.i1-IQ2_M.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.0.i1-IQ2_S.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.0.i1-IQ2_XS.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.0.i1-IQ2_XXS.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.0.i1-IQ3_M.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.0.i1-IQ3_S.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.0.i1-IQ3_XS.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.0.i1-IQ3_XXS.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.0.i1-IQ4_NL.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.0.i1-IQ4_XS.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.0.i1-Q2_K.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.0.i1-Q3_K_L.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.0.i1-Q3_K_M.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.0.i1-Q3_K_S.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.0.i1-Q4_0.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.0.i1-Q4_K_M.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.0.i1-Q4_K_S.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.0.i1-Q5_K_M.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.0.i1-Q5_K_S.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.0.i1-Q6_K.gguf.part1of2" }, { "rfilename": "Midnight-Miqu-70B-v1.0.i1-Q6_K.gguf.part2of2" }, { "rfilename": "README.md" }, { "rfilename": "imatrix.dat" } ]
transformers
null
65e397d357459fa1495a1818
dspasyuk/dolphin-2.8-experiment26-7b
dspasyuk
False
library-not-detected
2024-03-03T04:11:19.000Z
1
1
false
10dbe88153c7218e0148ff40af77fb0385d1b7c9
239
[ "gguf", "license:apache-2.0", "endpoints_compatible", "region:us", "conversational" ]
null
2024-03-02T21:19:15.000Z
dspasyuk/dolphin-2.8-experiment26-7b
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "dolphin-2.8-experiment26-7b_Q4_K_S.gguf" }, { "rfilename": "dolphin-2.8-experiment26-7b_Q5_K_S.gguf" }, { "rfilename": "dolphin-2.8-experiment26-7b_Q6_K.gguf" } ]
null
null
65e3b674d52e7c9d1901343c
giannisan/dolphin-mixtral-2x7b
giannisan
False
not-popular-enough
2024-03-03T03:28:06.000Z
2
1
false
0ce33811f3d52948795a2bd6150d5d328199a981
41
[ "transformers", "safetensors", "gguf", "mixtral", "text-generation", "en", "license:apache-2.0", "autotrain_compatible", "text-generation-inference", "endpoints_compatible", "region:us" ]
text-generation
2024-03-02T23:29:56.000Z
giannisan/dolphin-mixtral-2x7b
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "config.json" }, { "rfilename": "dolphin-mixtral-gianni.gguf" }, { "rfilename": "mergekit_moe_config.yml" }, { "rfilename": "model-00001-of-00003.safetensors" }, { "rfilename": "model-00002-of-00003.safetensors" }, { "rfilename": "model-00003-of-00003.safetensors" }, { "rfilename": "model.safetensors.index.json" }, { "rfilename": "modelfile.txt" }, { "rfilename": "special_tokens_map.json" }, { "rfilename": "tokenizer.json" }, { "rfilename": "tokenizer.model" }, { "rfilename": "tokenizer_config.json" } ]
transformers
{"architectures": ["MixtralForCausalLM"], "model_type": "mixtral", "tokenizer_config": {"bos_token": "<s>", "eos_token": "</s>", "pad_token": "<s>", "unk_token": "<unk>", "use_default_system_prompt": true}}
65e4091072e748aae53aadd2
sail/Sailor-1.8B-Chat-gguf
sail
False
library-not-detected
2024-07-11T03:09:32.000Z
3
1
false
9c9902fe67b803ef00565d9cb34e57dbe5cd98ff
222
[ "gguf", "multilingual", "sea", "sailor", "sft", "chat", "instruction", "en", "zh", "id", "th", "vi", "ms", "lo", "dataset:cerebras/SlimPajama-627B", "dataset:Skywork/SkyPile-150B", "dataset:allenai/MADLAD-400", "dataset:cc100", "dataset:CohereForAI/aya_dataset", "dataset:CohereForAI/aya_collection", "dataset:Open-Orca/OpenOrca", "arxiv:2404.03608", "base_model:sail/Sailor-1.8B", "base_model:quantized:sail/Sailor-1.8B", "license:apache-2.0", "endpoints_compatible", "region:us", "conversational" ]
null
2024-03-03T05:22:24.000Z
sail/Sailor-1.8B-Chat-gguf
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "banner_sailor.jpg" }, { "rfilename": "ggml-model-Q2_K.gguf" }, { "rfilename": "ggml-model-Q3_K_L.gguf" }, { "rfilename": "ggml-model-Q3_K_M.gguf" }, { "rfilename": "ggml-model-Q3_K_S.gguf" }, { "rfilename": "ggml-model-Q4_K_M.gguf" }, { "rfilename": "ggml-model-Q4_K_S.gguf" }, { "rfilename": "ggml-model-Q5_K_M.gguf" }, { "rfilename": "ggml-model-Q5_K_S.gguf" }, { "rfilename": "ggml-model-Q6_K.gguf" }, { "rfilename": "ggml-model-Q8_0.gguf" }, { "rfilename": "ggml-model-f16.gguf" } ]
null
null
65e4092368234ef5d65c4be8
sail/Sailor-0.5B-Chat-gguf
sail
False
library-not-detected
2024-07-11T03:09:44.000Z
4
1
false
63bad24f0cc86bcf04995ef3ba4c17e4237011c6
334
[ "gguf", "multilingual", "sea", "sailor", "sft", "chat", "instruction", "en", "zh", "id", "th", "vi", "ms", "lo", "dataset:cerebras/SlimPajama-627B", "dataset:Skywork/SkyPile-150B", "dataset:allenai/MADLAD-400", "dataset:cc100", "dataset:CohereForAI/aya_dataset", "dataset:CohereForAI/aya_collection", "dataset:Open-Orca/OpenOrca", "arxiv:2404.03608", "base_model:sail/Sailor-0.5B", "base_model:quantized:sail/Sailor-0.5B", "license:apache-2.0", "endpoints_compatible", "region:us", "conversational" ]
null
2024-03-03T05:22:43.000Z
sail/Sailor-0.5B-Chat-gguf
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "banner_sailor.jpg" }, { "rfilename": "ggml-model-Q2_K.gguf" }, { "rfilename": "ggml-model-Q3_K_L.gguf" }, { "rfilename": "ggml-model-Q3_K_M.gguf" }, { "rfilename": "ggml-model-Q3_K_S.gguf" }, { "rfilename": "ggml-model-Q4_K_M.gguf" }, { "rfilename": "ggml-model-Q4_K_S.gguf" }, { "rfilename": "ggml-model-Q5_K_M.gguf" }, { "rfilename": "ggml-model-Q5_K_S.gguf" }, { "rfilename": "ggml-model-Q6_K.gguf" }, { "rfilename": "ggml-model-Q8_0.gguf" }, { "rfilename": "ggml-model-f16.gguf" } ]
null
null
65e409368ec9f740dfd22ac1
sail/Sailor-4B-Chat-gguf
sail
False
library-not-detected
2024-07-11T03:09:10.000Z
3
1
false
d04aeb4b84e4b7e46aff53a9e7dfbc6c1852f17a
286
[ "gguf", "multilingual", "sea", "sailor", "sft", "chat", "instruction", "en", "zh", "id", "th", "vi", "ms", "lo", "dataset:cerebras/SlimPajama-627B", "dataset:Skywork/SkyPile-150B", "dataset:allenai/MADLAD-400", "dataset:cc100", "dataset:CohereForAI/aya_dataset", "dataset:CohereForAI/aya_collection", "dataset:Open-Orca/OpenOrca", "arxiv:2404.03608", "base_model:sail/Sailor-4B", "base_model:quantized:sail/Sailor-4B", "license:apache-2.0", "endpoints_compatible", "region:us", "conversational" ]
null
2024-03-03T05:23:02.000Z
sail/Sailor-4B-Chat-gguf
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "banner_sailor.jpg" }, { "rfilename": "ggml-model-Q2_K.gguf" }, { "rfilename": "ggml-model-Q3_K_L.gguf" }, { "rfilename": "ggml-model-Q3_K_M.gguf" }, { "rfilename": "ggml-model-Q3_K_S.gguf" }, { "rfilename": "ggml-model-Q4_K_M.gguf" }, { "rfilename": "ggml-model-Q4_K_S.gguf" }, { "rfilename": "ggml-model-Q5_K_M.gguf" }, { "rfilename": "ggml-model-Q5_K_S.gguf" }, { "rfilename": "ggml-model-Q6_K.gguf" }, { "rfilename": "ggml-model-Q8_0.gguf" }, { "rfilename": "ggml-model-f16.gguf" } ]
null
null
65e4408aad42606f6fef7480
AetherArchitectural/GGUF-Quantization-Script
AetherArchitectural
False
explicit-opt-out
2024-11-19T06:26:13.000Z
62
1
false
8f6e704d1448635bb9f25c7f8b4cc83f3905e656
0
[ "gguf", "quantized", "text-generation-inference", "text-generation", "license:cc-by-nc-4.0", "region:us" ]
text-generation
2024-03-03T09:19:06.000Z
AetherArchitectural/GGUF-Quantization-Script
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "gguf-imat-for-FP16.py" }, { "rfilename": "gguf-imat-lossless-for-BF16-linux.py" }, { "rfilename": "gguf-imat-lossless-for-BF16.py" }, { "rfilename": "gguf-imat.py" }, { "rfilename": "imatrix/imatrix.txt" }, { "rfilename": "requirements.txt" } ]
null
null
65e5581d400c626ca0e84098
Tabing010102/Sakura-13B-Qwen2beta-v0.10pre0-GGUF
Tabing010102
False
library-not-detected
2024-03-07T11:43:55.000Z
1
1
false
ed6dd0799b431dab165a36aac039a677624dc2e6
43
[ "gguf", "license:gpl-3.0", "endpoints_compatible", "region:us", "conversational" ]
null
2024-03-04T05:11:57.000Z
Tabing010102/Sakura-13B-Qwen2beta-v0.10pre0-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "sakura-13b-qwen2beta-v0.10pre0-Q4_1.gguf" }, { "rfilename": "sakura-13b-qwen2beta-v0.10pre0-Q6_K.gguf" }, { "rfilename": "sakura-13b-qwen2beta-v0.10pre0-Q8_0.gguf" } ]
null
null
65e5dbef14c25d0571c5c4b9
koesn/ZySec-7B-v1-GGUF
koesn
False
pipeline-not-detected
2024-03-25T10:27:09.000Z
6
1
false
3a72ac9f8b9bbb13a1d0060d6d0db732edd9e4c0
218
[ "transformers", "gguf", "security", "cybersecwithai", "threat", "vulnerability", "infosec", "attackio", "cyber security", "ai4security", "llmsecurity", "cyber", "cybersec", "cybersecurity", "license:apache-2.0", "endpoints_compatible", "region:us", "conversational" ]
null
2024-03-04T14:34:23.000Z
koesn/ZySec-7B-v1-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "zysec-7b-v1.IQ3_M.gguf" }, { "rfilename": "zysec-7b-v1.IQ3_S.gguf" }, { "rfilename": "zysec-7b-v1.IQ3_XXS.gguf" }, { "rfilename": "zysec-7b-v1.IQ4_NL.gguf" }, { "rfilename": "zysec-7b-v1.Q4_0.gguf" }, { "rfilename": "zysec-7b-v1.Q4_K_M.gguf" }, { "rfilename": "zysec-7b-v1.Q5_K_M.gguf" }, { "rfilename": "zysec-7b-v1.Q6_K.gguf" }, { "rfilename": "zysec-7b-v1.Q8_0.gguf" } ]
transformers
null
65e5fe67a3b7a446727361e7
remyxai/SpaceLLaVA
remyxai
False
not-popular-enough
2024-10-03T01:57:51.000Z
19
1
false
84d5c1c0a6fb964ecb857ec24ad6c2fbe21fdb1e
183
[ "transformers", "safetensors", "gguf", "llava", "text-generation", "remyx", "dataset:remyxai/vqasynth_spacellava", "arxiv:2401.12168", "base_model:liuhaotian/llava-v1.5-13b", "base_model:quantized:liuhaotian/llava-v1.5-13b", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
text-generation
2024-03-04T17:01:27.000Z
remyxai/SpaceLLaVA
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "config.json" }, { "rfilename": "docker/Dockerfile" }, { "rfilename": "docker/client.py" }, { "rfilename": "docker/models/spacellava/1/model.py" }, { "rfilename": "docker/models/spacellava/config.pbtxt" }, { "rfilename": "generation_config.json" }, { "rfilename": "ggml-model-f16.gguf" }, { "rfilename": "ggml-model-q4_0.gguf" }, { "rfilename": "mmproj-model-f16.gguf" }, { "rfilename": "model-00001-of-00006.safetensors" }, { "rfilename": "model-00002-of-00006.safetensors" }, { "rfilename": "model-00003-of-00006.safetensors" }, { "rfilename": "model-00004-of-00006.safetensors" }, { "rfilename": "model-00005-of-00006.safetensors" }, { "rfilename": "model-00006-of-00006.safetensors" }, { "rfilename": "model.safetensors.index.json" }, { "rfilename": "preprocessor_config.json" }, { "rfilename": "special_tokens_map.json" }, { "rfilename": "tokenizer.model" }, { "rfilename": "tokenizer_config.json" } ]
transformers
{"architectures": ["LlavaLlamaForCausalLM"], "model_type": "llava", "tokenizer_config": {"bos_token": "<s>", "eos_token": "</s>", "pad_token": "<unk>", "unk_token": "<unk>", "use_default_system_prompt": false}}
65e6396b2119d23fd41d3487
MaziyarPanahi/34b-beta-GGUF
MaziyarPanahi
False
explicit-opt-out
2024-03-04T23:09:42.000Z
4
1
false
49168108e2b4714a54dd0d5260465aa11f6af1f1
79
[ "transformers", "gguf", "mistral", "quantized", "2-bit", "3-bit", "4-bit", "5-bit", "6-bit", "8-bit", "GGUF", "safetensors", "llama", "text-generation", "conversational", "license:gpl-3.0", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us", "base_model:CausalLM/34b-beta", "base_model:quantized:CausalLM/34b-beta" ]
text-generation
2024-03-04T21:13:15.000Z
MaziyarPanahi/34b-beta-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "34b-beta.Q2_K.gguf" }, { "rfilename": "34b-beta.Q3_K_L.gguf" }, { "rfilename": "34b-beta.Q3_K_M.gguf" }, { "rfilename": "34b-beta.Q3_K_S.gguf" }, { "rfilename": "34b-beta.Q4_K_M.gguf" }, { "rfilename": "34b-beta.Q4_K_S.gguf" }, { "rfilename": "34b-beta.Q5_K_M.gguf" }, { "rfilename": "34b-beta.Q5_K_S.gguf" }, { "rfilename": "34b-beta.Q6_K.gguf" }, { "rfilename": "34b-beta.Q8_0.gguf" }, { "rfilename": "README.md" }, { "rfilename": "config.json" } ]
transformers
{"model_type": "mistral"}
65e7e27fa620567af0f37f85
Lewdiculous/Layris_9B-GGUF-IQ-Imatrix
Lewdiculous
False
explicit-opt-out
2024-05-04T14:46:07.000Z
17
1
false
147cd41f2187384014435090ff5e1414698cdd6b
449
[ "transformers", "gguf", "mistral", "quantized", "text-generation-inference", "roleplay", "text-generation", "region:us" ]
text-generation
2024-03-06T03:26:55.000Z
Lewdiculous/Layris_9B-GGUF-IQ-Imatrix
[ { "rfilename": ".gitattributes" }, { "rfilename": "Layris_9B-F16.gguf" }, { "rfilename": "Layris_9B-IQ3_M-imat.gguf" }, { "rfilename": "Layris_9B-IQ3_S-imat.gguf" }, { "rfilename": "Layris_9B-IQ3_XS-imat.gguf" }, { "rfilename": "Layris_9B-IQ3_XXS-imat.gguf" }, { "rfilename": "Layris_9B-IQ4_XS-imat.gguf" }, { "rfilename": "Layris_9B-Q4_K_M-imat.gguf" }, { "rfilename": "Layris_9B-Q4_K_S-imat.gguf" }, { "rfilename": "Layris_9B-Q5_K_M-imat.gguf" }, { "rfilename": "Layris_9B-Q5_K_S-imat.gguf" }, { "rfilename": "Layris_9B-Q6_K-imat.gguf" }, { "rfilename": "Layris_9B-Q8_0-imat.gguf" }, { "rfilename": "README.md" }, { "rfilename": "imatrix.dat" } ]
transformers
null
65e9587c2dcdb39d195960b4
koboldcpp/imgmodel
koboldcpp
False
library-not-detected
2024-04-09T06:39:29.000Z
2
1
false
9f137eee6e291915040b71541d4b2311e3932f00
2,751
[ "gguf", "region:us" ]
null
2024-03-07T06:02:36.000Z
koboldcpp/imgmodel
[ { "rfilename": ".gitattributes" }, { "rfilename": "imgmodel_ftuned_q4_0.gguf" }, { "rfilename": "imgmodel_older_q4_0.gguf" }, { "rfilename": "imgmodel_q4_0.gguf" } ]
null
null
65e960c9fa06d02f8e44d73f
LoneStriker/SambaLingo-Japanese-Chat-GGUF
LoneStriker
False
library-not-detected
2024-03-07T06:48:27.000Z
2
1
false
519acb39db51bc8c3d5783160a0c1383b62d0f55
54
[ "gguf", "ja", "en", "dataset:HuggingFaceH4/ultrachat_200k", "dataset:HuggingFaceH4/ultrafeedback_binarized", "dataset:HuggingFaceH4/cai-conversation-harmless", "license:llama2", "endpoints_compatible", "region:us", "conversational" ]
null
2024-03-07T06:38:01.000Z
LoneStriker/SambaLingo-Japanese-Chat-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "SambaLingo-Japanese-Chat-Q3_K_L.gguf" }, { "rfilename": "SambaLingo-Japanese-Chat-Q4_K_M.gguf" }, { "rfilename": "SambaLingo-Japanese-Chat-Q5_K_M.gguf" }, { "rfilename": "SambaLingo-Japanese-Chat-Q6_K.gguf" }, { "rfilename": "SambaLingo-Japanese-Chat-Q8_0.gguf" }, { "rfilename": "SambaLingo_Logo.png" } ]
null
null
65ebb94b70debeedaba3cef0
gorilla-llm/gorilla-openfunctions-v2-gguf
gorilla-llm
False
library-not-detected
2024-04-18T00:54:03.000Z
37
1
false
bab1cf50a4dd54be06c5ea16fd00e60e872bcd9a
567
[ "gguf", "license:apache-2.0", "endpoints_compatible", "region:us", "conversational" ]
null
2024-03-09T01:20:11.000Z
gorilla-llm/gorilla-openfunctions-v2-gguf
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "gorilla-openfunctions-v2-q2_K.gguf" }, { "rfilename": "gorilla-openfunctions-v2-q3_K_L.gguf" }, { "rfilename": "gorilla-openfunctions-v2-q3_K_M.gguf" }, { "rfilename": "gorilla-openfunctions-v2-q3_K_S.gguf" }, { "rfilename": "gorilla-openfunctions-v2-q4_K_M.gguf" }, { "rfilename": "gorilla-openfunctions-v2-q4_K_S.gguf" }, { "rfilename": "gorilla-openfunctions-v2-q5_K_M.gguf" }, { "rfilename": "gorilla-openfunctions-v2-q5_K_S.gguf" }, { "rfilename": "gorilla-openfunctions-v2-q6_K.gguf" } ]
null
null
65ed753d8c82beffd9e7a5cd
gguf/openchat-3.5-0106-gemma-GGUF
gguf
False
library-not-detected
2024-03-10T09:02:50.000Z
2
1
false
61a9063a63f760d3b2c91fbb89af3a3b9b1a497b
66
[ "gguf", "endpoints_compatible", "region:us", "conversational" ]
null
2024-03-10T08:54:21.000Z
gguf/openchat-3.5-0106-gemma-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "openchat-3.5-0106-gemma.Q2_K.gguf" }, { "rfilename": "openchat-3.5-0106-gemma.Q3_K_M.gguf" }, { "rfilename": "openchat-3.5-0106-gemma.Q4_K_M.gguf" }, { "rfilename": "openchat-3.5-0106-gemma.Q5_K_M.gguf" }, { "rfilename": "openchat-3.5-0106-gemma.Q6_K.gguf" }, { "rfilename": "openchat-3.5-0106-gemma.Q8_0.gguf" } ]
null
null
65edddabb5e3b1175515be76
koesn/Saul-Instruct-v1-GGUF
koesn
False
pipeline-not-detected
2024-03-10T23:48:42.000Z
5
1
false
a5139272f4ec400793b12ade29e8dcb8f9b9da3b
65
[ "transformers", "gguf", "legal", "en", "arxiv:2403.03883", "license:mit", "endpoints_compatible", "region:us" ]
null
2024-03-10T16:19:55.000Z
koesn/Saul-Instruct-v1-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "saul-instruct-v1.IQ3_M.gguf" }, { "rfilename": "saul-instruct-v1.IQ3_S.gguf" }, { "rfilename": "saul-instruct-v1.IQ4_NL.gguf" }, { "rfilename": "saul-instruct-v1.Q4_0.gguf" }, { "rfilename": "saul-instruct-v1.Q4_K_M.gguf" }, { "rfilename": "saul-instruct-v1.Q5_K_M.gguf" }, { "rfilename": "saul-instruct-v1.Q6_K.gguf" }, { "rfilename": "saul-instruct-v1.Q8_0.gguf" } ]
transformers
null
65ee93264f8aa96f64e6dae3
Lewdiculous/BuRP_7B-GGUF-IQ-Imatrix
Lewdiculous
False
explicit-opt-out
2024-05-04T14:46:30.000Z
25
1
false
1bf5e4436edaa27ec02390191ed44687318ba460
630
[ "transformers", "gguf", "quantized", "roleplay", "imatrix", "mistral", "merge", "en", "license:other", "region:us" ]
null
2024-03-11T05:14:14.000Z
Lewdiculous/BuRP_7B-GGUF-IQ-Imatrix
[ { "rfilename": ".gitattributes" }, { "rfilename": "BuRP_7B-F16.gguf" }, { "rfilename": "BuRP_7B-IQ3_M-imat.gguf" }, { "rfilename": "BuRP_7B-IQ3_S-imat.gguf" }, { "rfilename": "BuRP_7B-IQ3_XXS-imat.gguf" }, { "rfilename": "BuRP_7B-IQ4_XS-imat.gguf" }, { "rfilename": "BuRP_7B-Q4_K_M-imat.gguf" }, { "rfilename": "BuRP_7B-Q5_K_M-imat.gguf" }, { "rfilename": "BuRP_7B-Q5_K_S-imat.gguf" }, { "rfilename": "BuRP_7B-Q6_K-imat.gguf" }, { "rfilename": "BuRP_7B-Q8_0-imat.gguf" }, { "rfilename": "README.md" }, { "rfilename": "imatrix-with-rp-format-data.txt" }, { "rfilename": "imatrix.dat" } ]
transformers
null
65eeb5707cca5fa91c4f0c58
l3utterfly/phi-2-layla-v1-chatml-gguf
l3utterfly
False
library-not-detected
2024-08-20T19:52:20.000Z
11
1
false
1adedec5ee1d62330fc7302aedc6770a06ec7a63
2,217
[ "gguf", "license:mit", "endpoints_compatible", "region:us", "conversational" ]
null
2024-03-11T07:40:32.000Z
l3utterfly/phi-2-layla-v1-chatml-gguf
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "phi-2-layla-v1-chatml-Q2_K.gguf" }, { "rfilename": "phi-2-layla-v1-chatml-Q3_K.gguf" }, { "rfilename": "phi-2-layla-v1-chatml-Q4_0_4_4.gguf" }, { "rfilename": "phi-2-layla-v1-chatml-Q4_0_4_8.gguf" }, { "rfilename": "phi-2-layla-v1-chatml-Q4_0_8_8.gguf" }, { "rfilename": "phi-2-layla-v1-chatml-Q4_K.gguf" }, { "rfilename": "phi-2-layla-v1-chatml-Q4_K_M.gguf" }, { "rfilename": "phi-2-layla-v1-chatml-Q5_K.gguf" }, { "rfilename": "phi-2-layla-v1-chatml-Q6_K.gguf" }, { "rfilename": "phi-2-layla-v1-chatml-Q8_0.gguf" }, { "rfilename": "phi-2-layla-v1-chatml-f16.gguf" } ]
null
null
65eef48a992beff38c8bc9b2
dataequity/mistral-7b-instruct-v0.2.Q5_K_M.gguf
dataequity
False
explicit-opt-out
2024-03-11T13:18:49.000Z
1
1
false
c06ba669704b2e9ebfe01a1b7bf5f01306a73cf2
20
[ "gguf", "finetuned", "text-generation", "base_model:mistralai/Mistral-7B-Instruct-v0.2", "base_model:quantized:mistralai/Mistral-7B-Instruct-v0.2", "license:apache-2.0", "region:us", "conversational" ]
text-generation
2024-03-11T12:09:46.000Z
dataequity/mistral-7b-instruct-v0.2.Q5_K_M.gguf
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "mistral-7b-instruct-v0.2.Q5_K_M.gguf" } ]
null
null
65ef20c619c45cd9c0277e36
koboldcpp/mmproj
koboldcpp
False
library-not-detected
2024-08-18T14:13:18.000Z
53
1
false
6da5371e8dcf13bc02327de00e6d2558beccbe08
20,299
[ "gguf", "region:us" ]
null
2024-03-11T15:18:30.000Z
koboldcpp/mmproj
[ { "rfilename": ".gitattributes" }, { "rfilename": "LLaMA3-8B_mmproj-Q4_1.gguf" }, { "rfilename": "README.md" }, { "rfilename": "llama-13b-mmproj-v1.5.Q4_1.gguf" }, { "rfilename": "llama-7b-mmproj-v1.5-Q4_0.gguf" }, { "rfilename": "minicpm-mmproj-model-f16.gguf" }, { "rfilename": "mistral-7b-mmproj-v1.5-Q4_1.gguf" }, { "rfilename": "obsidian-3b_mmproj-Q4_1.gguf" }, { "rfilename": "yi-34b-mmproj-v1.6-Q4_1.gguf" } ]
null
null
65ef2107d2d17c07a9228b77
YC-Chen/Breeze-7B-Instruct-v1_0-GGUF
YC-Chen
False
library-not-detected
2024-03-12T05:53:47.000Z
20
1
false
ebf3a7ac828913c6acd96c9f3c2ae9ddd8fd122b
140
[ "gguf", "text-generation", "zh", "en", "license:apache-2.0", "endpoints_compatible", "region:us", "conversational" ]
text-generation
2024-03-11T15:19:35.000Z
YC-Chen/Breeze-7B-Instruct-v1_0-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "breeze-7b-instruct-v1_0-q4_k_m.gguf" }, { "rfilename": "breeze-7b-instruct-v1_0-q5_k_m.gguf" }, { "rfilename": "breeze-7b-instruct-v1_0-q6_k.gguf" }, { "rfilename": "breeze_7b_instruct.preset.json" }, { "rfilename": "misc/lmstudio_1.png" }, { "rfilename": "misc/lmstudio_2.png" }, { "rfilename": "misc/lmstudio_3.png" } ]
null
null
65ef654c61b46846707094e5
froggeric/WestLake-10.7B-v2-GGUF
froggeric
False
not-popular-enough
2024-03-12T15:51:48.000Z
24
1
false
d715190387f97e5b27e146824f5bc6afa2a44701
93
[ "transformers", "gguf", "mistral", "text-generation", "mergekit", "merge", "en", "base_model:senseable/WestLake-7B-v2", "base_model:quantized:senseable/WestLake-7B-v2", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
text-generation
2024-03-11T20:10:52.000Z
froggeric/WestLake-10.7B-v2-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "WestLake-10.7b-v2-Q4_KS.gguf" }, { "rfilename": "WestLake-10.7b-v2-Q5_KS.gguf" }, { "rfilename": "WestLake-10.7b-v2-Q6_K.gguf" }, { "rfilename": "WestLake-10.7b-v2-Q8_0.gguf" }, { "rfilename": "config.json" }, { "rfilename": "mergekit_config.yml" } ]
transformers
{"architectures": ["MistralForCausalLM"], "model_type": "mistral"}
65efddfb73edc5d0a053a4d5
l3utterfly/mistral-7b-v0.1-layla-v4-chatml-gguf
l3utterfly
False
library-not-detected
2024-08-20T19:04:11.000Z
10
1
false
709dcb8204baa2d96c2e573374fd2f005fc2330b
1,531
[ "gguf", "license:apache-2.0", "endpoints_compatible", "region:us", "conversational" ]
null
2024-03-12T04:45:47.000Z
l3utterfly/mistral-7b-v0.1-layla-v4-chatml-gguf
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "mistral-7b-v0.1-layla-v4-chatml-Q2_K.gguf" }, { "rfilename": "mistral-7b-v0.1-layla-v4-chatml-Q3_K.gguf" }, { "rfilename": "mistral-7b-v0.1-layla-v4-chatml-Q4_0_4_4.gguf" }, { "rfilename": "mistral-7b-v0.1-layla-v4-chatml-Q4_0_4_8.gguf" }, { "rfilename": "mistral-7b-v0.1-layla-v4-chatml-Q4_0_8_8.gguf" }, { "rfilename": "mistral-7b-v0.1-layla-v4-chatml-Q4_K.gguf" }, { "rfilename": "mistral-7b-v0.1-layla-v4-chatml-Q4_K_M.gguf" }, { "rfilename": "mistral-7b-v0.1-layla-v4-chatml-Q5_K.gguf" }, { "rfilename": "mistral-7b-v0.1-layla-v4-chatml-Q6_K.gguf" }, { "rfilename": "mistral-7b-v0.1-layla-v4-chatml-Q8_0.gguf" }, { "rfilename": "mistral-7b-v0.1-layla-v4-chatml-f16.gguf" } ]
null
null
65f08c8c0268a75eac4fb8b3
devingulliver/mamba-gguf
devingulliver
False
library-not-detected
2024-03-12T20:14:30.000Z
1
1
false
4f5fc95be23f5aefa5dd1ccd639eabe35c47193b
910
[ "gguf", "merge", "text-generation", "base_model:state-spaces/mamba-1.4b", "base_model:merge:state-spaces/mamba-1.4b", "base_model:state-spaces/mamba-130m", "base_model:merge:state-spaces/mamba-130m", "base_model:state-spaces/mamba-2.8b", "base_model:merge:state-spaces/mamba-2.8b", "base_model:state-spaces/mamba-2.8b-slimpj", "base_model:merge:state-spaces/mamba-2.8b-slimpj", "base_model:state-spaces/mamba-370m", "base_model:merge:state-spaces/mamba-370m", "base_model:state-spaces/mamba-790m", "base_model:merge:state-spaces/mamba-790m", "license:apache-2.0", "endpoints_compatible", "region:us" ]
text-generation
2024-03-12T17:10:36.000Z
devingulliver/mamba-gguf
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "mamba-1.4b/mamba-1.4b-f16.gguf" }, { "rfilename": "mamba-1.4b/mamba-1.4b-f32.gguf" }, { "rfilename": "mamba-1.4b/mamba-1.4b-q2_k.gguf" }, { "rfilename": "mamba-1.4b/mamba-1.4b-q3_k_l.gguf" }, { "rfilename": "mamba-1.4b/mamba-1.4b-q3_k_m.gguf" }, { "rfilename": "mamba-1.4b/mamba-1.4b-q3_k_s.gguf" }, { "rfilename": "mamba-1.4b/mamba-1.4b-q4_0.gguf" }, { "rfilename": "mamba-1.4b/mamba-1.4b-q4_k_m.gguf" }, { "rfilename": "mamba-1.4b/mamba-1.4b-q4_k_s.gguf" }, { "rfilename": "mamba-1.4b/mamba-1.4b-q5_0.gguf" }, { "rfilename": "mamba-1.4b/mamba-1.4b-q5_k_m.gguf" }, { "rfilename": "mamba-1.4b/mamba-1.4b-q5_k_s.gguf" }, { "rfilename": "mamba-1.4b/mamba-1.4b-q6_k.gguf" }, { "rfilename": "mamba-1.4b/mamba-1.4b-q8_0.gguf" }, { "rfilename": "mamba-130m/mamba-130m-f16.gguf" }, { "rfilename": "mamba-130m/mamba-130m-f32.gguf" }, { "rfilename": "mamba-130m/mamba-130m-q2_k.gguf" }, { "rfilename": "mamba-130m/mamba-130m-q3_k_l.gguf" }, { "rfilename": "mamba-130m/mamba-130m-q3_k_m.gguf" }, { "rfilename": "mamba-130m/mamba-130m-q3_k_s.gguf" }, { "rfilename": "mamba-130m/mamba-130m-q4_0.gguf" }, { "rfilename": "mamba-130m/mamba-130m-q4_k_m.gguf" }, { "rfilename": "mamba-130m/mamba-130m-q4_k_s.gguf" }, { "rfilename": "mamba-130m/mamba-130m-q5_0.gguf" }, { "rfilename": "mamba-130m/mamba-130m-q5_k_m.gguf" }, { "rfilename": "mamba-130m/mamba-130m-q5_k_s.gguf" }, { "rfilename": "mamba-130m/mamba-130m-q6_k.gguf" }, { "rfilename": "mamba-130m/mamba-130m-q8_0.gguf" }, { "rfilename": "mamba-2.8b-slimpj/mamba-2.8b-slimpj-f16.gguf" }, { "rfilename": "mamba-2.8b-slimpj/mamba-2.8b-slimpj-f32.gguf" }, { "rfilename": "mamba-2.8b-slimpj/mamba-2.8b-slimpj-q2_k.gguf" }, { "rfilename": "mamba-2.8b-slimpj/mamba-2.8b-slimpj-q3_k_l.gguf" }, { "rfilename": "mamba-2.8b-slimpj/mamba-2.8b-slimpj-q3_k_m.gguf" }, { "rfilename": "mamba-2.8b-slimpj/mamba-2.8b-slimpj-q3_k_s.gguf" }, { "rfilename": "mamba-2.8b-slimpj/mamba-2.8b-slimpj-q4_0.gguf" }, { "rfilename": "mamba-2.8b-slimpj/mamba-2.8b-slimpj-q4_k_m.gguf" }, { "rfilename": "mamba-2.8b-slimpj/mamba-2.8b-slimpj-q4_k_s.gguf" }, { "rfilename": "mamba-2.8b-slimpj/mamba-2.8b-slimpj-q5_0.gguf" }, { "rfilename": "mamba-2.8b-slimpj/mamba-2.8b-slimpj-q5_k_m.gguf" }, { "rfilename": "mamba-2.8b-slimpj/mamba-2.8b-slimpj-q5_k_s.gguf" }, { "rfilename": "mamba-2.8b-slimpj/mamba-2.8b-slimpj-q6_k.gguf" }, { "rfilename": "mamba-2.8b-slimpj/mamba-2.8b-slimpj-q8_0.gguf" }, { "rfilename": "mamba-2.8b/mamba-2.8b-f16.gguf" }, { "rfilename": "mamba-2.8b/mamba-2.8b-f32.gguf" }, { "rfilename": "mamba-2.8b/mamba-2.8b-q2_k.gguf" }, { "rfilename": "mamba-2.8b/mamba-2.8b-q3_k_l.gguf" }, { "rfilename": "mamba-2.8b/mamba-2.8b-q3_k_m.gguf" }, { "rfilename": "mamba-2.8b/mamba-2.8b-q3_k_s.gguf" }, { "rfilename": "mamba-2.8b/mamba-2.8b-q4_0.gguf" }, { "rfilename": "mamba-2.8b/mamba-2.8b-q4_k_m.gguf" }, { "rfilename": "mamba-2.8b/mamba-2.8b-q4_k_s.gguf" }, { "rfilename": "mamba-2.8b/mamba-2.8b-q5_0.gguf" }, { "rfilename": "mamba-2.8b/mamba-2.8b-q5_k_m.gguf" }, { "rfilename": "mamba-2.8b/mamba-2.8b-q5_k_s.gguf" }, { "rfilename": "mamba-2.8b/mamba-2.8b-q6_k.gguf" }, { "rfilename": "mamba-2.8b/mamba-2.8b-q8_0.gguf" }, { "rfilename": "mamba-370m/mamba-370m-f16.gguf" }, { "rfilename": "mamba-370m/mamba-370m-f32.gguf" }, { "rfilename": "mamba-370m/mamba-370m-q2_k.gguf" }, { "rfilename": "mamba-370m/mamba-370m-q3_k_l.gguf" }, { "rfilename": "mamba-370m/mamba-370m-q3_k_m.gguf" }, { "rfilename": "mamba-370m/mamba-370m-q3_k_s.gguf" }, { "rfilename": "mamba-370m/mamba-370m-q4_0.gguf" }, { "rfilename": "mamba-370m/mamba-370m-q4_k_m.gguf" }, { "rfilename": "mamba-370m/mamba-370m-q4_k_s.gguf" }, { "rfilename": "mamba-370m/mamba-370m-q5_0.gguf" }, { "rfilename": "mamba-370m/mamba-370m-q5_k_m.gguf" }, { "rfilename": "mamba-370m/mamba-370m-q5_k_s.gguf" }, { "rfilename": "mamba-370m/mamba-370m-q6_k.gguf" }, { "rfilename": "mamba-370m/mamba-370m-q8_0.gguf" }, { "rfilename": "mamba-790m/mamba-790m-f16.gguf" }, { "rfilename": "mamba-790m/mamba-790m-f32.gguf" }, { "rfilename": "mamba-790m/mamba-790m-q2_k.gguf" }, { "rfilename": "mamba-790m/mamba-790m-q3_k_l.gguf" }, { "rfilename": "mamba-790m/mamba-790m-q3_k_m.gguf" }, { "rfilename": "mamba-790m/mamba-790m-q3_k_s.gguf" }, { "rfilename": "mamba-790m/mamba-790m-q4_0.gguf" }, { "rfilename": "mamba-790m/mamba-790m-q4_k_m.gguf" }, { "rfilename": "mamba-790m/mamba-790m-q4_k_s.gguf" }, { "rfilename": "mamba-790m/mamba-790m-q5_0.gguf" }, { "rfilename": "mamba-790m/mamba-790m-q5_k_m.gguf" }, { "rfilename": "mamba-790m/mamba-790m-q5_k_s.gguf" }, { "rfilename": "mamba-790m/mamba-790m-q6_k.gguf" }, { "rfilename": "mamba-790m/mamba-790m-q8_0.gguf" } ]
null
null
65f305be27543d33bcfac792
andrewcanis/c4ai-command-r-v01-GGUF
andrewcanis
False
library-not-detected
2024-03-16T03:14:45.000Z
80
1
false
7629a21caf04be51c9010f3ece50e4f8178e0ef1
1,738
[ "gguf", "license:cc-by-nc-4.0", "endpoints_compatible", "region:us" ]
null
2024-03-14T14:12:14.000Z
andrewcanis/c4ai-command-r-v01-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "c4ai-command-r-v01-Q2_K.gguf" }, { "rfilename": "c4ai-command-r-v01-Q3_K_L.gguf" }, { "rfilename": "c4ai-command-r-v01-Q3_K_M.gguf" }, { "rfilename": "c4ai-command-r-v01-Q3_K_S.gguf" }, { "rfilename": "c4ai-command-r-v01-Q4_0.gguf" }, { "rfilename": "c4ai-command-r-v01-Q4_K_M.gguf" }, { "rfilename": "c4ai-command-r-v01-Q4_K_S.gguf" }, { "rfilename": "c4ai-command-r-v01-Q5_0.gguf" }, { "rfilename": "c4ai-command-r-v01-Q5_K_M.gguf" }, { "rfilename": "c4ai-command-r-v01-Q5_K_S.gguf" }, { "rfilename": "c4ai-command-r-v01-Q6_K.gguf" }, { "rfilename": "c4ai-command-r-v01-Q8_0.gguf" }, { "rfilename": "c4ai-command-r-v01-f16.gguf-split-a" }, { "rfilename": "c4ai-command-r-v01-f16.gguf-split-b" }, { "rfilename": "md5sum" } ]
null
null
65f3c5bd8e0f2653cdefdce1
mradermacher/Midnight-Miqu-70B-v1.5-GGUF
mradermacher
False
pipeline-not-detected
2024-05-06T06:13:06.000Z
27
1
false
a4038f513edb88216cf7822169417d2bee45ed38
3,486
[ "transformers", "gguf", "mergekit", "merge", "en", "base_model:sophosympatheia/Midnight-Miqu-70B-v1.5", "base_model:quantized:sophosympatheia/Midnight-Miqu-70B-v1.5", "license:other", "endpoints_compatible", "region:us" ]
null
2024-03-15T03:51:25.000Z
mradermacher/Midnight-Miqu-70B-v1.5-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "Midnight-Miqu-70B-v1.5.IQ3_M.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.IQ3_S.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.IQ3_XS.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.IQ4_XS.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.Q2_K.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.Q3_K_L.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.Q3_K_M.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.Q3_K_S.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.Q4_K_M.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.Q4_K_S.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.Q5_K_M.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.Q5_K_S.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.Q6_K.gguf.part1of2" }, { "rfilename": "Midnight-Miqu-70B-v1.5.Q6_K.gguf.part2of2" }, { "rfilename": "Midnight-Miqu-70B-v1.5.Q8_0.gguf.part1of2" }, { "rfilename": "Midnight-Miqu-70B-v1.5.Q8_0.gguf.part2of2" }, { "rfilename": "README.md" } ]
transformers
null
65f46c2e3a0e5e2d200582f3
Lewdiculous/Model-Requests
Lewdiculous
False
library-not-detected
2024-09-09T21:49:29.000Z
38
1
false
61ef53a08b637c16626a71b95eb2d63d3c3e64e3
0
[ "requests", "gguf", "quantized", "license:apache-2.0", "region:us" ]
null
2024-03-15T15:41:34.000Z
Lewdiculous/Model-Requests
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "data/imatrix/imatrix-with-rp-data.txt" }, { "rfilename": "data/imatrix/imatrix-with-rp-ex.txt" }, { "rfilename": "data/imatrix/original-kalomaze-imatrix.txt" }, { "rfilename": "data/presets/cope-llama-3-0.1/3.1.0-Lewdicu-Samplers.json" }, { "rfilename": "data/presets/cope-llama-3-0.1/Llama_3_Context.json" }, { "rfilename": "data/presets/cope-llama-3-0.1/Llama_3_Instruct.json" }, { "rfilename": "data/presets/lewdicu-3.0.1/Lewdicu-Context-3.0.1.json" }, { "rfilename": "data/presets/lewdicu-3.0.1/Lewdicu-Instruct-Alpaca-3.0.1-XML.json" }, { "rfilename": "data/presets/lewdicu-3.0.1/Lewdicu-Instruct-Alpaca-3.0.1.json" }, { "rfilename": "data/presets/lewdicu-3.0.1/Lewdicu-TextGen-Samplers-3.0.1.json" }, { "rfilename": "data/presets/lewdicu-3.0.2-mistral-0.2/Lewdicu-Context-Alpaca-3.0.2-eros.json" }, { "rfilename": "data/presets/lewdicu-3.0.2-mistral-0.2/Lewdicu-Instruct-AlpacaExt-3.0.2-eros.json" }, { "rfilename": "data/presets/lewdicu-3.0.2-mistral-0.2/Lewdicu-Samplers-3.0.2.json" }, { "rfilename": "requests-banner.png" } ]
null
null
65f46c8d99c842dd93871d7a
mradermacher/winter-garden-7b-alpha-GGUF
mradermacher
False
pipeline-not-detected
2024-05-06T06:12:31.000Z
1
1
false
d94743c4de5ceb0f92f71fc6b0d3b8b277b3f6b8
220
[ "transformers", "gguf", "merge", "conversational", "multi-task", "en", "base_model:maldv/winter-garden-7b-alpha", "base_model:quantized:maldv/winter-garden-7b-alpha", "license:cc-by-nc-4.0", "endpoints_compatible", "region:us" ]
null
2024-03-15T15:43:09.000Z
mradermacher/winter-garden-7b-alpha-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "winter-garden-7b-alpha.IQ3_M.gguf" }, { "rfilename": "winter-garden-7b-alpha.IQ3_S.gguf" }, { "rfilename": "winter-garden-7b-alpha.IQ3_XS.gguf" }, { "rfilename": "winter-garden-7b-alpha.IQ4_XS.gguf" }, { "rfilename": "winter-garden-7b-alpha.Q2_K.gguf" }, { "rfilename": "winter-garden-7b-alpha.Q3_K_L.gguf" }, { "rfilename": "winter-garden-7b-alpha.Q3_K_M.gguf" }, { "rfilename": "winter-garden-7b-alpha.Q3_K_S.gguf" }, { "rfilename": "winter-garden-7b-alpha.Q4_K_M.gguf" }, { "rfilename": "winter-garden-7b-alpha.Q4_K_S.gguf" }, { "rfilename": "winter-garden-7b-alpha.Q5_K_M.gguf" }, { "rfilename": "winter-garden-7b-alpha.Q5_K_S.gguf" }, { "rfilename": "winter-garden-7b-alpha.Q6_K.gguf" }, { "rfilename": "winter-garden-7b-alpha.Q8_0.gguf" } ]
transformers
null
65f48fd8977559740c2cfa8e
mradermacher/Midnight-Miqu-70B-v1.5-i1-GGUF
mradermacher
False
pipeline-not-detected
2024-05-14T19:39:31.000Z
35
1
false
47d00733bfdffd17459b1bb09164acdf03c858ec
7,348
[ "transformers", "gguf", "mergekit", "merge", "en", "base_model:sophosympatheia/Midnight-Miqu-70B-v1.5", "base_model:quantized:sophosympatheia/Midnight-Miqu-70B-v1.5", "license:other", "endpoints_compatible", "region:us" ]
null
2024-03-15T18:13:44.000Z
mradermacher/Midnight-Miqu-70B-v1.5-i1-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "Midnight-Miqu-70B-v1.5.i1-IQ1_M.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.i1-IQ1_S.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.i1-IQ2_M.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.i1-IQ2_S.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.i1-IQ2_XS.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.i1-IQ2_XXS.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.i1-IQ3_M.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.i1-IQ3_S.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.i1-IQ3_XS.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.i1-IQ3_XXS.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.i1-IQ4_XS.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.i1-Q2_K.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.i1-Q3_K_L.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.i1-Q3_K_M.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.i1-Q3_K_S.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.i1-Q4_0.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.i1-Q4_K_M.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.i1-Q4_K_S.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.i1-Q5_K_M.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.i1-Q5_K_S.gguf" }, { "rfilename": "Midnight-Miqu-70B-v1.5.i1-Q6_K.gguf.part1of2" }, { "rfilename": "Midnight-Miqu-70B-v1.5.i1-Q6_K.gguf.part2of2" }, { "rfilename": "README.md" }, { "rfilename": "imatrix.dat" } ]
transformers
null
65f56d713545cc305082b95c
nold/c4ai-command-r-v01-GGUF
nold
False
pipeline-not-detected
2024-03-16T22:45:58.000Z
2
1
false
0dea5572f2471027ca2ee193575e6878e43ff999
124
[ "transformers", "gguf", "en", "fr", "de", "es", "it", "pt", "ja", "ko", "zh", "ar", "license:cc-by-nc-4.0", "endpoints_compatible", "region:us" ]
null
2024-03-16T09:59:13.000Z
nold/c4ai-command-r-v01-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "c4ai-command-r-v01_Q2_K.gguf" }, { "rfilename": "c4ai-command-r-v01_Q3_K_M.gguf" }, { "rfilename": "c4ai-command-r-v01_Q4_K_M.gguf" }, { "rfilename": "c4ai-command-r-v01_Q5_K_M.gguf" }, { "rfilename": "c4ai-command-r-v01_Q6_K.gguf" }, { "rfilename": "c4ai-command-r-v01_Q8_0.gguf" } ]
transformers
null
65f6806d3ae69e74d5d825dd
dhipankarthik/lawchatllm
dhipankarthik
False
not-popular-enough
2024-03-17T05:51:34.000Z
1
1
false
ad8ccaa4e0bf5173e71891fe7618d770b557fb98
23
[ "transformers", "gguf", "llama", "text-generation", "conversational", "autotrain_compatible", "endpoints_compatible", "region:us" ]
text-generation
2024-03-17T05:32:29.000Z
dhipankarthik/lawchatllm
[ { "rfilename": ".gitattributes" }, { "rfilename": "FP16.gguf" }, { "rfilename": "Q3_K_M.gguf" }, { "rfilename": "config.json" }, { "rfilename": "generation_config.json" }, { "rfilename": "special_tokens_map.json" }, { "rfilename": "tokenizer.json" }, { "rfilename": "tokenizer.model" }, { "rfilename": "tokenizer_config.json" } ]
transformers
{"architectures": ["LlamaForCausalLM"], "model_type": "llama", "tokenizer_config": {"bos_token": {"__type": "AddedToken", "content": "<s>", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false}, "chat_template": "{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% set system_message = false %}{% endif %}{% for message in loop_messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if loop.index0 == 0 and system_message != false %}{% set content = '<<SYS>>\\n' + system_message + '\\n<</SYS>>\\n\\n' + message['content'] %}{% else %}{% set content = message['content'] %}{% endif %}{% if message['role'] == 'user' %}{{ bos_token + '[INST] ' + content.strip() + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ ' ' + content.strip() + ' ' + eos_token }}{% endif %}{% endfor %}", "eos_token": {"__type": "AddedToken", "content": "</s>", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false}, "pad_token": null, "unk_token": {"__type": "AddedToken", "content": "<unk>", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false}}}
65f6ab8a977559740cc80795
webbigdata/C3TR-Adapter_gguf
webbigdata
False
library-not-detected
2024-08-14T03:15:11.000Z
22
1
false
9596d9a8472464fed65007b6833d1cf3671a25c2
856
[ "gguf", "translation", "gemma2", "llama.cpp", "en", "ja", "license:gemma", "endpoints_compatible", "region:us" ]
translation
2024-03-17T08:36:26.000Z
webbigdata/C3TR-Adapter_gguf
[ { "rfilename": ".gitattributes" }, { "rfilename": "C3TR-Adapter-IQ3_XXS.gguf" }, { "rfilename": "C3TR-Adapter-Q3_k_m.gguf" }, { "rfilename": "C3TR-Adapter-Q4_k_m.gguf" }, { "rfilename": "C3TR-Adapter.f16.Q4_k_m.gguf" }, { "rfilename": "C3TR-Adapter.f16.Q5_k_m.gguf" }, { "rfilename": "C3TR-Adapter.f16.Q6_k.gguf" }, { "rfilename": "C3TR-Adapter.f16.Q8_0.gguf" }, { "rfilename": "README.md" } ]
null
null
65f6f27cb97a85ae9d0f0781
Hemanth-thunder/Tamil-Mistral-7B-Instruct-v0.1
Hemanth-thunder
False
not-popular-enough
2024-04-14T03:11:54.000Z
14
1
false
398e63539edc6a56ba431337ebdea476e8e44f75
536
[ "transformers", "safetensors", "gguf", "mistral", "text-generation", "Mistral", "instruct", "finetune", "chatml", "DPO", "RLHF", "gpt4", "synthetic data", "distillation", "function calling", "json mode", "ta", "dataset:Hemanth-thunder/tamil-open-instruct-v1", "base_model:Hemanth-thunder/Tamil-Mistral-7B-v0.1", "base_model:quantized:Hemanth-thunder/Tamil-Mistral-7B-v0.1", "license:apache-2.0", "autotrain_compatible", "text-generation-inference", "endpoints_compatible", "region:us" ]
text-generation
2024-03-17T13:39:08.000Z
Hemanth-thunder/Tamil-Mistral-7B-Instruct-v0.1
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "Tamil_llm.mp4" }, { "rfilename": "config.json" }, { "rfilename": "generation_config.json" }, { "rfilename": "model-00001-of-00003.safetensors" }, { "rfilename": "model-00002-of-00003.safetensors" }, { "rfilename": "model-00003-of-00003.safetensors" }, { "rfilename": "model.safetensors.index.json" }, { "rfilename": "special_tokens_map.json" }, { "rfilename": "tamil-mistral-7b-instruct-v0.1.Q4_K_M.gguf" }, { "rfilename": "tamil-mistral-7b-instruct-v0.1.Q5_K_M.gguf" }, { "rfilename": "tokenizer.json" }, { "rfilename": "tokenizer.model" }, { "rfilename": "tokenizer_config.json" } ]
transformers
{"architectures": ["MistralForCausalLM"], "model_type": "mistral", "tokenizer_config": {"bos_token": "<s>", "eos_token": "</s>", "pad_token": "</s>", "unk_token": "<unk>", "use_default_system_prompt": false}}
65fb5eadec1f99ad1ff80e0f
bartowski/Starling-LM-7B-beta-GGUF
bartowski
False
not-popular-enough
2024-03-20T22:23:14.000Z
25
1
false
d205a1838ab962cf3ed438b76267fa7df069684a
886
[ "transformers", "gguf", "reward model", "RLHF", "RLAIF", "text-generation", "en", "dataset:berkeley-nest/Nectar", "license:apache-2.0", "endpoints_compatible", "region:us", "conversational" ]
text-generation
2024-03-20T22:09:49.000Z
bartowski/Starling-LM-7B-beta-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "Starling-LM-7B-beta-IQ3_M.gguf" }, { "rfilename": "Starling-LM-7B-beta-IQ3_S.gguf" }, { "rfilename": "Starling-LM-7B-beta-IQ4_NL.gguf" }, { "rfilename": "Starling-LM-7B-beta-IQ4_XS.gguf" }, { "rfilename": "Starling-LM-7B-beta-Q2_K.gguf" }, { "rfilename": "Starling-LM-7B-beta-Q3_K_L.gguf" }, { "rfilename": "Starling-LM-7B-beta-Q3_K_M.gguf" }, { "rfilename": "Starling-LM-7B-beta-Q3_K_S.gguf" }, { "rfilename": "Starling-LM-7B-beta-Q4_0.gguf" }, { "rfilename": "Starling-LM-7B-beta-Q4_K_M.gguf" }, { "rfilename": "Starling-LM-7B-beta-Q4_K_S.gguf" }, { "rfilename": "Starling-LM-7B-beta-Q5_0.gguf" }, { "rfilename": "Starling-LM-7B-beta-Q5_K_M.gguf" }, { "rfilename": "Starling-LM-7B-beta-Q5_K_S.gguf" }, { "rfilename": "Starling-LM-7B-beta-Q6_K.gguf" }, { "rfilename": "Starling-LM-7B-beta-Q8_0.gguf" } ]
transformers
null
65fc57541a95f37f0836d458
FL33TW00D-HF/distil-whisper-large-v3
FL33TW00D-HF
False
not-popular-enough
2024-06-25T19:21:48.000Z
3
1
false
8d0edf572bf8290b24edae8645139cea693d0a34
4,262
[ "transformers", "gguf", "whisper", "automatic-speech-recognition", "license:apache-2.0", "endpoints_compatible", "region:us" ]
automatic-speech-recognition
2024-03-21T15:50:44.000Z
FL33TW00D-HF/distil-whisper-large-v3
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "config.json" }, { "rfilename": "distil-large-v3_f16.gguf" }, { "rfilename": "distil-large-v3_q4k.gguf" }, { "rfilename": "distil-large-v3_q8.bin" }, { "rfilename": "distil-large-v3_q8_0.gguf" }, { "rfilename": "melfilters.bytes" }, { "rfilename": "melfilters128.bytes" } ]
transformers
{"architectures": ["WhisperForConditionalGeneration"], "model_type": "whisper"}
65fc5b91fc9132a2df058abf
google/codegemma-2b-GGUF
google
manual
pipeline-library-pair-not-supported
2024-06-27T14:09:56.000Z
22
1
false
6de139035c06f87e8a46338491bfe06403f713a8
24
[ "llama.cpp", "gguf", "text-generation", "license:gemma", "endpoints_compatible", "region:us" ]
text-generation
2024-03-21T16:08:49.000Z
google/codegemma-2b-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "codegemma-2b-f16.gguf" }, { "rfilename": "codegemma-2b.gguf" }, { "rfilename": "codegemma_nl_benchmarks.png" } ]
llama.cpp
null
65fded03b0432edfb52ebf54
EmilMarian/OpenHermes-2.5-Mistral-7B-BOLA-Karate-Fine-Tuned
EmilMarian
False
not-popular-enough
2024-03-25T14:50:23.000Z
1
1
false
9b4bda8629e83ff85442d464bd26b969ac2683b2
23
[ "transformers", "safetensors", "gguf", "mistral", "text-generation", "conversational", "doi:10.57967/hf/1967", "license:apache-2.0", "autotrain_compatible", "text-generation-inference", "endpoints_compatible", "region:us" ]
text-generation
2024-03-22T20:41:39.000Z
EmilMarian/OpenHermes-2.5-Mistral-7B-BOLA-Karate-Fine-Tuned
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "added_tokens.json" }, { "rfilename": "config.json" }, { "rfilename": "generation_config.json" }, { "rfilename": "krtllm_model_v1_7.q8_0.gguf" }, { "rfilename": "model-00001-of-00003.safetensors" }, { "rfilename": "model-00002-of-00003.safetensors" }, { "rfilename": "model-00003-of-00003.safetensors" }, { "rfilename": "model.safetensors.index.json" }, { "rfilename": "special_tokens_map.json" }, { "rfilename": "tokenizer.model" }, { "rfilename": "tokenizer_config.json" } ]
transformers
{"architectures": ["MistralForCausalLM"], "model_type": "mistral", "tokenizer_config": {"bos_token": "<s>", "chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}", "eos_token": "<|im_end|>", "pad_token": null, "unk_token": "<unk>", "use_default_system_prompt": true}}
65fe6fc8300c46750f46b494
mradermacher/RP_Vision_7B-GGUF
mradermacher
False
pipeline-not-detected
2024-05-06T06:03:06.000Z
3
1
false
47612f8aebbac64ebc5619333cff2f32cea5d9f3
179
[ "transformers", "gguf", "mergekit", "merge", "en", "base_model:ChaoticNeutrals/RP_Vision_7B", "base_model:quantized:ChaoticNeutrals/RP_Vision_7B", "license:apache-2.0", "endpoints_compatible", "region:us" ]
null
2024-03-23T05:59:36.000Z
mradermacher/RP_Vision_7B-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "RP_Vision_7B.IQ3_M.gguf" }, { "rfilename": "RP_Vision_7B.IQ3_S.gguf" }, { "rfilename": "RP_Vision_7B.IQ3_XS.gguf" }, { "rfilename": "RP_Vision_7B.IQ4_XS.gguf" }, { "rfilename": "RP_Vision_7B.Q2_K.gguf" }, { "rfilename": "RP_Vision_7B.Q3_K_L.gguf" }, { "rfilename": "RP_Vision_7B.Q3_K_M.gguf" }, { "rfilename": "RP_Vision_7B.Q3_K_S.gguf" }, { "rfilename": "RP_Vision_7B.Q4_K_M.gguf" }, { "rfilename": "RP_Vision_7B.Q4_K_S.gguf" }, { "rfilename": "RP_Vision_7B.Q5_K_M.gguf" }, { "rfilename": "RP_Vision_7B.Q5_K_S.gguf" }, { "rfilename": "RP_Vision_7B.Q6_K.gguf" }, { "rfilename": "RP_Vision_7B.Q8_0.gguf" } ]
transformers
null
65fe86d02a0cdd3c59fc082d
Lewdiculous/RP_Vision_7B-GGUF-IQ-Imatrix
Lewdiculous
False
explicit-opt-out
2024-03-23T10:20:24.000Z
6
1
false
031c144c0e16f2538e49d3ef31252be094c92816
574
[ "gguf", "quantized", "roleplay", "multimodal", "vision", "sillytavern", "merge", "mistral", "license:apache-2.0", "region:us" ]
null
2024-03-23T07:37:52.000Z
Lewdiculous/RP_Vision_7B-GGUF-IQ-Imatrix
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "RP_Vision_7B-F16.gguf" }, { "rfilename": "RP_Vision_7B-IQ3_M-imat.gguf" }, { "rfilename": "RP_Vision_7B-IQ3_S-imat.gguf" }, { "rfilename": "RP_Vision_7B-IQ3_XXS-imat.gguf" }, { "rfilename": "RP_Vision_7B-IQ4_XS-imat.gguf" }, { "rfilename": "RP_Vision_7B-Q4_K_M-imat.gguf" }, { "rfilename": "RP_Vision_7B-Q4_K_S-imat.gguf" }, { "rfilename": "RP_Vision_7B-Q5_K_M-imat.gguf" }, { "rfilename": "RP_Vision_7B-Q5_K_S-imat.gguf" }, { "rfilename": "RP_Vision_7B-Q6_K-imat.gguf" }, { "rfilename": "RP_Vision_7B-Q8_0-imat.gguf" }, { "rfilename": "imatrix-with-rp-data.txt" }, { "rfilename": "imatrix.dat" }, { "rfilename": "mmproj/mmproj-model-f16.gguf" } ]
null
null
65ff7797eb7648d6c69d7a2f
mradermacher/llama-2-7b-chat-sexed-version3-GGUF
mradermacher
False
pipeline-not-detected
2024-05-06T06:01:49.000Z
1
1
false
ecb0e1d0d785e600cdd10f600d3dd7d684b0af2d
1,255
[ "transformers", "gguf", "en", "base_model:ben-wycliff/llama-2-7b-chat-sexed-version3", "base_model:quantized:ben-wycliff/llama-2-7b-chat-sexed-version3", "endpoints_compatible", "region:us", "conversational" ]
null
2024-03-24T00:45:11.000Z
mradermacher/llama-2-7b-chat-sexed-version3-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "llama-2-7b-chat-sexed-version3.IQ3_M.gguf" }, { "rfilename": "llama-2-7b-chat-sexed-version3.IQ3_S.gguf" }, { "rfilename": "llama-2-7b-chat-sexed-version3.IQ3_XS.gguf" }, { "rfilename": "llama-2-7b-chat-sexed-version3.IQ4_NL.gguf" }, { "rfilename": "llama-2-7b-chat-sexed-version3.IQ4_XS.gguf" }, { "rfilename": "llama-2-7b-chat-sexed-version3.Q2_K.gguf" }, { "rfilename": "llama-2-7b-chat-sexed-version3.Q3_K_L.gguf" }, { "rfilename": "llama-2-7b-chat-sexed-version3.Q3_K_M.gguf" }, { "rfilename": "llama-2-7b-chat-sexed-version3.Q3_K_S.gguf" }, { "rfilename": "llama-2-7b-chat-sexed-version3.Q4_0.gguf" }, { "rfilename": "llama-2-7b-chat-sexed-version3.Q4_K_M.gguf" }, { "rfilename": "llama-2-7b-chat-sexed-version3.Q4_K_S.gguf" }, { "rfilename": "llama-2-7b-chat-sexed-version3.Q5_K_M.gguf" }, { "rfilename": "llama-2-7b-chat-sexed-version3.Q5_K_S.gguf" }, { "rfilename": "llama-2-7b-chat-sexed-version3.Q6_K.gguf" }, { "rfilename": "llama-2-7b-chat-sexed-version3.Q8_0.gguf" } ]
transformers
null
6600b60ee8c7ee8f176798b1
ZySec-AI/ZySec-7B-GGUF
ZySec-AI
False
library-not-detected
2024-03-24T23:50:07.000Z
1
1
false
5dcf915da741e8351c02cb01c2c068212e0b5ee6
38
[ "gguf", "license:apache-2.0", "endpoints_compatible", "region:us", "conversational" ]
null
2024-03-24T23:23:58.000Z
ZySec-AI/ZySec-7B-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "ZySec-7B.Q8_0.gguf" } ]
null
null
66038a14f46bb66291ab40ec
Lewdiculous/Eris_PrimeV4-Vision-32k-7B-GGUF-IQ-Imatrix
Lewdiculous
False
explicit-opt-out
2024-03-27T11:01:37.000Z
14
1
false
fd2372c740a3f7f7f72e6dbb3860754f3b36a37c
688
[ "gguf", "quantized", "roleplay", "multimodal", "vision", "llava", "sillytavern", "merge", "mistral", "conversational", "license:other", "region:us" ]
null
2024-03-27T02:53:08.000Z
Lewdiculous/Eris_PrimeV4-Vision-32k-7B-GGUF-IQ-Imatrix
[ { "rfilename": ".gitattributes" }, { "rfilename": "Eris_PrimeV4-Vision-32k-7B-F16.gguf" }, { "rfilename": "Eris_PrimeV4-Vision-32k-7B-IQ3_M-imat.gguf" }, { "rfilename": "Eris_PrimeV4-Vision-32k-7B-IQ3_S-imat.gguf" }, { "rfilename": "Eris_PrimeV4-Vision-32k-7B-IQ3_XXS-imat.gguf" }, { "rfilename": "Eris_PrimeV4-Vision-32k-7B-IQ4_XS-imat.gguf" }, { "rfilename": "Eris_PrimeV4-Vision-32k-7B-Q4_K_M-imat.gguf" }, { "rfilename": "Eris_PrimeV4-Vision-32k-7B-Q4_K_S-imat.gguf" }, { "rfilename": "Eris_PrimeV4-Vision-32k-7B-Q5_K_M-imat.gguf" }, { "rfilename": "Eris_PrimeV4-Vision-32k-7B-Q5_K_S-imat.gguf" }, { "rfilename": "Eris_PrimeV4-Vision-32k-7B-Q6_K-imat.gguf" }, { "rfilename": "Eris_PrimeV4-Vision-32k-7B-Q8_0-imat.gguf" }, { "rfilename": "README.md" }, { "rfilename": "imatrix-with-rp-data.txt" }, { "rfilename": "imatrix.dat" }, { "rfilename": "mmproj/mmproj-model-f16.gguf" }, { "rfilename": "sillytavern-presets-lewdicu-3.0.2-mistral-0.2/Lewdicu-Context-3.0.2-eros.json" }, { "rfilename": "sillytavern-presets-lewdicu-3.0.2-mistral-0.2/Lewdicu-Instruct-Alpaca-3.0.2-tentative.json" }, { "rfilename": "sillytavern-presets-lewdicu-3.0.2-mistral-0.2/Lewdicu-Samplers-3.0.2.json" } ]
null
null
6604d64a4a6939fbe1654081
ZiangWu/MobileVLM_V2-1.7B-GGUF
ZiangWu
False
library-not-detected
2024-03-28T02:37:45.000Z
14
1
false
422c888cc387d71831bedf48d59f0a66b27fad68
492
[ "gguf", "MobileVLM V2", "arxiv:2402.03766", "license:apache-2.0", "region:us" ]
null
2024-03-28T02:30:34.000Z
ZiangWu/MobileVLM_V2-1.7B-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "ggml-model-q4_k.gguf" }, { "rfilename": "mmproj-model-f16.gguf" } ]
null
null
6608357153b869c9287b8252
prsyahmi/mallam-1.1b-20k-instructions-v2-GGUF
prsyahmi
False
explicit-opt-out
2024-04-01T00:05:48.000Z
2
1
false
71aec92722a1e139fc08c7ab1d88ec25b2469a8d
68
[ "gguf", "finetuned", "text-generation", "ms", "base_model:mesolitica/mallam-1.1b-20k-instructions-v2", "base_model:quantized:mesolitica/mallam-1.1b-20k-instructions-v2", "region:us", "conversational" ]
text-generation
2024-03-30T15:53:21.000Z
prsyahmi/mallam-1.1b-20k-instructions-v2-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "mallam-1.1b-20k-instructions-v2.Q2_K.gguf" }, { "rfilename": "mallam-1.1b-20k-instructions-v2.Q3_K_L.gguf" }, { "rfilename": "mallam-1.1b-20k-instructions-v2.Q4_K_M.gguf" }, { "rfilename": "mallam-1.1b-20k-instructions-v2.Q5_K_M.gguf" }, { "rfilename": "mallam-1.1b-20k-instructions-v2.Q6_K.gguf" }, { "rfilename": "mallam-1.1b-20k-instructions-v2.Q8_0.gguf" }, { "rfilename": "mallam-1.1b-20k-instructions-v2.f32.gguf" } ]
null
null
660938828db1f6ae03dc54d5
prsyahmi/malaysian-gemma-2B-16k-instructions-GGUF
prsyahmi
False
explicit-opt-out
2024-04-01T00:04:50.000Z
1
1
false
62819ce821559d7695dc4ab73f12351372671bd3
149
[ "gguf", "finetuned", "text-generation", "ms", "base_model:mesolitica/gemma-2B-16k-instructions", "base_model:quantized:mesolitica/gemma-2B-16k-instructions", "region:us", "conversational" ]
text-generation
2024-03-31T10:18:42.000Z
prsyahmi/malaysian-gemma-2B-16k-instructions-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "malaysian-gemma-2b-16k-instructions.Q2_K.gguf" }, { "rfilename": "malaysian-gemma-2b-16k-instructions.Q3_K_L.gguf" }, { "rfilename": "malaysian-gemma-2b-16k-instructions.Q4_K_M.gguf" }, { "rfilename": "malaysian-gemma-2b-16k-instructions.Q5_K_M.gguf" }, { "rfilename": "malaysian-gemma-2b-16k-instructions.Q6_K.gguf" }, { "rfilename": "malaysian-gemma-2b-16k-instructions.Q8_0.gguf" }, { "rfilename": "malaysian-gemma-2b-16k-instructions.f16.gguf" }, { "rfilename": "malaysian-gemma-2b-16k-instructions.f32.gguf" } ]
null
null
660b65aad81d6112495ae906
vinai/PhoGPT-4B-Chat-gguf
vinai
False
pipeline-not-detected
2024-11-12T07:45:40.000Z
8
1
false
192f8ac548e5012d28d8703111842c49fef39271
195
[ "transformers", "gguf", "mpt", "vi", "arxiv:2311.02945", "license:bsd-3-clause", "endpoints_compatible", "region:us" ]
null
2024-04-02T01:55:54.000Z
vinai/PhoGPT-4B-Chat-gguf
[ { "rfilename": ".gitattributes" }, { "rfilename": "PhoGPT-4B-Chat-Q4_K_M.gguf" }, { "rfilename": "PhoGPT-4B-Chat-Q8_0.gguf" }, { "rfilename": "PhoGPT-4B-Chat.gguf" }, { "rfilename": "README.md" }, { "rfilename": "config.json" }, { "rfilename": "phogpt_4b_chat_preset.json" } ]
transformers
{"model_type": "mpt"}
660bff579663d22c10019da6
ManniX-ITA/Mixtral_7Bx2_MoE-GGUF
ManniX-ITA
False
explicit-opt-out
2024-04-03T11:13:08.000Z
3
1
false
a365968c85fa4b00abed320477dad8f78f429988
288
[ "transformers", "gguf", "mixtral", "text-generation", "base_model:cloudyu/Mixtral_7Bx2_MoE", "base_model:quantized:cloudyu/Mixtral_7Bx2_MoE", "license:cc-by-nc-4.0", "autotrain_compatible", "region:us" ]
text-generation
2024-04-02T12:51:35.000Z
ManniX-ITA/Mixtral_7Bx2_MoE-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "Mixtral_7Bx2_MoE-IQ3_M.gguf" }, { "rfilename": "Mixtral_7Bx2_MoE-IQ3_S.gguf" }, { "rfilename": "Mixtral_7Bx2_MoE-IQ3_XS.gguf" }, { "rfilename": "Mixtral_7Bx2_MoE-IQ4_NL.gguf" }, { "rfilename": "Mixtral_7Bx2_MoE-IQ4_XS.gguf" }, { "rfilename": "Mixtral_7Bx2_MoE-Q2_K.gguf" }, { "rfilename": "Mixtral_7Bx2_MoE-Q3_K_L.gguf" }, { "rfilename": "Mixtral_7Bx2_MoE-Q3_K_M.gguf" }, { "rfilename": "Mixtral_7Bx2_MoE-Q3_K_S.gguf" }, { "rfilename": "Mixtral_7Bx2_MoE-Q4_0.gguf" }, { "rfilename": "Mixtral_7Bx2_MoE-Q4_K_M.gguf" }, { "rfilename": "Mixtral_7Bx2_MoE-Q4_K_S.gguf" }, { "rfilename": "Mixtral_7Bx2_MoE-Q5_0.gguf" }, { "rfilename": "Mixtral_7Bx2_MoE-Q5_K_M.gguf" }, { "rfilename": "Mixtral_7Bx2_MoE-Q5_K_S.gguf" }, { "rfilename": "Mixtral_7Bx2_MoE-Q6_K.gguf" }, { "rfilename": "README.md" }, { "rfilename": "config.json" } ]
transformers
{"architectures": ["MixtralForCausalLM"], "model_type": "mixtral"}
660cf9a924b3f2732d17c8a5
SeaLLMs/SeaLLM-7B-v2.5-GGUF
SeaLLMs
False
library-not-detected
2024-04-25T08:55:56.000Z
8
1
false
7a68d1633fd9d1f1e3ea18f7ebebe69021e79173
98
[ "gguf", "multilingual", "sea", "en", "zh", "vi", "id", "th", "ms", "km", "lo", "my", "tl", "arxiv:2312.00738", "license:other", "endpoints_compatible", "region:us", "conversational" ]
null
2024-04-03T06:39:37.000Z
SeaLLMs/SeaLLM-7B-v2.5-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "seallm-7b-v2.5-chatml.Q4_K_M.gguf" }, { "rfilename": "seallm-7b-v2.5.Q4_K_M.gguf" }, { "rfilename": "seallm-v2.5.preset.json" } ]
null
null
660d384b0e730b403070a1ab
ggml-org/gemma-1.1-2b-it-Q8_0-GGUF
ggml-org
False
library-not-detected
2024-04-05T08:40:45.000Z
1
1
false
dcb3322b9d6784e0350c58d124ff45f2ca09ad24
1,537
[ "gguf", "llama-cpp", "gguf-my-repo", "endpoints_compatible", "region:us", "conversational" ]
null
2024-04-03T11:06:51.000Z
ggml-org/gemma-1.1-2b-it-Q8_0-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "gemma-1.1-2b-it.Q8_0.gguf" } ]
null
null
660dd3631714de5d5bbabee4
mradermacher/bagel-20b-v04-GGUF
mradermacher
False
pipeline-not-detected
2024-05-06T05:19:46.000Z
2
1
false
40497923df745c570ca786609a976288f3e98eb7
261
[ "transformers", "gguf", "en", "dataset:ai2_arc", "dataset:allenai/ultrafeedback_binarized_cleaned", "dataset:argilla/distilabel-intel-orca-dpo-pairs", "dataset:jondurbin/airoboros-3.2", "dataset:codeparrot/apps", "dataset:facebook/belebele", "dataset:bluemoon-fandom-1-1-rp-cleaned", "dataset:boolq", "dataset:camel-ai/biology", "dataset:camel-ai/chemistry", "dataset:camel-ai/math", "dataset:camel-ai/physics", "dataset:jondurbin/contextual-dpo-v0.1", "dataset:jondurbin/gutenberg-dpo-v0.1", "dataset:jondurbin/py-dpo-v0.1", "dataset:jondurbin/truthy-dpo-v0.1", "dataset:LDJnr/Capybara", "dataset:jondurbin/cinematika-v0.1", "dataset:WizardLM/WizardLM_evol_instruct_70k", "dataset:glaiveai/glaive-function-calling-v2", "dataset:grimulkan/LimaRP-augmented", "dataset:lmsys/lmsys-chat-1m", "dataset:ParisNeo/lollms_aware_dataset", "dataset:TIGER-Lab/MathInstruct", "dataset:Muennighoff/natural-instructions", "dataset:openbookqa", "dataset:kingbri/PIPPA-shareGPT", "dataset:piqa", "dataset:Vezora/Tested-22k-Python-Alpaca", "dataset:ropes", "dataset:cakiki/rosetta-code", "dataset:Open-Orca/SlimOrca", "dataset:b-mc2/sql-create-context", "dataset:squad_v2", "dataset:mattpscott/airoboros-summarization", "dataset:migtissera/Synthia-v1.3", "dataset:unalignment/toxic-dpo-v0.2", "dataset:WhiteRabbitNeo/WRN-Chapter-1", "dataset:WhiteRabbitNeo/WRN-Chapter-2", "dataset:winogrande", "base_model:jondurbin/bagel-20b-v04", "base_model:quantized:jondurbin/bagel-20b-v04", "license:other", "endpoints_compatible", "region:us", "conversational" ]
null
2024-04-03T22:08:35.000Z
mradermacher/bagel-20b-v04-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "bagel-20b-v04.IQ3_M.gguf" }, { "rfilename": "bagel-20b-v04.IQ3_S.gguf" }, { "rfilename": "bagel-20b-v04.IQ3_XS.gguf" }, { "rfilename": "bagel-20b-v04.IQ4_XS.gguf" }, { "rfilename": "bagel-20b-v04.Q2_K.gguf" }, { "rfilename": "bagel-20b-v04.Q3_K_L.gguf" }, { "rfilename": "bagel-20b-v04.Q3_K_M.gguf" }, { "rfilename": "bagel-20b-v04.Q3_K_S.gguf" }, { "rfilename": "bagel-20b-v04.Q4_K_M.gguf" }, { "rfilename": "bagel-20b-v04.Q4_K_S.gguf" }, { "rfilename": "bagel-20b-v04.Q5_K_M.gguf" }, { "rfilename": "bagel-20b-v04.Q5_K_S.gguf" }, { "rfilename": "bagel-20b-v04.Q6_K.gguf" }, { "rfilename": "bagel-20b-v04.Q8_0.gguf" } ]
transformers
null
660edc8235d092e3fc27e1ff
pmysl/c4ai-command-r-plus-GGUF
pmysl
False
library-not-detected
2024-06-11T16:18:20.000Z
37
1
false
2eaa2b3543c11e7b55931da633f179da64dcdd1a
6,404
[ "gguf", "text-generation", "base_model:CohereForAI/c4ai-command-r-plus", "base_model:quantized:CohereForAI/c4ai-command-r-plus", "license:cc-by-nc-4.0", "endpoints_compatible", "region:us", "conversational" ]
text-generation
2024-04-04T16:59:46.000Z
pmysl/c4ai-command-r-plus-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "command-r-plus-Q2_K.gguf" }, { "rfilename": "command-r-plus-Q3_K_L-00001-of-00002.gguf" }, { "rfilename": "command-r-plus-Q3_K_L-00002-of-00002.gguf" }, { "rfilename": "command-r-plus-Q3_K_M-00001-of-00002.gguf" }, { "rfilename": "command-r-plus-Q3_K_M-00002-of-00002.gguf" }, { "rfilename": "command-r-plus-Q3_K_S.gguf" }, { "rfilename": "command-r-plus-Q4_K_M-00001-of-00002.gguf" }, { "rfilename": "command-r-plus-Q4_K_M-00002-of-00002.gguf" }, { "rfilename": "command-r-plus-Q4_K_S-00001-of-00002.gguf" }, { "rfilename": "command-r-plus-Q4_K_S-00002-of-00002.gguf" }, { "rfilename": "command-r-plus-Q5_K_M-00001-of-00002.gguf" }, { "rfilename": "command-r-plus-Q5_K_M-00002-of-00002.gguf" }, { "rfilename": "command-r-plus-Q5_K_S-00001-of-00002.gguf" }, { "rfilename": "command-r-plus-Q5_K_S-00002-of-00002.gguf" }, { "rfilename": "command-r-plus-Q6_K-00001-of-00002.gguf" }, { "rfilename": "command-r-plus-Q6_K-00002-of-00002.gguf" }, { "rfilename": "command-r-plus-Q8_0-00001-of-00003.gguf" }, { "rfilename": "command-r-plus-Q8_0-00002-of-00003.gguf" }, { "rfilename": "command-r-plus-Q8_0-00003-of-00003.gguf" }, { "rfilename": "command-r-plus-f16-00001-of-00005.gguf" }, { "rfilename": "command-r-plus-f16-00002-of-00005.gguf" }, { "rfilename": "command-r-plus-f16-00003-of-00005.gguf" }, { "rfilename": "command-r-plus-f16-00004-of-00005.gguf" }, { "rfilename": "command-r-plus-f16-00005-of-00005.gguf" }, { "rfilename": "imatrix/command-r-plus-IQ1_M.gguf" }, { "rfilename": "imatrix/command-r-plus-IQ1_S.gguf" }, { "rfilename": "imatrix/command-r-plus-IQ2_M.gguf" }, { "rfilename": "imatrix/command-r-plus-IQ2_S.gguf" }, { "rfilename": "imatrix/command-r-plus-IQ2_XS.gguf" }, { "rfilename": "imatrix/command-r-plus-IQ2_XXS.gguf" }, { "rfilename": "imatrix/command-r-plus-IQ3_M.gguf" }, { "rfilename": "imatrix/command-r-plus-IQ3_S.gguf" }, { "rfilename": "imatrix/command-r-plus-IQ3_XS.gguf" }, { "rfilename": "imatrix/command-r-plus-IQ3_XXS.gguf" }, { "rfilename": "imatrix/command-r-plus-IQ4_NL-00001-of-00002.gguf" }, { "rfilename": "imatrix/command-r-plus-IQ4_NL-00002-of-00002.gguf" }, { "rfilename": "imatrix/command-r-plus-IQ4_XS-00001-of-00002.gguf" }, { "rfilename": "imatrix/command-r-plus-IQ4_XS-00002-of-00002.gguf" }, { "rfilename": "imatrix/command-r-plus-Q2_K_S.gguf" }, { "rfilename": "imatrix/command-r-plus-f16-c2048-groups_merged-imatrix.dat" } ]
null
null
660f30056c6d6f0308e7a786
dranger003/c4ai-command-r-plus-iMat.GGUF
dranger003
False
pipeline-library-pair-not-supported
2024-05-06T17:06:16.000Z
137
1
false
77baa9c71af9ecd7dea00be00fc5aa154eb5cf59
3,276
[ "gguf", "text-generation", "base_model:CohereForAI/c4ai-command-r-plus", "base_model:quantized:CohereForAI/c4ai-command-r-plus", "license:cc-by-nc-4.0", "endpoints_compatible", "region:us" ]
text-generation
2024-04-04T22:56:05.000Z
dranger003/c4ai-command-r-plus-iMat.GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "ggml-c4ai-command-r-plus-104b-ppl.png" }, { "rfilename": "ggml-c4ai-command-r-plus-f16-00001-of-00005.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-f16-00002-of-00005.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-f16-00003-of-00005.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-f16-00004-of-00005.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-f16-00005-of-00005.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-f16-imatrix.dat" }, { "rfilename": "ggml-c4ai-command-r-plus-iq1_m.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-iq1_s.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-iq2_m.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-iq2_s.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-iq2_xs.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-iq2_xxs.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-iq3_m.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-iq3_s.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-iq3_xs.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-iq3_xxs.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-iq4_nl-00001-of-00002.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-iq4_nl-00002-of-00002.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-iq4_xs-00001-of-00002.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-iq4_xs-00002-of-00002.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-q2_k.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-q2_k_s.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-q3_k_l-00001-of-00002.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-q3_k_l-00002-of-00002.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-q3_k_m-00001-of-00002.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-q3_k_m-00002-of-00002.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-q4_k_m-00001-of-00002.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-q4_k_m-00002-of-00002.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-q4_k_s-00001-of-00002.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-q4_k_s-00002-of-00002.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-q5_k_m-00001-of-00002.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-q5_k_m-00002-of-00002.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-q5_k_s-00001-of-00002.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-q5_k_s-00002-of-00002.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-q6_k-00001-of-00002.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-q6_k-00002-of-00002.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-q8_0-00001-of-00003.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-q8_0-00002-of-00003.gguf" }, { "rfilename": "ggml-c4ai-command-r-plus-q8_0-00003-of-00003.gguf" } ]
gguf
null
660f9a3aab23c184850872b3
bartowski/TableLLM-13b-GGUF
bartowski
False
library-not-detected
2024-04-05T06:52:25.000Z
2
1
false
4de7e86b6afae0df7cc202a8f4871bcb3053cf06
344
[ "gguf", "Table", "QA", "Code", "text-generation", "en", "dataset:RUCKBReasoning/TableLLM-SFT", "license:llama2", "endpoints_compatible", "region:us" ]
text-generation
2024-04-05T06:29:14.000Z
bartowski/TableLLM-13b-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "TableLLM-13b-IQ3_M.gguf" }, { "rfilename": "TableLLM-13b-IQ3_S.gguf" }, { "rfilename": "TableLLM-13b-IQ4_NL.gguf" }, { "rfilename": "TableLLM-13b-IQ4_XS.gguf" }, { "rfilename": "TableLLM-13b-Q2_K.gguf" }, { "rfilename": "TableLLM-13b-Q3_K_L.gguf" }, { "rfilename": "TableLLM-13b-Q3_K_M.gguf" }, { "rfilename": "TableLLM-13b-Q3_K_S.gguf" }, { "rfilename": "TableLLM-13b-Q4_0.gguf" }, { "rfilename": "TableLLM-13b-Q4_K_M.gguf" }, { "rfilename": "TableLLM-13b-Q4_K_S.gguf" }, { "rfilename": "TableLLM-13b-Q5_0.gguf" }, { "rfilename": "TableLLM-13b-Q5_K_M.gguf" }, { "rfilename": "TableLLM-13b-Q5_K_S.gguf" }, { "rfilename": "TableLLM-13b-Q6_K.gguf" }, { "rfilename": "TableLLM-13b-Q8_0.gguf" } ]
null
null
660fc6c87daf5d7eda0e7e39
ggml-org/gemma-1.1-7b-it-Q4_K_M-GGUF
ggml-org
False
library-not-detected
2024-04-05T09:39:34.000Z
2
1
false
ca2bc3fc8e393fa6b7ebcd580c6f4fe833561017
771
[ "gguf", "llama-cpp", "gguf-my-repo", "endpoints_compatible", "region:us", "conversational" ]
null
2024-04-05T09:39:20.000Z
ggml-org/gemma-1.1-7b-it-Q4_K_M-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "gemma-1.1-7b-it.Q4_K_M.gguf" } ]
null
null
66105f40ed6c0aa6c065ea51
norallm/normistral-7b-warm-instruct
norallm
False
not-popular-enough
2024-09-26T13:04:51.000Z
27
1
false
c9fe29013a5493e2975424bdfa30696e9150e453
1,421
[ "transformers", "pytorch", "safetensors", "gguf", "mistral", "text-generation", "norwegian", "instruction", "chat", "conversational", "no", "nb", "nn", "dataset:CohereForAI/aya_dataset", "dataset:OpenAssistant/oasst1", "dataset:OpenAssistant/oasst2", "dataset:laion/OIG", "dataset:HuggingFaceH4/no_robots", "dataset:databricks/databricks-dolly-15k", "dataset:glaiveai/glaive-code-assistant-v2", "license:apache-2.0", "autotrain_compatible", "text-generation-inference", "endpoints_compatible", "region:us" ]
text-generation
2024-04-05T20:29:52.000Z
norallm/normistral-7b-warm-instruct
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "config.json" }, { "rfilename": "generation_config.json" }, { "rfilename": "model-00001-of-00003.safetensors" }, { "rfilename": "model-00002-of-00003.safetensors" }, { "rfilename": "model-00003-of-00003.safetensors" }, { "rfilename": "model.safetensors.index.json" }, { "rfilename": "normistral-7b-warm-instruct.Q3_K_M.gguf" }, { "rfilename": "normistral-7b-warm-instruct.Q4_K_M.gguf" }, { "rfilename": "normistral-7b-warm-instruct.Q5_K_M.gguf" }, { "rfilename": "normistral-7b-warm-instruct.Q6_K.gguf" }, { "rfilename": "normistral-7b-warm-instruct.Q8_0.gguf" }, { "rfilename": "pytorch_model.bin" }, { "rfilename": "special_tokens_map.json" }, { "rfilename": "tokenizer.json" }, { "rfilename": "tokenizer_config.json" } ]
transformers
{"architectures": ["MistralForCausalLM"], "model_type": "mistral", "tokenizer_config": {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "pad_token": "</s>", "use_default_system_prompt": false, "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|> ' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|> assistant\n' }}{% endif %}"}}
6610afeb55f5219b333d57dc
NyxKrage/jetbrains-fullline-ruby
NyxKrage
False
library-not-detected
2024-10-07T11:24:39.000Z
1
1
false
b3cc70c1187dce26de85c7a5ad98a495b52cc1da
12
[ "gguf", "endpoints_compatible", "region:us" ]
null
2024-04-06T02:14:03.000Z
NyxKrage/jetbrains-fullline-ruby
[ { "rfilename": ".gitattributes" }, { "rfilename": "flcc.bpe" }, { "rfilename": "flcc.gguf" }, { "rfilename": "flcc.json" }, { "rfilename": "model.xml" } ]
null
null
6613aefbbfea8695cb34f20e
NorwAI/NorwAI-Llama2-7B
NorwAI
manual
not-popular-enough
2024-07-07T00:32:09.000Z
7
1
false
c266f0343b5bc13d48d2cfb8a87ddfe359034fe9
19,208
[ "transformers", "pytorch", "safetensors", "gguf", "llama", "text-generation", "autotrain_compatible", "text-generation-inference", "endpoints_compatible", "region:us" ]
text-generation
2024-04-08T08:46:51.000Z
NorwAI/NorwAI-Llama2-7B
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "config.json" }, { "rfilename": "generation_config.json" }, { "rfilename": "model-00001-of-00003.safetensors" }, { "rfilename": "model-00002-of-00003.safetensors" }, { "rfilename": "model-00003-of-00003.safetensors" }, { "rfilename": "model.safetensors.index.json" }, { "rfilename": "norllama2-7b.Q3_K_M.gguf" }, { "rfilename": "norllama2-7b.Q4_K_M.gguf" }, { "rfilename": "norllama2-7b.Q5_K_M.gguf" }, { "rfilename": "norllama2-7b.Q6_K.gguf" }, { "rfilename": "norllama2-7b.Q8_0.gguf" }, { "rfilename": "pytorch_model.bin" }, { "rfilename": "special_tokens_map.json" }, { "rfilename": "tokenizer.json" }, { "rfilename": "tokenizer.model" }, { "rfilename": "tokenizer_config.json" } ]
transformers
{"architectures": ["LlamaForCausalLM"], "model_type": "llama", "tokenizer_config": {"bos_token": "<s>", "eos_token": "</s>", "pad_token": null, "unk_token": "<unk>", "use_default_system_prompt": false}}
6613afd7f351987b132c6d5f
NorwAI/NorwAI-Mistral-7B
NorwAI
manual
not-popular-enough
2024-07-04T13:49:28.000Z
9
1
false
8b4870a768d65bb7e12b0a5fdcf887ff108ece85
2,665
[ "transformers", "pytorch", "safetensors", "gguf", "mistral", "text-generation", "autotrain_compatible", "text-generation-inference", "endpoints_compatible", "region:us" ]
text-generation
2024-04-08T08:50:31.000Z
NorwAI/NorwAI-Mistral-7B
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "config.json" }, { "rfilename": "generation_config.json" }, { "rfilename": "model-00001-of-00004.safetensors" }, { "rfilename": "model-00002-of-00004.safetensors" }, { "rfilename": "model-00003-of-00004.safetensors" }, { "rfilename": "model-00004-of-00004.safetensors" }, { "rfilename": "model.safetensors.index.json" }, { "rfilename": "normistral-7b.Q3_K_M.gguf" }, { "rfilename": "normistral-7b.Q4_K_M.gguf" }, { "rfilename": "normistral-7b.Q5_K_M.gguf" }, { "rfilename": "normistral-7b.Q6_K.gguf" }, { "rfilename": "normistral-7b.Q8_0.gguf" }, { "rfilename": "pytorch_model.bin" }, { "rfilename": "special_tokens_map.json" }, { "rfilename": "tokenizer.json" }, { "rfilename": "tokenizer.model" }, { "rfilename": "tokenizer_config.json" } ]
transformers
{"architectures": ["MistralForCausalLM"], "model_type": "mistral", "tokenizer_config": {"bos_token": "<s>", "eos_token": "</s>", "pad_token": null, "unk_token": "<unk>", "use_default_system_prompt": false}}
66154e40ec31720586a00ed2
alkibijad/YugoGPT-GGUF
alkibijad
False
explicit-opt-out
2024-04-16T10:22:15.000Z
4
1
false
6f16d52af84d3cc848c3e17f7821ab5bd74baf09
403
[ "transformers", "gguf", "mistral", "sr", "hr", "base_model:gordicaleksa/YugoGPT", "base_model:quantized:gordicaleksa/YugoGPT", "license:apache-2.0", "region:us" ]
null
2024-04-09T14:18:40.000Z
alkibijad/YugoGPT-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": ".gitignore" }, { "rfilename": "README.en.md" }, { "rfilename": "README.md" }, { "rfilename": "YugoGPT.Q4_1.gguf" }, { "rfilename": "YugoGPT.f16.gguf" }, { "rfilename": "YugoGPT.f32.gguf" }, { "rfilename": "YugoGPT.q8_0.gguf" }, { "rfilename": "config.json" }, { "rfilename": "media/lm_studio_screen_1.png" }, { "rfilename": "media/lm_studio_screen_2.1.png" }, { "rfilename": "media/lm_studio_screen_3.png" } ]
transformers
{"model_type": "mistral"}
6615d200b3d0b21da5702f17
DavidAU/HelpingAI-Lite-4x1b-Q6_K-GGUF
DavidAU
False
explicit-opt-out
2024-04-09T23:41:03.000Z
1
1
false
8132ba0afc83181278f0d65ea40b2d86fa0000f2
11
[ "gguf", "moe", "mergekit", "vortexmergekit", "OEvortex/HelpingAI-unvelite", "OEvortex/lite-hermes", "OEvortex/HelpingAI-Lite", "OEvortex/HelpingAI-Lite-1.5T", "llama-cpp", "gguf-my-repo", "license:apache-2.0", "region:us", "conversational" ]
null
2024-04-09T23:40:48.000Z
DavidAU/HelpingAI-Lite-4x1b-Q6_K-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "helpingai-lite-4x1b.Q6_K.gguf" } ]
null
null
661759e451222b41dce7e81f
DavidAU/MPT-7b-WizardLM_Uncensored-Storywriter-Merge-Q6_K-GGUF
DavidAU
False
library-not-detected
2024-08-09T13:21:30.000Z
13
1
false
19313faf123009c15020a8ce2d4f3f66016eefa7
4,484
[ "gguf", "llama-cpp", "gguf-my-repo", "endpoints_compatible", "region:us" ]
null
2024-04-11T03:32:52.000Z
DavidAU/MPT-7b-WizardLM_Uncensored-Storywriter-Merge-Q6_K-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "mpt-7b-wizardlm_uncensored-storywriter-merge.Q6_K.gguf" } ]
null
null
6619d18a8328f43c6a586402
some1nostr/Ostrich-70B
some1nostr
False
library-not-detected
2024-10-24T01:07:41.000Z
5
1
false
b232c04d94af98fd516c926c72295307b4370541
2,789
[ "gguf", "text-generation", "base_model:some1nostr/Ostrich-Llama-3-70B", "base_model:quantized:some1nostr/Ostrich-Llama-3-70B", "license:apache-2.0", "endpoints_compatible", "region:us", "conversational" ]
text-generation
2024-04-13T00:27:54.000Z
some1nostr/Ostrich-70B
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "ostrich-70b-v32090-Q8_0-00001-of-00002.gguf" }, { "rfilename": "ostrich-70b-v32090-Q8_0-00002-of-00002.gguf" }, { "rfilename": "ostrich-70b-v43000-Q4_0.gguf" }, { "rfilename": "ostrich-70b-v43001-Q3_K.gguf" }, { "rfilename": "ostrich-70b-v43001-Q4_0.gguf" }, { "rfilename": "ostrich-70b-v43001-Q5_K.gguf" }, { "rfilename": "ostrich-70b-v43003-Q4_0.gguf" } ]
null
null
661ae1a8a12a10bd0d8437bc
victunes/TherapyBeagle-11B-v2-GGUF
victunes
False
library-not-detected
2024-04-14T14:29:03.000Z
7
1
false
9b2e72d9a895a47d0ea55d7d268b926b7bb19262
5,018
[ "gguf", "dataset:victunes/nart-100k-synthetic-buddy-mixed-names", "license:cc-by-nc-4.0", "endpoints_compatible", "region:us", "conversational" ]
null
2024-04-13T19:48:56.000Z
victunes/TherapyBeagle-11B-v2-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "TherapyBeagle-11B-v2-Q2_K.gguf" }, { "rfilename": "TherapyBeagle-11B-v2-Q3_K_M.gguf" }, { "rfilename": "TherapyBeagle-11B-v2-Q4_K_M.gguf" }, { "rfilename": "TherapyBeagle-11B-v2-Q5_K_M.gguf" }, { "rfilename": "TherapyBeagle-11B-v2-Q6_K.gguf" }, { "rfilename": "TherapyBeagle-11B-v2-Q8_0.gguf" }, { "rfilename": "TherapyBeagle-11B-v2-f16.gguf" } ]
null
null
661bcf18439dad90fcdf27d5
TFMC/Japanese-Starling-ChatV-7B-GGUF
TFMC
False
library-not-detected
2024-04-20T01:23:10.000Z
34
1
false
2f650e15ef2cb0b859d8a5034ed595ffea680489
776
[ "gguf", "Mistral", "text-generation", "ja", "license:apache-2.0", "endpoints_compatible", "region:us" ]
text-generation
2024-04-14T12:42:00.000Z
TFMC/Japanese-Starling-ChatV-7B-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "japanese-starling-chatv-7b.Q4_K_M.gguf" }, { "rfilename": "japanese-starling-chatv-7b.Q5_K_M.gguf" }, { "rfilename": "japanese-starling-chatv-7b.Q6_K.gguf" }, { "rfilename": "japanese-starling-chatv-7b.Q8_0.gguf" }, { "rfilename": "japanese-starling-chatv-7b.f16.gguf" } ]
null
null
661c72aa3557013b6318910c
Lewdiculous/Nyanade_Stunna-Maid-7B-v0.2-GGUF-IQ-Imatrix
Lewdiculous
False
explicit-opt-out
2024-05-04T14:47:47.000Z
46
1
false
98b0d767dd78acdca6d92eedc9f9f91afd2ee995
1,529
[ "gguf", "quantized", "roleplay", "multimodal", "vision", "llava", "sillytavern", "merge", "mistral", "conversational", "license:other", "region:us" ]
null
2024-04-15T00:19:54.000Z
Lewdiculous/Nyanade_Stunna-Maid-7B-v0.2-GGUF-IQ-Imatrix
[ { "rfilename": ".gitattributes" }, { "rfilename": "Nyanade_Stunna-Maid-7B-v0.2-F16.gguf" }, { "rfilename": "Nyanade_Stunna-Maid-7B-v0.2-IQ3_M-imat.gguf" }, { "rfilename": "Nyanade_Stunna-Maid-7B-v0.2-IQ3_XXS-imat.gguf" }, { "rfilename": "Nyanade_Stunna-Maid-7B-v0.2-IQ4_NL-imat.gguf" }, { "rfilename": "Nyanade_Stunna-Maid-7B-v0.2-IQ4_XS-imat.gguf" }, { "rfilename": "Nyanade_Stunna-Maid-7B-v0.2-Q4_K_M-imat.gguf" }, { "rfilename": "Nyanade_Stunna-Maid-7B-v0.2-Q4_K_S-imat.gguf" }, { "rfilename": "Nyanade_Stunna-Maid-7B-v0.2-Q5_K_M-imat.gguf" }, { "rfilename": "Nyanade_Stunna-Maid-7B-v0.2-Q5_K_S-imat.gguf" }, { "rfilename": "Nyanade_Stunna-Maid-7B-v0.2-Q6_K-imat.gguf" }, { "rfilename": "Nyanade_Stunna-Maid-7B-v0.2-Q8_0-imat.gguf" }, { "rfilename": "README.md" }, { "rfilename": "imatrix-with-rp-ex.txt" }, { "rfilename": "imatrix.dat" }, { "rfilename": "mmproj/mmproj-model-f16.gguf" } ]
null
null
661c9ef6c8af626ae9307615
taide/TAIDE-LX-7B-Chat-4bit
taide
auto
library-not-detected
2024-05-21T23:14:24.000Z
67
1
false
9063ed154144775841f3953b69b534c6e2d564d8
143
[ "gguf", "license:other", "endpoints_compatible", "region:us", "conversational" ]
null
2024-04-15T03:28:54.000Z
taide/TAIDE-LX-7B-Chat-4bit
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "README_en.md" }, { "rfilename": "taide-7b-a.2-q4_k_m.gguf" } ]
null
null
661cadb5692030873523c1cf
gate369/Bitnet-M7-70m-Q8_0-GGUF
gate369
False
library-not-detected
2024-04-15T04:31:50.000Z
1
1
false
9f15fbfc0575bff6f7d12e0f8c5d1ae0e38076c7
32
[ "gguf", "Mistral", "1bit", "bitnet", "abideen", "M7", "Liminerity", "llama-cpp", "gguf-my-repo", "dataset:abideen/Cosmopedia-100k-pretrain", "endpoints_compatible", "region:us" ]
null
2024-04-15T04:31:49.000Z
gate369/Bitnet-M7-70m-Q8_0-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "bitnet-m7-70m.Q8_0.gguf" } ]
null
null
661d0764e1f64816f332eb51
snrspeaks/Gemma-2B-it-Finance-Aspect-Based-Sentiment-Analyzer
snrspeaks
False
library-not-detected
2024-04-16T04:42:20.000Z
4
1
false
9c4e13217ca22e659b8dcf6dc235aef560c777bd
20
[ "gguf", "license:gemma", "endpoints_compatible", "region:us", "conversational" ]
null
2024-04-15T10:54:28.000Z
snrspeaks/Gemma-2B-it-Finance-Aspect-Based-Sentiment-Analyzer
[ { "rfilename": ".gitattributes" }, { "rfilename": "Gemma-2B-it-finance-aspect-based-sentiment-gguf-Q8_0.gguf" }, { "rfilename": "README.md" } ]
null
null
661d1fcca3e99b518d57dbb5
Qwen/CodeQwen1.5-7B-Chat-GGUF
Qwen
False
library-not-detected
2024-04-23T05:39:54.000Z
106
1
false
1848b838202efec87a9afa95b6859e456be2ff25
6,031
[ "gguf", "chat", "text-generation", "en", "arxiv:2309.16609", "license:other", "endpoints_compatible", "region:us", "conversational" ]
text-generation
2024-04-15T12:38:36.000Z
Qwen/CodeQwen1.5-7B-Chat-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "LICENSE" }, { "rfilename": "README.md" }, { "rfilename": "codeqwen-1_5-7b-chat-q2_k.gguf" }, { "rfilename": "codeqwen-1_5-7b-chat-q3_k_m.gguf" }, { "rfilename": "codeqwen-1_5-7b-chat-q4_0.gguf" }, { "rfilename": "codeqwen-1_5-7b-chat-q4_k_m.gguf" }, { "rfilename": "codeqwen-1_5-7b-chat-q5_0.gguf" }, { "rfilename": "codeqwen-1_5-7b-chat-q5_k_m.gguf" }, { "rfilename": "codeqwen-1_5-7b-chat-q6_k.gguf" }, { "rfilename": "codeqwen-1_5-7b-chat-q8_0.gguf" } ]
null
null
661d31035dbc83d0e454fd43
Novin-AI/Rava-3x7B-v0.1
Novin-AI
False
not-popular-enough
2024-04-15T15:00:03.000Z
1
1
false
53bf73d85575f3e3e741f70e28fd3be14a02f552
23
[ "transformers", "safetensors", "gguf", "mixtral", "text-generation", "conversational", "autotrain_compatible", "text-generation-inference", "endpoints_compatible", "region:us" ]
text-generation
2024-04-15T13:52:03.000Z
Novin-AI/Rava-3x7B-v0.1
[ { "rfilename": ".gitattributes" }, { "rfilename": "Rava-3x7B-v0.1.Q4_K_S.gguf" }, { "rfilename": "config.json" }, { "rfilename": "mergekit_moe_config.yml" }, { "rfilename": "model-00001-of-00004.safetensors" }, { "rfilename": "model-00002-of-00004.safetensors" }, { "rfilename": "model-00003-of-00004.safetensors" }, { "rfilename": "model-00004-of-00004.safetensors" }, { "rfilename": "model.safetensors.index.json" }, { "rfilename": "special_tokens_map.json" }, { "rfilename": "tokenizer.json" }, { "rfilename": "tokenizer.model" }, { "rfilename": "tokenizer_config.json" } ]
transformers
{"architectures": ["MixtralForCausalLM"], "model_type": "mixtral", "tokenizer_config": {"bos_token": "<s>", "chat_template": "{{ bos_token }}{% for message in messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if message['role'] == 'user' %}{{ '[INST] ' + message['content'] + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ message['content'] + eos_token}}{% else %}{{ raise_exception('Only user and assistant roles are supported!') }}{% endif %}{% endfor %}", "eos_token": "</s>", "pad_token": "<s>", "unk_token": "<unk>", "use_default_system_prompt": false}}
661d5b0586e7bb7bedbcc455
MaziyarPanahi/WizardLM-2-7B-GGUF
MaziyarPanahi
False
explicit-opt-out
2024-04-15T18:39:24.000Z
74
1
false
491e4644eb4874621cb7d00153a20e0bf7358fb8
1,807,876
[ "transformers", "gguf", "mistral", "quantized", "2-bit", "3-bit", "4-bit", "5-bit", "6-bit", "8-bit", "GGUF", "safetensors", "text-generation", "arxiv:2304.12244", "arxiv:2306.08568", "arxiv:2308.09583", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us", "base_model:microsoft/WizardLM-2-7B", "base_model:quantized:microsoft/WizardLM-2-7B" ]
text-generation
2024-04-15T16:51:17.000Z
MaziyarPanahi/WizardLM-2-7B-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "WizardLM-2-7B.IQ3_XS.gguf" }, { "rfilename": "WizardLM-2-7B.IQ4_XS.gguf" }, { "rfilename": "WizardLM-2-7B.Q2_K.gguf" }, { "rfilename": "WizardLM-2-7B.Q3_K_L.gguf" }, { "rfilename": "WizardLM-2-7B.Q3_K_M.gguf" }, { "rfilename": "WizardLM-2-7B.Q3_K_S.gguf" }, { "rfilename": "WizardLM-2-7B.Q4_K_M.gguf" }, { "rfilename": "WizardLM-2-7B.Q4_K_S.gguf" }, { "rfilename": "WizardLM-2-7B.Q5_K_M.gguf" }, { "rfilename": "WizardLM-2-7B.Q5_K_S.gguf" }, { "rfilename": "WizardLM-2-7B.Q6_K.gguf" }, { "rfilename": "WizardLM-2-7B.Q8_0.gguf" }, { "rfilename": "WizardLM-2-7B.fp16.gguf" }, { "rfilename": "config.json" } ]
transformers
{"model_type": "mistral"}
661d78eba3e99b518d6df4ee
MaziyarPanahi/WizardLM-2-8x22B-GGUF
MaziyarPanahi
False
explicit-opt-out
2024-04-16T18:17:50.000Z
124
1
false
d5d3f7cf0d2b5d346263e6fc3f00a2af8679ad95
65,868
[ "transformers", "gguf", "quantized", "2-bit", "3-bit", "4-bit", "5-bit", "6-bit", "8-bit", "GGUF", "safetensors", "mistral", "text-generation", "arxiv:2304.12244", "arxiv:2306.08568", "arxiv:2308.09583", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us", "base_model:microsoft/WizardLM-2-8x22B", "base_model:quantized:microsoft/WizardLM-2-8x22B" ]
text-generation
2024-04-15T18:58:51.000Z
MaziyarPanahi/WizardLM-2-8x22B-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "WizardLM-2-8x22B.IQ1_M.gguf" }, { "rfilename": "WizardLM-2-8x22B.IQ1_S.gguf" }, { "rfilename": "WizardLM-2-8x22B.IQ3_XS-00001-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.IQ3_XS-00002-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.IQ3_XS-00003-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.IQ3_XS-00004-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.IQ3_XS-00005-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.IQ4_XS-00001-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.IQ4_XS-00002-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.IQ4_XS-00003-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.IQ4_XS-00004-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.IQ4_XS-00005-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q2_K-00001-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q2_K-00002-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q2_K-00003-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q2_K-00004-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q2_K-00005-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q3_K_L-00001-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q3_K_L-00002-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q3_K_L-00003-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q3_K_L-00004-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q3_K_L-00005-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q3_K_M-00001-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q3_K_M-00002-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q3_K_M-00003-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q3_K_M-00004-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q3_K_M-00005-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q3_K_S-00001-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q3_K_S-00002-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q3_K_S-00003-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q3_K_S-00004-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q3_K_S-00005-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q4_K_M-00001-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q4_K_M-00002-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q4_K_M-00003-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q4_K_M-00004-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q4_K_M-00005-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q4_K_S-00001-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q4_K_S-00002-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q4_K_S-00003-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q4_K_S-00004-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q4_K_S-00005-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q5_K_M-00001-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q5_K_M-00002-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q5_K_M-00003-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q5_K_M-00004-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q5_K_M-00005-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q5_K_S-00001-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q5_K_S-00002-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q5_K_S-00003-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q5_K_S-00004-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q5_K_S-00005-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q6_K-00001-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q6_K-00002-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q6_K-00003-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q6_K-00004-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q6_K-00005-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q8_0-00001-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q8_0-00002-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q8_0-00003-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q8_0-00004-of-00005.gguf" }, { "rfilename": "WizardLM-2-8x22B.Q8_0-00005-of-00005.gguf" } ]
transformers
null
661f41e2cd9aa4c2fb13ea14
bartowski/CodeQwen1.5-7B-Chat-GGUF
bartowski
False
library-not-detected
2024-04-17T11:42:50.000Z
9
1
false
1546e4cb85cb9c8b402193f01e3f8bac97398e1e
359
[ "gguf", "chat", "text-generation", "en", "license:other", "endpoints_compatible", "region:us", "conversational" ]
text-generation
2024-04-17T03:28:34.000Z
bartowski/CodeQwen1.5-7B-Chat-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "CodeQwen1.5-7B-Chat-IQ1_M.gguf" }, { "rfilename": "CodeQwen1.5-7B-Chat-IQ1_S.gguf" }, { "rfilename": "CodeQwen1.5-7B-Chat-IQ2_M.gguf" }, { "rfilename": "CodeQwen1.5-7B-Chat-IQ2_S.gguf" }, { "rfilename": "CodeQwen1.5-7B-Chat-IQ2_XS.gguf" }, { "rfilename": "CodeQwen1.5-7B-Chat-IQ2_XXS.gguf" }, { "rfilename": "CodeQwen1.5-7B-Chat-IQ3_M.gguf" }, { "rfilename": "CodeQwen1.5-7B-Chat-IQ3_S.gguf" }, { "rfilename": "CodeQwen1.5-7B-Chat-IQ3_XS.gguf" }, { "rfilename": "CodeQwen1.5-7B-Chat-IQ3_XXS.gguf" }, { "rfilename": "CodeQwen1.5-7B-Chat-IQ4_NL.gguf" }, { "rfilename": "CodeQwen1.5-7B-Chat-IQ4_XS.gguf" }, { "rfilename": "CodeQwen1.5-7B-Chat-Q2_K.gguf" }, { "rfilename": "CodeQwen1.5-7B-Chat-Q3_K_L.gguf" }, { "rfilename": "CodeQwen1.5-7B-Chat-Q3_K_M.gguf" }, { "rfilename": "CodeQwen1.5-7B-Chat-Q3_K_S.gguf" }, { "rfilename": "CodeQwen1.5-7B-Chat-Q4_K_M.gguf" }, { "rfilename": "CodeQwen1.5-7B-Chat-Q4_K_S.gguf" }, { "rfilename": "CodeQwen1.5-7B-Chat-Q5_K_M.gguf" }, { "rfilename": "CodeQwen1.5-7B-Chat-Q5_K_S.gguf" }, { "rfilename": "CodeQwen1.5-7B-Chat-Q6_K.gguf" }, { "rfilename": "CodeQwen1.5-7B-Chat-Q8_0.gguf" }, { "rfilename": "CodeQwen1.5-7B-Chat.imatrix" }, { "rfilename": "README.md" } ]
null
null
662006f578f1a525161780cd
MaziyarPanahi/Mixtral-8x22B-Instruct-v0.1-GGUF
MaziyarPanahi
False
explicit-opt-out
2024-04-18T08:30:14.000Z
32
1
false
9f2f6c5ec37f9bce5f5f3a7ff07b11d573443e62
66,628
[ "gguf", "quantized", "2-bit", "3-bit", "4-bit", "5-bit", "6-bit", "8-bit", "16-bit", "GGUF", "mixtral", "moe", "text-generation", "fr", "en", "es", "it", "de", "base_model:mistralai/Mixtral-8x22B-Instruct-v0.1", "base_model:quantized:mistralai/Mixtral-8x22B-Instruct-v0.1", "license:apache-2.0", "region:us", "conversational" ]
text-generation
2024-04-17T17:29:25.000Z
MaziyarPanahi/Mixtral-8x22B-Instruct-v0.1-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.IQ1_M.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.IQ1_S.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.IQ3_XS-00001-of-00003.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.IQ3_XS-00002-of-00003.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.IQ3_XS-00003-of-00003.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.IQ4_XS-00001-of-00002.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.IQ4_XS-00002-of-00002.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.Q2_K-00001-of-00003.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.Q2_K-00002-of-00003.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.Q2_K-00003-of-00003.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.Q3_K_L-00001-of-00002.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.Q3_K_L-00002-of-00002.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.Q3_K_M-00001-of-00002.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.Q3_K_M-00002-of-00002.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.Q3_K_S-00001-of-00003.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.Q3_K_S-00002-of-00003.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.Q3_K_S-00003-of-00003.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.Q4_K_M-00001-of-00002.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.Q4_K_M-00002-of-00002.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.Q4_K_S-00001-of-00002.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.Q4_K_S-00002-of-00002.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.Q5_K_M-00001-of-00004.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.Q5_K_M-00002-of-00004.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.Q5_K_M-00003-of-00004.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.Q5_K_M-00004-of-00004.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.Q5_K_S-00001-of-00004.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.Q5_K_S-00002-of-00004.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.Q5_K_S-00003-of-00004.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.Q5_K_S-00004-of-00004.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.Q6-00001-of-00004.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.Q6-00002-of-00004.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.Q6-00003-of-00004.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.Q6-00004-of-00004.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.Q8_0-00001-of-00004.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.Q8_0-00002-of-00004.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.Q8_0-00003-of-00004.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.Q8_0-00004-of-00004.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.fp16-00001-of-00006.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.fp16-00001-of-00007.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.fp16-00001-of-00008.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.fp16-00002-of-00007.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.fp16-00003-of-00007.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.fp16-00004-of-00007.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.fp16-00005-of-00007.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.fp16-00006-of-00007.gguf" }, { "rfilename": "Mixtral-8x22B-Instruct-v0.1.fp16-00007-of-00007.gguf" }, { "rfilename": "README.md" }, { "rfilename": "imatrix.dat" } ]
null
null
6620813b9c116969855eb870
rootsec1/gemma-2B-inst-aipi
rootsec1
False
not-popular-enough
2024-04-18T02:23:59.000Z
1
1
false
49b57fdc85e755c158e7d9a0e927afe741203962
25
[ "transformers", "safetensors", "gguf", "gemma", "text-generation", "conversational", "dataset:sail/symbolic-instruction-tuning", "license:apache-2.0", "autotrain_compatible", "text-generation-inference", "endpoints_compatible", "region:us" ]
text-generation
2024-04-18T02:11:07.000Z
rootsec1/gemma-2B-inst-aipi
[ { "rfilename": ".gitattributes" }, { "rfilename": "README.md" }, { "rfilename": "config.json" }, { "rfilename": "gemma-2b-it.gguf" }, { "rfilename": "generation_config.json" }, { "rfilename": "model-00001-of-00002.safetensors" }, { "rfilename": "model-00002-of-00002.safetensors" }, { "rfilename": "model.safetensors.index.json" }, { "rfilename": "special_tokens_map.json" }, { "rfilename": "tokenizer.json" }, { "rfilename": "tokenizer.model" }, { "rfilename": "tokenizer_config.json" } ]
transformers
{"architectures": ["GemmaForCausalLM"], "model_type": "gemma", "tokenizer_config": {"bos_token": "<bos>", "chat_template": "{{ bos_token }}{% if messages[0]['role'] == 'system' %}{{ raise_exception('System role not supported') }}{% endif %}{% for message in messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if (message['role'] == 'assistant') %}{% set role = 'model' %}{% else %}{% set role = message['role'] %}{% endif %}{{ '<start_of_turn>' + role + '\n' + message['content'] | trim + '<end_of_turn>\n' }}{% endfor %}{% if add_generation_prompt %}{{'<start_of_turn>model\n'}}{% endif %}", "eos_token": "<eos>", "pad_token": "<pad>", "unk_token": "<unk>", "use_default_system_prompt": false}}
6620dc7c4e76ab3a7ab701fd
QuantFactory/SeaLLM-7B-v2.5-GGUF
QuantFactory
False
library-not-detected
2024-04-18T18:15:00.000Z
1
1
false
6cea7ea8abb31b066a0fd4d2c67a0946a00d80cd
867
[ "gguf", "multilingual", "sea", "text-generation", "en", "zh", "vi", "id", "th", "ms", "km", "lo", "my", "tl", "arxiv:2312.00738", "arxiv:2306.05179", "base_model:SeaLLMs/SeaLLM-7B-v2.5", "base_model:quantized:SeaLLMs/SeaLLM-7B-v2.5", "license:other", "endpoints_compatible", "region:us", "conversational" ]
text-generation
2024-04-18T08:40:28.000Z
QuantFactory/SeaLLM-7B-v2.5-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "LICENSE.txt" }, { "rfilename": "README.md" }, { "rfilename": "SeaLLM-7B-v2.5.Q2_K.gguf" }, { "rfilename": "SeaLLM-7B-v2.5.Q3_K_L.gguf" }, { "rfilename": "SeaLLM-7B-v2.5.Q3_K_M.gguf" }, { "rfilename": "SeaLLM-7B-v2.5.Q3_K_S.gguf" }, { "rfilename": "SeaLLM-7B-v2.5.Q4_0.gguf" }, { "rfilename": "SeaLLM-7B-v2.5.Q4_1.gguf" }, { "rfilename": "SeaLLM-7B-v2.5.Q4_K_M.gguf" }, { "rfilename": "SeaLLM-7B-v2.5.Q4_K_S.gguf" }, { "rfilename": "SeaLLM-7B-v2.5.Q5_0.gguf" }, { "rfilename": "SeaLLM-7B-v2.5.Q5_1.gguf" }, { "rfilename": "SeaLLM-7B-v2.5.Q5_K_M.gguf" }, { "rfilename": "SeaLLM-7B-v2.5.Q5_K_S.gguf" }, { "rfilename": "SeaLLM-7B-v2.5.Q6_K.gguf" }, { "rfilename": "SeaLLM-7B-v2.5.Q8_0.gguf" } ]
null
null
66214b15acbb21038cd9e5c9
QuantFactory/SeaLLM-7B-v2-GGUF
QuantFactory
False
library-not-detected
2024-04-18T19:19:05.000Z
1
1
false
6f61370e0067b75e3cd2c0e976ff7b62657482bb
243
[ "gguf", "mistral", "multilingual", "sea", "conversational", "text-generation", "arxiv:2312.00738", "arxiv:2205.11916", "arxiv:2306.05179", "arxiv:2306.05685", "base_model:SeaLLMs/SeaLLM-7B-v2", "base_model:quantized:SeaLLMs/SeaLLM-7B-v2", "license:other", "endpoints_compatible", "region:us" ]
text-generation
2024-04-18T16:32:21.000Z
QuantFactory/SeaLLM-7B-v2-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "LICENSE.txt" }, { "rfilename": "README.md" }, { "rfilename": "SeaLLM-7B-v2.Q2_K.gguf" }, { "rfilename": "SeaLLM-7B-v2.Q3_K_L.gguf" }, { "rfilename": "SeaLLM-7B-v2.Q3_K_M.gguf" }, { "rfilename": "SeaLLM-7B-v2.Q3_K_S.gguf" }, { "rfilename": "SeaLLM-7B-v2.Q4_0.gguf" }, { "rfilename": "SeaLLM-7B-v2.Q4_1.gguf" }, { "rfilename": "SeaLLM-7B-v2.Q4_K_M.gguf" }, { "rfilename": "SeaLLM-7B-v2.Q4_K_S.gguf" }, { "rfilename": "SeaLLM-7B-v2.Q5_0.gguf" }, { "rfilename": "SeaLLM-7B-v2.Q5_1.gguf" }, { "rfilename": "SeaLLM-7B-v2.Q5_K_M.gguf" }, { "rfilename": "SeaLLM-7B-v2.Q5_K_S.gguf" }, { "rfilename": "SeaLLM-7B-v2.Q6_K.gguf" }, { "rfilename": "SeaLLM-7B-v2.Q8_0.gguf" } ]
null
null
66214d85acbb21038cda695a
QuantFactory/Meta-Llama-3-8B-GGUF
QuantFactory
False
library-not-detected
2024-04-20T16:20:22.000Z
108
1
false
1ca85c857dce892b673b988ad0aa83f2cb1bbd19
4,352
[ "gguf", "facebook", "meta", "pytorch", "llama", "llama-3", "text-generation", "en", "base_model:meta-llama/Meta-Llama-3-8B", "base_model:quantized:meta-llama/Meta-Llama-3-8B", "license:other", "endpoints_compatible", "region:us", "conversational" ]
text-generation
2024-04-18T16:42:45.000Z
QuantFactory/Meta-Llama-3-8B-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "LICENSE.txt" }, { "rfilename": "Meta-Llama-3-8B.Q2_K.gguf" }, { "rfilename": "Meta-Llama-3-8B.Q3_K_L.gguf" }, { "rfilename": "Meta-Llama-3-8B.Q3_K_M.gguf" }, { "rfilename": "Meta-Llama-3-8B.Q3_K_S.gguf" }, { "rfilename": "Meta-Llama-3-8B.Q4_0.gguf" }, { "rfilename": "Meta-Llama-3-8B.Q4_1.gguf" }, { "rfilename": "Meta-Llama-3-8B.Q4_K_M.gguf" }, { "rfilename": "Meta-Llama-3-8B.Q4_K_S.gguf" }, { "rfilename": "Meta-Llama-3-8B.Q5_0.gguf" }, { "rfilename": "Meta-Llama-3-8B.Q5_1.gguf" }, { "rfilename": "Meta-Llama-3-8B.Q5_K_M.gguf" }, { "rfilename": "Meta-Llama-3-8B.Q5_K_S.gguf" }, { "rfilename": "Meta-Llama-3-8B.Q6_K.gguf" }, { "rfilename": "Meta-Llama-3-8B.Q8_0.gguf" }, { "rfilename": "README.md" }, { "rfilename": "USE_POLICY.md" } ]
null
null
66214d8cae801a8e82b3900e
MaziyarPanahi/Meta-Llama-3-70B-Instruct-GGUF
MaziyarPanahi
False
explicit-opt-out
2024-05-14T14:51:23.000Z
165
1
false
709de6cbe9635be085f64b9210bfebf75492b463
130,785
[ "gguf", "facebook", "meta", "pytorch", "llama", "llama-3", "quantized", "2-bit", "3-bit", "4-bit", "5-bit", "6-bit", "8-bit", "16-bit", "GGUF", "text-generation", "en", "region:us", "conversational" ]
text-generation
2024-04-18T16:42:52.000Z
MaziyarPanahi/Meta-Llama-3-70B-Instruct-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "Meta-Llama-3-70B-Instruct.IQ1_M.gguf" }, { "rfilename": "Meta-Llama-3-70B-Instruct.IQ1_S.gguf" }, { "rfilename": "Meta-Llama-3-70B-Instruct.IQ2_XS.gguf" }, { "rfilename": "Meta-Llama-3-70B-Instruct.IQ3_XS.gguf" }, { "rfilename": "Meta-Llama-3-70B-Instruct.IQ4_XS.gguf" }, { "rfilename": "Meta-Llama-3-70B-Instruct.Q2_K.gguf" }, { "rfilename": "Meta-Llama-3-70B-Instruct.Q3_K_L.gguf" }, { "rfilename": "Meta-Llama-3-70B-Instruct.Q3_K_M.gguf" }, { "rfilename": "Meta-Llama-3-70B-Instruct.Q3_K_S.gguf" }, { "rfilename": "Meta-Llama-3-70B-Instruct.Q4_K_M.gguf" }, { "rfilename": "Meta-Llama-3-70B-Instruct.Q4_K_S.gguf" }, { "rfilename": "Meta-Llama-3-70B-Instruct.Q5_K_M.gguf" }, { "rfilename": "Meta-Llama-3-70B-Instruct.Q5_K_S.gguf" }, { "rfilename": "Meta-Llama-3-70B-Instruct.Q6_K-00001-of-00002.gguf" }, { "rfilename": "Meta-Llama-3-70B-Instruct.Q6_K-00002-of-00002.gguf" }, { "rfilename": "Meta-Llama-3-70B-Instruct.Q8_0-00001-of-00002.gguf" }, { "rfilename": "Meta-Llama-3-70B-Instruct.Q8_0-00002-of-00002.gguf" }, { "rfilename": "Meta-Llama-3-70B-Instruct.fp16-00001-of-00004.gguf" }, { "rfilename": "Meta-Llama-3-70B-Instruct.fp16-00002-of-00004.gguf" }, { "rfilename": "Meta-Llama-3-70B-Instruct.fp16-00003-of-00004.gguf" }, { "rfilename": "Meta-Llama-3-70B-Instruct.fp16-00004-of-00004.gguf" }, { "rfilename": "README.md" }, { "rfilename": "imatrix.dat" } ]
null
null
66214dadecdd46cf556f7478
MaziyarPanahi/Meta-Llama-3-8B-Instruct-GGUF
MaziyarPanahi
False
explicit-opt-out
2024-04-23T12:55:06.000Z
77
1
false
4ece958b356f2ec00338e5898ba0a7254d976baf
1,871,705
[ "transformers", "gguf", "mistral", "facebook", "meta", "pytorch", "llama", "llama-3", "quantized", "2-bit", "3-bit", "4-bit", "5-bit", "6-bit", "8-bit", "16-bit", "GGUF", "text-generation", "en", "base_model:meta-llama/Meta-Llama-3-8B-Instruct", "base_model:quantized:meta-llama/Meta-Llama-3-8B-Instruct", "region:us", "conversational" ]
text-generation
2024-04-18T16:43:25.000Z
MaziyarPanahi/Meta-Llama-3-8B-Instruct-GGUF
[ { "rfilename": ".gitattributes" }, { "rfilename": "Meta-Llama-3-8B-Instruct.IQ1_M.gguf" }, { "rfilename": "Meta-Llama-3-8B-Instruct.IQ1_S.gguf" }, { "rfilename": "Meta-Llama-3-8B-Instruct.IQ2_XS.gguf" }, { "rfilename": "Meta-Llama-3-8B-Instruct.IQ3_XS.gguf" }, { "rfilename": "Meta-Llama-3-8B-Instruct.IQ4_XS.gguf" }, { "rfilename": "Meta-Llama-3-8B-Instruct.Q2_K.gguf" }, { "rfilename": "Meta-Llama-3-8B-Instruct.Q3_K_L.gguf" }, { "rfilename": "Meta-Llama-3-8B-Instruct.Q3_K_M.gguf" }, { "rfilename": "Meta-Llama-3-8B-Instruct.Q3_K_S.gguf" }, { "rfilename": "Meta-Llama-3-8B-Instruct.Q4_K_M.gguf" }, { "rfilename": "Meta-Llama-3-8B-Instruct.Q4_K_S.gguf" }, { "rfilename": "Meta-Llama-3-8B-Instruct.Q5_K_M.gguf" }, { "rfilename": "Meta-Llama-3-8B-Instruct.Q5_K_S.gguf" }, { "rfilename": "Meta-Llama-3-8B-Instruct.Q6_K.gguf" }, { "rfilename": "Meta-Llama-3-8B-Instruct.Q8_0.gguf" }, { "rfilename": "Meta-Llama-3-8B-Instruct.fp16.gguf" }, { "rfilename": "README.md" }, { "rfilename": "config.json" } ]
transformers
{"model_type": "mistral"}